I_CAMAINTRANSACTION

CDS View

Document Main Transaction

I_CAMAINTRANSACTION is a CDS View in S/4HANA. Document Main Transaction. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_CAMainTransactionValueHelp view from CONSUMPTION Hauptvorgang Wertehilfe
P_CANotDisputedDocumentSum view inner COMPOSITE Not Disputed Document

Fields (1)

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

-- Document Main Transaction
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CAMAINTRANSACTION (
    CAMAINTRANSACTION,
    PRIMARY KEY (CAMAINTRANSACTION)
);