I_PURCHASECONTRACTWD

CDS View

BO View for I_PurchaseContractWD

I_PURCHASECONTRACTWD is a CDS View in S/4HANA. BO View for I_PurchaseContractWD. It contains 3 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_ContractMaintain view from CONSUMPTION Purchase Contract Maintain
P_ContractDaysToExpiry view from COMPOSITE

Fields (3)

KeyField CDS FieldsUsed in Views
KEY PurchaseContract PurchaseContract 1
PurchaseContractForEdit PurchaseContractForEdit 1
PurchaseContractType PurchaseContractType,PurchasingDocumentType 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.

-- BO View for I_PurchaseContractWD
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PURCHASECONTRACTWD (
    PURCHASECONTRACT,
    PURCHASECONTRACTFOREDIT,
    PURCHASECONTRACTTYPE,
    PRIMARY KEY (PURCHASECONTRACT)
);