P_PURGDOCSSIMLNDISTDOCS

CDS View

Distinct Documents in app log

P_PURGDOCSSIMLNDISTDOCS is a CDS View in S/4HANA. Distinct Documents in app log. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MassUpdtPurgDocsImpacted view from CONSUMPTION Documents included in simulation job run
P_PurgDocsSimlnLgHdrMsgCnt view from CONSUMPTION Count number of header level log msgs.

Fields (3)

KeyField CDS FieldsUsed in Views
KEY PurchasingDocument PurchasingDocument 2
KEY PurchasingDocumentItem PurchasingDocumentItem 2
KEY SimulationJobUUID SimulationJobUUID 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.

-- Distinct Documents in app log
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PURGDOCSSIMLNDISTDOCS (
    PURCHASINGDOCUMENT,
    PURCHASINGDOCUMENTITEM,
    SIMULATIONJOBUUID,
    PRIMARY KEY (PURCHASINGDOCUMENT, PURCHASINGDOCUMENTITEM, SIMULATIONJOBUUID)
);