I_BANKCONDITIONTP

CDS View

Bank Condition

I_BANKCONDITIONTP is a CDS View in S/4HANA. Bank Condition. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_BankCndnIDVH view from CONSUMPTION Value Help for Bank Condition ID
C_BankConditionTP view from CONSUMPTION Bank Condition

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ConditionID ConditionID 1
CndnDescription CndnDescription 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Bank Condition
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BANKCONDITIONTP (
    CONDITIONID,
    CNDNDESCRIPTION,
    PRIMARY KEY (CONDITIONID)
);