E_PurchaseContractDraft

DDL: E_PURCHASECONTRACTDRAFT SQL: EPURCTRDRAFT Type: view EXTENSION

Extension for Purchase Contract draft

E_PurchaseContractDraft is a Extension CDS View that provides data about "Extension for Purchase Contract draft" in SAP S/4HANA. It reads from 1 data source (purchasectr_d) and exposes 1 field with key field PurchaseContractDraftUUID.

Data Sources (1)

SourceAliasJoin Type
purchasectr_d Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName EPURCTRDRAFT view
VDM.viewType #EXTENSION view
EndUserText.label Extension for Purchase Contract draft view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PurchaseContractDraftUUID purchasectr_d purchasecontractdraftuuid Key

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view E_PurchaseContractDraft.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: EPURCTRDRAFT

CREATE VIEW E_PurchaseContractDraft AS
SELECT
  Persistence.purchasecontractdraftuuid AS PurchaseContractDraftUUID
FROM purchasectr_d AS Persistence
;