R_ProductChangeMasterTP_2
Product Change Master - TP
R_ProductChangeMasterTP_2 is a Transactional CDS View that provides data about "Product Change Master - TP" in SAP S/4HANA. It reads from 1 data source (I_ChangeMstrObMgReMaterial) and exposes 5 fields with key fields Product, ChangeNumber. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_BO_V2.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeMstrObMgReMaterial | I_ChangeMstrObMgReMaterial | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | I_ChangeMaster | _ChangeMaster | $projection.ChangeNumber = _ChangeMaster.ChangeNumber |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Product Change Master - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Product | Material | ||
| KEY | ChangeNumber | |||
| RevisionLevel | ObjMgmtRecdObjRevisionLevel | |||
| _Product | _Product | |||
| _ChangeMaster | _ChangeMaster |
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Product Change Master - TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory : #L,
dataClass: #MASTER
}
@ObjectModel.semanticKey: [ 'Product','ChangeNumber' ]
define view entity R_ProductChangeMasterTP_2
as select from I_ChangeMstrObMgReMaterial
association to parent R_ProductTP_2 as _Product on $projection.Product = _Product.Product
association [1] to I_ChangeMaster as _ChangeMaster on $projection.ChangeNumber = _ChangeMaster.ChangeNumber
{
key Material as Product,
key cast ( ChangeNumber as changenumber preserving type ) as ChangeNumber,
ObjMgmtRecdObjRevisionLevel as RevisionLevel,
/* Associations */
_Product,
_ChangeMaster
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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