P_TRRMONACCPRIN

CDS View

P_TRRMONACCPRIN is a CDS View in S/4HANA. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
P_EBRRPrvdrContrIss view inner CONSUMPTION EBRR: Manage RR Issues – Prov.Contr.
P_EvtBsdRevnRecProjectIssue view inner CONSUMPTION Event based rev. rec. project issue
P_EvtBsdRevnRecSalesOrderIss view inner CONSUMPTION Event based rev. rec. sales order issue
P_EvtBsdRevnRecSrvcDocIssue view inner CONSUMPTION Event based rev. rec. Service doc. issue
P_Trrmonbaseplan view inner COMPOSITE
P_Trrsobaseplan view inner COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY rldnr rldnr 2
acc_principle AccountingPrinciple 4

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_TRRMONACCPRIN (
    RLDNR,
    ACC_PRINCIPLE,
    PRIMARY KEY (RLDNR)
);