I_CntrlPurContrItmDistPartTP_2

DDL: I_CNTRLPURCONTRITMDISTPARTTP_2 Type: view_entity TRANSACTIONAL Package: RAP_MM_PUR_CNTRL_PUR_CONTR_TR

CCTR Item Distribution Partner - TP

I_CntrlPurContrItmDistPartTP_2 is a Transactional CDS View that provides data about "CCTR Item Distribution Partner - TP" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContrItmDistrPartTP) and exposes 9 fields with key fields CentralPurchaseContract, CentralPurchaseContractItem, DistributionKey, PartnerCounter. Part of development package RAP_MM_PUR_CNTRL_PUR_CONTR_TR.

Data Sources (1)

SourceAliasJoin Type
R_CntrlPurContrItmDistrPartTP R_CntrlPurContrItmDistrPartTP projection

Annotations (10)

NameValueLevelField
EndUserText.label CCTR Item Distribution Partner - TP view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CentralPurchaseContract CentralPurchaseContract Purchasing Doc.
KEY CentralPurchaseContractItem CentralPurchaseContractItem Item in Central Purchase Contract
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 I_CntrlPurContrItmDistPartTP_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 I_CntrlPurContrItmDistPartTP_2 AS
SELECT
  CentralPurchaseContract,
  CentralPurchaseContractItem,
  DistributionKey,
  PartnerCounter,
  PartnerFunction,
  ExtPlantForPurg,
  Supplier,
  SupplierSubrange,
  PurchasingOrganization
FROM R_CntrlPurContrItmDistrPartTP
;