R_ProductionModelTP
Production Model Header
R_ProductionModelTP is a Transactional CDS View that provides data about "Production Model Header" in SAP S/4HANA. It reads from 1 data source (I_ProductionModel) and exposes 24 fields with key field ProductionModelUUID. It has 2 associations to related views. Part of development package MPE_PRODUCTION_MODEL_BO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductionModel | I_ProductionModel | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | R_ProductionModelComponentTP | _HeaderComponent | |
| [0..*] | R_ProductionModelOperationTP | _Operation | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.sapObjectNodeType.name | ProductionModel | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | Production Model Header | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProductionModelUUID | ProductionModelUUID | ||
| ProductionModelProcessType | ProductionModelProcessType | |||
| ProdnModComplexAssemblyType | ProdnModComplexAssemblyType | |||
| Material | Material | |||
| BillOfMaterial | BillOfMaterial | |||
| BillOfMaterialVariant | BillOfMaterialVariant | |||
| BillOfMaterialCategory | BillOfMaterialCategory | |||
| BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | |||
| BillOfMaterialVersion | BillOfMaterialVersion | |||
| Plant | Plant | |||
| BillOfOperationsType | BillOfOperationsType | |||
| BillOfOperationsGroup | BillOfOperationsGroup | |||
| BillOfOperationsVariant | BillOfOperationsVariant | |||
| BillOfOperationsVersion | BillOfOperationsVersion | |||
| SalesOrder | SalesOrder | |||
| SalesOrderItem | SalesOrderItem | |||
| ProdnModelCreationDateTime | ProdnModelCreationDateTime | |||
| ProductionModelCreatedByUser | ProductionModelCreatedByUser | |||
| ProdnModelChangedDateTime | ProdnModelChangedDateTime | |||
| ProductionModelChangedByUser | ProductionModelChangedByUser | |||
| _HeaderComponent | _HeaderComponent | |||
| _Operation | _Operation | |||
| _Plant | _Plant | |||
| _MaterialText | _MaterialText |
@ObjectModel.sapObjectNodeType.name: 'ProductionModel'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'Production Model Header'
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
define root view entity R_ProductionModelTP
as select from I_ProductionModel
composition [0..*] of R_ProductionModelComponentTP as _HeaderComponent
composition [0..*] of R_ProductionModelOperationTP as _Operation
{
key ProductionModelUUID,
ProductionModelProcessType,
ProdnModComplexAssemblyType,
Material,
BillOfMaterial,
BillOfMaterialVariant,
BillOfMaterialCategory,
BillOfMaterialVariantUsage,
BillOfMaterialVersion,
Plant,
BillOfOperationsType,
BillOfOperationsGroup,
BillOfOperationsVariant,
BillOfOperationsVersion,
SalesOrder,
SalesOrderItem,
ProdnModelCreationDateTime,
ProductionModelCreatedByUser,
ProdnModelChangedDateTime,
ProductionModelChangedByUser,
//Compositions
_HeaderComponent,
_Operation,
_Plant,
_MaterialText
}
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