I_CntrlPurchaseContractItmTP_2
CCTR Item - TP
I_CntrlPurchaseContractItmTP_2 is a Transactional CDS View that provides data about "CCTR Item - TP" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurchaseContractItemTP) and exposes 49 fields with key fields CentralPurchaseContract, CentralPurchaseContractItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CntrlPurchaseContractItemTP | R_CntrlPurchaseContractItemTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | CCTR Item - 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 (49)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CentralPurchaseContract | CentralPurchaseContract | Purchasing Doc. | |
| KEY | CentralPurchaseContractItem | CentralPurchaseContractItem | Item in Central Purchase Contract | |
| PurchaseContractItemText | PurchaseContractItemText | Short Text | ||
| ContractNetPriceAmount | ContractNetPriceAmount | Net Price | ||
| OrderPriceUnit | OrderPriceUnit | Order Price Un. | ||
| VolumeUnit | VolumeUnit | Volume Unit | ||
| OrderQuantityUnit | OrderQuantityUnit | Sales Unit | ||
| MaterialGroup | MaterialGroup | Product Group | ||
| GoodsReceiptIsExpected | GoodsReceiptIsExpected | Goods Receipt | ||
| NetPriceQuantity | NetPriceQuantity | Price Unit | ||
| TargetQuantity | TargetQuantity | Target Quantity | ||
| DocumentCurrency | DocumentCurrency | Document Currency | ||
| OrdPriceUnitToOrderUnitDnmntr | OrdPriceUnitToOrderUnitDnmntr | Quantity Conversion Denominator | ||
| OrderPriceUnitToOrderUnitNmrtr | OrderPriceUnitToOrderUnitNmrtr | Quantity Conversion Numerator | ||
| PurchasingDocumentItemCategory | PurchasingDocumentItemCategory | Item Category | ||
| SupplierMaterialNumber | SupplierMaterialNumber | Supp. Mat. No. | ||
| EvaldRcptSettlmtIsAllowed | EvaldRcptSettlmtIsAllowed | ERS | ||
| UnderdelivTolrtdLmtRatioInPct | UnderdelivTolrtdLmtRatioInPct | Underdel. Tol. | ||
| PriceIsToBePrinted | PriceIsToBePrinted | Print Price | ||
| SupplierConfirmationControlKey | SupplierConfirmationControlKey | Conf. Control | ||
| OverdelivTolrtdLmtRatioInPct | OverdelivTolrtdLmtRatioInPct | Overdeliv. Tol. | ||
| UnlimitedOverdeliveryIsAllowed | UnlimitedOverdeliveryIsAllowed | Unlimited Tol. | ||
| InvoiceIsExpected | InvoiceIsExpected | Invoice Receipt | ||
| InvoiceIsGoodsReceiptBased | InvoiceIsGoodsReceiptBased | GR-Based IV | ||
| PurchasingInfoRecordUpdateCode | PurchasingInfoRecordUpdateCode | InfoUpdate | ||
| PurgDocReleaseOrderQuantity | PurgDocReleaseOrderQuantity | Rel. order qty. | ||
| PurgDocOrderAcknNumber | PurgDocOrderAcknNumber | Order Acknowl. | ||
| PurchasingPriceIsEstimated | PurchasingPriceIsEstimated | Estimated Price | ||
| IsInfoAtRegistration | IsInfoAtRegistration | InfoAtReg. | ||
| NoDaysReminder1 | NoDaysReminder1 | 1st Rem./Exped. | ||
| NoDaysReminder2 | NoDaysReminder2 | 2nd Rem./Exped. | ||
| NoDaysReminder3 | NoDaysReminder3 | 3rd Rem./Exped. | ||
| StockType | StockType | Stock Type | ||
| TaxCode | TaxCode | Tax Code | ||
| RequirementTracking | RequirementTracking | Tracking Number | ||
| IsOrderAcknRqd | IsOrderAcknRqd | Acknowl. Reqd. | ||
| ShippingInstruction | ShippingInstruction | Shipping Instr. | ||
| GoodsReceiptIsNonValuated | GoodsReceiptIsNonValuated | GR Non-Valuated | ||
| PurgDocProductType | PurgDocProductType | Product Type Group | ||
| ProductTypeCode | ProductTypeCode | Product Type Group | ||
| PurchasingContractDeletionCode | PurchasingContractDeletionCode | Del. Indicator | ||
| PurchasingCentralMaterial | PurchasingCentralMaterial | Material | ||
| CntrlPurContrItmTargetAmount | CntrlPurContrItmTargetAmount | Item Target Value | ||
| ActivePurchasingDocument | ActivePurchasingDocument | Active Purchase Doc | ||
| PurgDocItmBlkRsnCode | PurgDocItmBlkRsnCode | Block Reason ID | ||
| PurchasingParentItem | PurchasingParentItem | Parent Item No | ||
| IsOutline | IsOutline | Item Set | ||
| PurgConfigurableItemNumber | PurgConfigurableItemNumber | Hierarchy Number | ||
| ProcmtHubRefcdConnectedSystem | ProcmtHubRefcdConnectedSystem | Source Connected Sys |
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_CntrlPurchaseContractItmTP_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_CntrlPurchaseContractItmTP_2 AS
SELECT
CentralPurchaseContract,
CentralPurchaseContractItem,
PurchaseContractItemText,
ContractNetPriceAmount,
OrderPriceUnit,
VolumeUnit,
OrderQuantityUnit,
MaterialGroup,
GoodsReceiptIsExpected,
NetPriceQuantity,
TargetQuantity,
DocumentCurrency,
OrdPriceUnitToOrderUnitDnmntr,
OrderPriceUnitToOrderUnitNmrtr,
PurchasingDocumentItemCategory,
SupplierMaterialNumber,
EvaldRcptSettlmtIsAllowed,
UnderdelivTolrtdLmtRatioInPct,
PriceIsToBePrinted,
SupplierConfirmationControlKey,
OverdelivTolrtdLmtRatioInPct,
UnlimitedOverdeliveryIsAllowed,
InvoiceIsExpected,
InvoiceIsGoodsReceiptBased,
PurchasingInfoRecordUpdateCode,
PurgDocReleaseOrderQuantity,
PurgDocOrderAcknNumber,
PurchasingPriceIsEstimated,
IsInfoAtRegistration,
NoDaysReminder1,
NoDaysReminder2,
NoDaysReminder3,
StockType,
TaxCode,
RequirementTracking,
IsOrderAcknRqd,
ShippingInstruction,
GoodsReceiptIsNonValuated,
PurgDocProductType,
ProductTypeCode,
PurchasingContractDeletionCode,
PurchasingCentralMaterial,
CntrlPurContrItmTargetAmount,
ActivePurchasingDocument,
PurgDocItmBlkRsnCode,
PurchasingParentItem,
IsOutline,
PurgConfigurableItemNumber,
ProcmtHubRefcdConnectedSystem
FROM R_CntrlPurchaseContractItemTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA