I_PurContrVersRelevance

DDL: I_PURCONTRVERSRELEVANCE SQL: IPURCHASECTRVERS Type: view BASIC

Purchase Contract Version Relevance Flag

I_PurContrVersRelevance is a Basic CDS View that provides data about "Purchase Contract Version Relevance Flag" in SAP S/4HANA. It reads from 1 data source (ekko) and exposes 1 field with key field PurchaseContract.

Data Sources (1)

SourceAliasJoin Type
ekko ekko from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPURCHASECTRVERS view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchase Contract Version Relevance Flag view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PurchaseContract view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PurchaseContract ekko ebeln Source PurchDoc

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 I_PurContrVersRelevance.
-- 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: IPURCHASECTRVERS

CREATE VIEW I_PurContrVersRelevance AS
SELECT
  ekko.ebeln AS PurchaseContract
FROM ekko
;