P_PCTRCHANGEDOCUMENT

CDS View

Profit Center Change Document

P_PCTRCHANGEDOCUMENT is a CDS View in S/4HANA. Profit Center Change Document. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_ProfitCenterChangeDocument view inner CONSUMPTION Consumption: Profit Center Change Doc
C_ProfitCenterChangeDocument_2 view_entity inner CONSUMPTION Profit Center Change Document

Fields (3)

KeyField CDS FieldsUsed in Views
CreatedByUser CreatedByUser 2
CreationDate CreationDate 2
CreationTime CreationTime 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.

-- Profit Center Change Document
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PCTRCHANGEDOCUMENT (
    CREATEDBYUSER,
    CREATIONDATE,
    CREATIONTIME
);