P_COLLABNFRTORDCHRGINVDISPITEM

CDS View

Private View for Frt Ord Inv Disp Itm

P_COLLABNFRTORDCHRGINVDISPITEM is a CDS View in S/4HANA. Private View for Frt Ord Inv Disp Itm. It contains 8 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_CollabnApplCarrInvcCharge view_entity union CONSUMPTION Invoice Item Charges

Fields (8)

KeyField CDS FieldsUsed in Views
KEY TranspChrgRefElementUUID TranspChrgRefElementUUID 1
FrtCarrInvcUUID TranspChargeHostDocumentUUID 1
FrtDsputCaseIsActive FrtDsputCaseIsActive 1
FrtDsputCaseItemChargeType TranspChargeType 1
FrtDsputCaseItemSourceUUID RefTransportationOrderUUID 1
FrtDsputCaseVersion FrtDsputCaseVersion 1
TranspChargeCalcLevel TranspChargeCalcLevel 1
TranspChargeCalcLevelRefUUID TranspChargeCalcLevelRefUUID 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.

-- Private View for Frt Ord Inv Disp Itm
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_COLLABNFRTORDCHRGINVDISPITEM (
    TRANSPCHRGREFELEMENTUUID,
    FRTCARRINVCUUID,
    FRTDSPUTCASEISACTIVE,
    FRTDSPUTCASEITEMCHARGETYPE,
    FRTDSPUTCASEITEMSOURCEUUID,
    FRTDSPUTCASEVERSION,
    TRANSPCHARGECALCLEVEL,
    TRANSPCHARGECALCLEVELREFUUID,
    PRIMARY KEY (TRANSPCHRGREFELEMENTUUID)
);