I_TRDCMPLNCDOCITMLICASSGMT

CDS View

Aggregate License Assignement at Item level

I_TRDCMPLNCDOCITMLICASSGMT is a CDS View in S/4HANA. Aggregate License Assignement at Item level. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_TrdCmplncDocItmLicAssgmt view from CONSUMPTION Trade Compliance Document Item License Assignment

Fields (1)

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

-- Aggregate License Assignement at Item level
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TRDCMPLNCDOCITMLICASSGMT (
    TRDCMPLNCDOCITEMUUID,
    PRIMARY KEY (TRDCMPLNCDOCITEMUUID)
);