I_CMMDTYORDERFILLPACKETSUBACCT

CDS View

Basic View for Fill Packet Subaccount

I_CMMDTYORDERFILLPACKETSUBACCT is a CDS View in S/4HANA. Basic View for Fill Packet Subaccount. It contains 7 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_CmmdtyOrdFillPacketCommodity view left_outer BASIC Basic View for Cmmdty Deriv Ord Fill Pkt
I_CommodityOrderFillPacket view left_outer BASIC Basic View for Cmmdty Deriv Ord Fill Pkt

Fields (7)

KeyField CDS FieldsUsed in Views
CommodityDerivativeBroker CommodityDerivativeBroker 2
CommoditySubAccount CommoditySubAccount 2
CommoditySubAccountName CommoditySubAccountName 2
CommoditySubAccountUUID CommoditySubAccountUUID 2
CompanyCode CompanyCode 2
DerivativeContrSpecification DerivativeContrSpecification 2
ProfitCenter ProfitCenter 2

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.

-- Basic View for Fill Packet Subaccount
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CMMDTYORDERFILLPACKETSUBACCT (
    COMMODITYDERIVATIVEBROKER,
    COMMODITYSUBACCOUNT,
    COMMODITYSUBACCOUNTNAME,
    COMMODITYSUBACCOUNTUUID,
    COMPANYCODE,
    DERIVATIVECONTRSPECIFICATION,
    PROFITCENTER
);