I_RU_CUSTOMSDECLARATIONITEM

CDS View

CCD Item

I_RU_CUSTOMSDECLARATIONITEM is a CDS View in S/4HANA. CCD Item. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RU_ExprtCstmsDeclnItmDrftAct view from COMPOSITE

Fields (11)

KeyField CDS FieldsUsed in Views
KEY CustomsDeclaration CustomsDeclaration 1
KEY CustomsDeclarationItem RU_ExprtCustomsDeclarationItem 1
Material Material 1
Quantity CstmsDeclnItemQuantity 1
RU_ContractDocument RU_ContractDocument 1
RU_TemporaryCustomsDeclaration RU_TemporaryCustomsDeclaration 1
RU_TmpCstmsDeclarationItem RU_TmpCstmsDeclarationItem 1
SalesOrder SalesOrder 1
SalesOrderItem SalesOrderItem 1
TradingContractItem TradingContractItem 1
UnitOfMeasure UnitOfMeasure 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.

-- CCD Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RU_CUSTOMSDECLARATIONITEM (
    CUSTOMSDECLARATION,
    CUSTOMSDECLARATIONITEM,
    MATERIAL,
    QUANTITY,
    RU_CONTRACTDOCUMENT,
    RU_TEMPORARYCUSTOMSDECLARATION,
    RU_TMPCSTMSDECLARATIONITEM,
    SALESORDER,
    SALESORDERITEM,
    TRADINGCONTRACTITEM,
    UNITOFMEASURE,
    PRIMARY KEY (CUSTOMSDECLARATION, CUSTOMSDECLARATIONITEM)
);