R_ACMCONTRDPQSHEADERTP

CDS View

ACM DPQS RTP header Information

R_ACMCONTRDPQSHEADERTP is a CDS View in S/4HANA. ACM DPQS RTP header Information. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ACMContrDPQSHeaderTP view_entity projection CONSUMPTION Projection view for DPQS Header
R_ACMContrDPQSCharcTP view_entity inner TRANSACTIONAL ACM DPQS Charecteristics

Fields (2)

KeyField CDS FieldsUsed in Views
KEY TradingContractItem TradingContractItem 1
KEY TradingContractNumber TradingContractNumber 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.

-- ACM DPQS RTP header Information
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_ACMCONTRDPQSHEADERTP (
    TRADINGCONTRACTITEM,
    TRADINGCONTRACTNUMBER,
    PRIMARY KEY (TRADINGCONTRACTITEM, TRADINGCONTRACTNUMBER)
);