A_CntrlPurContrHdrDistrPart_2

DDL: A_CNTRLPURCONTRHDRDISTRPART_2 Type: view_entity CONSUMPTION

CCTR Header Distribution Partner

A_CntrlPurContrHdrDistrPart_2 is a Consumption CDS View that provides data about "CCTR Header Distribution Partner" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContrHdrDistrPartTP) and exposes 8 fields with key fields CentralPurchaseContract, DistributionKey, PartnerCounter. It is exposed through 1 OData service (API_CNTRLPURCONTRACT_2).

Data Sources (1)

SourceAliasJoin Type
R_CntrlPurContrHdrDistrPartTP R_CntrlPurContrHdrDistrPartTP projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label CCTR Header Distribution Partner view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name CentralPurchaseContractHdrDistrPrtnr_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CNTRLPURCONTRACT_2 API_CNTRLPURCONTRACT_2 V4 C2 NOT_RELEASED

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY CentralPurchaseContract CentralPurchaseContract Purchasing Doc.
KEY DistributionKey DistributionKey Distr. Number
KEY PartnerCounter PartnerCounter Partner counter
PartnerFunction PartnerFunction Partner Functn
ExtPlantForPurg ExtPlantForPurg Plant
Supplier Supplier Supplier
SupplierSubrange SupplierSubrange Suppl. Subrange
PurchasingOrganization PurchasingOrganization Purchasing Organization

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 A_CntrlPurContrHdrDistrPart_2.
-- 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.

CREATE VIEW A_CntrlPurContrHdrDistrPart_2 AS
SELECT
  CentralPurchaseContract,
  DistributionKey,
  PartnerCounter,
  PartnerFunction,
  ExtPlantForPurg,
  Supplier,
  SupplierSubrange,
  PurchasingOrganization
FROM R_CntrlPurContrHdrDistrPartTP
;