I_TRANSPCHARGEOBJECT

CDS View

Transportation Charge Object

I_TRANSPCHARGEOBJECT is a CDS View in S/4HANA. Transportation Charge Object. It contains 2 fields. 10 CDS views read from this table.

CDS Views using this table (10)

ViewTypeJoinVDMDescription
C_FrtOrdAccrChrgObj view from CONSUMPTION Charge Object for Accruals
C_TranspChargeObject view from CONSUMPTION Transportation Charge Object
I_FrtCarrInvcInvcAmt view_entity inner COMPOSITE Invoice Amount for Freight Carrier Invc
I_FrtCarrInvcVarcAmt view_entity inner COMPOSITE Variance Amount for Freight Carrier Invoice
I_FrtOrdWithDsputForDshbrd view_entity inner COMPOSITE Frt Ord with Dsput Anlyts f SAC Dashbrd
I_TranspChargeObjectEnrcd view from COMPOSITE Transportation Charge Object enriched
P_CollabnApplCarrInvcAmt view_entity inner CONSUMPTION Invoiced and Proposed Invoice Amount
P_CollabnApplCarrInvcReqItem view_entity inner CONSUMPTION Carrier Invoice Items
P_CollabnApplFrtOrdInvoice view inner CONSUMPTION Freight Orders for Invoicing
R_TransportationOrderChargeTP view_entity from TRANSACTIONAL Transportation Charge Header

Fields (2)

KeyField CDS FieldsUsed in Views
_InvoicingStatus _InvoicingStatus 1
TranspChargeDocumentCurrency TranspChargeDocumentCurrency 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.

-- Transportation Charge Object
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TRANSPCHARGEOBJECT (
    _INVOICINGSTATUS,
    TRANSPCHARGEDOCUMENTCURRENCY
);