I_CAAPPLICATIONAREA

CDS View

Application Area

I_CAAPPLICATIONAREA is a CDS View in S/4HANA. Application Area. It contains 1 fields. 12 CDS views read from this table.

CDS Views using this table (12)

ViewTypeJoinVDMDescription
C_CADocumentTypeValueHelp view inner CONSUMPTION Belegart Wertehilfe
C_CAMainTransactionValueHelp view inner CONSUMPTION Hauptvorgang Wertehilfe
C_CASubTransactionValueHelp view inner CONSUMPTION Teilvorgang Wertehilfe
C_ContractAccountCatValueHelp view inner CONSUMPTION Vertragskontotyp Wertehilfe
I_CAApplicationAreaText view_entity from BASIC Application Area - Text
I_CADocumentType view_entity inner BASIC Document Type
I_CAInvcgChrgAndDiscKey view_entity inner BASIC Zuschlags-/Rabattschlüssel für Rechn.
I_CAMainTransaction view_entity inner BASIC Document Main Transaction
I_CAPaymentMethodApplArea view_entity inner BASIC Payment Method per Application Area
I_CAPaytAdvcSelCategoryVH view_entity inner BASIC Payment advice selection categories
I_CASubTransaction view_entity inner BASIC Document Subtransaction
I_ContractAccountCategory view_entity inner BASIC Contract Account Category

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CAApplicationArea CAApplicationArea 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.

-- Application Area
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CAAPPLICATIONAREA (
    CAAPPLICATIONAREA,
    PRIMARY KEY (CAAPPLICATIONAREA)
);