I_CntrlPurContrClassification

DDL: I_CNTRLPURCONTRCLASSIFICATION SQL: ICCTRCLASSFCTN Type: view BASIC

Central Purchase Contract Classification

I_CntrlPurContrClassification is a Basic CDS View that provides data about "Central Purchase Contract Classification" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 2 fields with key field PurchasingDocumentType.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType _PurchasingDocumentType from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ICCTRCLASSFCTN view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Central Purchase Contract Classification view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentType PurchasingDocumentType RFQ Type
PurgDocFieldSelControlKey PurgDocFieldSelControlKey Field Sel. 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 I_CntrlPurContrClassification.
-- 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: ICCTRCLASSFCTN

CREATE VIEW I_CntrlPurContrClassification AS
SELECT
  PurchasingDocumentType,
  PurgDocFieldSelControlKey
FROM I_PurchasingDocumentType AS _PurchasingDocumentType
;