P_PURCONTRLATESTRELEASE

CDS View

Purchase Contract Latest Release

P_PURCONTRLATESTRELEASE is a CDS View in S/4HANA. Purchase Contract Latest Release. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ContrLatestReleaseValueHelp view from CONSUMPTION Contract Latest Release Value Help

Fields (4)

KeyField CDS FieldsUsed in Views
KEY PurchaseContract PurchaseContract 1
KEY PurchaseContractItem PurchaseContractItem 1
PurContrLatestRelease PurContrLatestRelease 1
ReleaseOrderDate ReleaseOrderDate 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.

-- Purchase Contract Latest Release
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_PURCONTRLATESTRELEASE (
    PURCHASECONTRACT,
    PURCHASECONTRACTITEM,
    PURCONTRLATESTRELEASE,
    RELEASEORDERDATE,
    PRIMARY KEY (PURCHASECONTRACT, PURCHASECONTRACTITEM)
);