R_RU_EXPRTCSTMSDECLNITEMDRAFT

CDS View

Export Customs Declaration Item Draft

R_RU_EXPRTCSTMSDECLNITEMDRAFT is a CDS View in S/4HANA. Export Customs Declaration Item Draft. It contains 14 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_RU_ExprtCstmsDeclnItmDrftAct view union COMPOSITE Export Customs Declaration Draft and Active Item union
P_RU_ExprtCstmsDeclnSubDrftAct view union COMPOSITE Draft and Active subitems

Fields (14)

KeyField CDS FieldsUsed in Views
KEY CustomsDeclarationSubitem CustomsDeclarationSubitem 1
KEY RU_ExprtCustomsDeclarationItem RU_ExprtCustomsDeclarationItem 2
BillingDocument BillingDocument 1
BillingDocumentItem BillingDocumentItem 1
CstmsDeclnItemQuantity CstmsDeclnItemQuantity 1
CstmsDeclnSubItemQuantity CstmsDeclnSubItemQuantity 1
Material Material 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.

-- Export Customs Declaration Item Draft
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_RU_EXPRTCSTMSDECLNITEMDRAFT (
    CUSTOMSDECLARATIONSUBITEM,
    RU_EXPRTCUSTOMSDECLARATIONITEM,
    BILLINGDOCUMENT,
    BILLINGDOCUMENTITEM,
    CSTMSDECLNITEMQUANTITY,
    CSTMSDECLNSUBITEMQUANTITY,
    MATERIAL,
    RU_CONTRACTDOCUMENT,
    RU_TEMPORARYCUSTOMSDECLARATION,
    RU_TMPCSTMSDECLARATIONITEM,
    SALESORDER,
    SALESORDERITEM,
    TRADINGCONTRACTITEM,
    UNITOFMEASURE,
    PRIMARY KEY (CUSTOMSDECLARATIONSUBITEM, RU_EXPRTCUSTOMSDECLARATIONITEM)
);