I_SADL_DRAFTITEMCORE

CDS View

Item core view

I_SADL_DRAFTITEMCORE is a CDS View in S/4HANA. Item core view. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_Sadl_DraftItemCore_WOA view from Consumption-View without own Annotations

Fields (6)

KeyField CDS FieldsUsed in Views
KEY ItemPosition ItemPosition 1
KEY SalesOrder SalesOrder 1
CurrencyCode CurrencyCode 1
GrossAmount GrossAmount 1
netAmount netAmount 1
taxAmount taxAmount 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.

-- Item core view
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SADL_DRAFTITEMCORE (
    ITEMPOSITION,
    SALESORDER,
    CURRENCYCODE,
    GROSSAMOUNT,
    NETAMOUNT,
    TAXAMOUNT,
    PRIMARY KEY (ITEMPOSITION, SALESORDER)
);