R_PPS_PURCONTRDOCHISTORY

CDS View

PPS Purchase Contract History Document

R_PPS_PURCONTRDOCHISTORY is a CDS View in S/4HANA. PPS Purchase Contract History Document. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_PPS_PurContrDocHistoryC view_entity from CONSUMPTION Purchase Contract Doc History - Cube

Fields (3)

KeyField CDS FieldsUsed in Views
CompanyCode CompanyCode 1
Plant Plant 1
PurchasingOrganization PurchasingOrganization 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.

-- PPS Purchase Contract History Document
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_PPS_PURCONTRDOCHISTORY (
    COMPANYCODE,
    PLANT,
    PURCHASINGORGANIZATION
);