I_COMMODITYCODE

CDS View

Commodity Code

I_COMMODITYCODE is a CDS View in S/4HANA. Commodity Code. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_CommodityCodeByLanguage view from CONSUMPTION Commodity code for given language
I_CommodityCodeForKeyDate view from COMPOSITE Commodity Code for Key Date
I_ExciseTaxCmmdty view from COMPOSITE Commodity Code for Excise Tax

Fields (4)

KeyField CDS FieldsUsed in Views
KEY CommodityCode CommodityCode 1
KEY TrdClassfctnNmbrSchmCntnt TrdClassfctnNmbrSchmCntnt 2
KEY ValidityStartDate ValidityStartDate 3
ValidityEndDate ValidityEndDate 3

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.

-- Commodity Code
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COMMODITYCODE (
    COMMODITYCODE,
    TRDCLASSFCTNNMBRSCHMCNTNT,
    VALIDITYSTARTDATE,
    VALIDITYENDDATE,
    PRIMARY KEY (COMMODITYCODE, TRDCLASSFCTNNMBRSCHMCNTNT, VALIDITYSTARTDATE)
);