R_ACMTrdgContrItmTP
Transaction ProcessingView Contract Item
R_ACMTrdgContrItmTP is a Transactional CDS View that provides data about "Transaction ProcessingView Contract Item" in SAP S/4HANA. It reads from 1 data source (I_ACMTrdgContrItmExtn) and exposes 26 fields with key fields TradingContractNumber, TradingContractItem. It has 12 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ACMTrdgContrItmExtn | I_ACMTrdgContrItmExtn | from |
Associations (12)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [*] | R_ACMContrPrcgInfoTP | _PricingInfo | |
| [1] | R_ACMContrTolInfoTP | _ToleranceInfo | |
| [*] | R_ACMContrOptntyDetTP | _OptionalityInfo | |
| [1] | R_ACMContrPaytTrmDetTP | _DeferredPaymentInfo | |
| [*] | R_ACMContrPrePaytDetTP | _PrepaymentInfo | |
| [*] | R_ACMContrQtyTypeTP | _QuantityTypes | |
| [*] | R_ACMContrItmFeeDetTP | _FeeDetails | |
| [*] | R_ACMContrItmTextDetTP | _TextDetails | |
| [*] | R_ACMContrTolItmInfoTP | _ToleranceItemInfo | |
| [*] | R_ACMTrdgContrItmUoMCnvrsnTP | _ItemUoMCnvrsn | |
| [1] | R_ACMContrItmDelivDteDetTP | _ItemDelivDteDet | |
| [1] | R_ACMContrDPQSHeaderTP | _DPQS | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Transaction ProcessingView Contract Item | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TradingContractNumber | TradingContractNumber | Trading Contract | |
| KEY | TradingContractItem | TradingContractItem | Item Number | |
| TradingContractType | TradingContractType | |||
| ContractMaterial | ContractMaterial | |||
| Commodity | Commodity | Commodity Code | ||
| ACMTrdgContrActualStartDate | ACMTrdgContrActualStartDate | |||
| ActualStartDateTo | ActualStartDateTo | |||
| ContractPlant | ContractPlant | |||
| TradingContractItemQuantity | TradingContractItemQuantity | |||
| UnitOfMeasure | UnitOfMeasure | Unit Protected Qty | ||
| PricingApproach | PricingApproach | |||
| ValuationPoint | ValuationPoint | |||
| ContractStorageLocation | ContractStorageLocation | |||
| _ContractHeader | _ContractHeader | |||
| _DeferredPaymentInfo | _DeferredPaymentInfo | |||
| _FeeDetails | _FeeDetails | |||
| _OptionalityInfo | _OptionalityInfo | |||
| _PrepaymentInfo | _PrepaymentInfo | |||
| _PricingInfo | _PricingInfo | |||
| _QuantityTypes | _QuantityTypes | |||
| _TextDetails | _TextDetails | |||
| _ToleranceInfo | _ToleranceInfo | |||
| _ToleranceItemInfo | _ToleranceItemInfo | |||
| _ItemUoMCnvrsn | _ItemUoMCnvrsn | |||
| _ItemDelivDteDet | _ItemDelivDteDet | |||
| _DPQS | _DPQS |
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 R_ACMTrdgContrItmTP.
-- 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 R_ACMTrdgContrItmTP AS
SELECT
TradingContractNumber,
TradingContractItem,
TradingContractType,
ContractMaterial,
Commodity,
ACMTrdgContrActualStartDate,
ActualStartDateTo,
ContractPlant,
TradingContractItemQuantity,
UnitOfMeasure,
PricingApproach,
ValuationPoint,
ContractStorageLocation
FROM I_ACMTrdgContrItmExtn
LEFT OUTER JOIN R_ACMContrPrcgInfoTP AS _PricingInfo ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrTolInfoTP AS _ToleranceInfo ON /* condition not available in parsed metadata */ -- association [1]
LEFT OUTER JOIN R_ACMContrOptntyDetTP AS _OptionalityInfo ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrPaytTrmDetTP AS _DeferredPaymentInfo ON /* condition not available in parsed metadata */ -- association [1]
LEFT OUTER JOIN R_ACMContrPrePaytDetTP AS _PrepaymentInfo ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrQtyTypeTP AS _QuantityTypes ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrItmFeeDetTP AS _FeeDetails ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrItmTextDetTP AS _TextDetails ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrTolItmInfoTP AS _ToleranceItemInfo ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMTrdgContrItmUoMCnvrsnTP AS _ItemUoMCnvrsn ON /* condition not available in parsed metadata */ -- association [*]
LEFT OUTER JOIN R_ACMContrItmDelivDteDetTP AS _ItemDelivDteDet ON /* condition not available in parsed metadata */ -- association [1]
LEFT OUTER JOIN R_ACMContrDPQSHeaderTP AS _DPQS ON /* condition not available in parsed metadata */ -- association [1]
;
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