I_ChgRecdProductionPlant
Production Plant in context of Change Record Planning Scope
I_ChgRecdProductionPlant is a Composite CDS View that provides data about "Production Plant in context of Change Record Planning Scope" in SAP S/4HANA.
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRPRODNPLNT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Production Plant in context of Change Record Planning Scope | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordUUID | ChangeRecordProdnPlant | ChangeRecordUUID | |
| KEY | ProductionPlant | ChangeRecordProdnPlant | ProductionPlant | |
| ChangeRecord | ChangeRecord |
@AbapCatalog.sqlViewName: 'ICRPRODNPLNT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MASTER,
sizeCategory: #L}
@VDM.viewType:#COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Production Plant in context of Change Record Planning Scope'
define view I_ChgRecdProductionPlant
as select distinct from P_ChgRecdPlngScpProdnPlant as ChangeRecordProdnPlant
{
key ChangeRecordProdnPlant.ChangeRecordUUID,
key ChangeRecordProdnPlant.ProductionPlant,
ChangeRecord
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CHGRECDPLNGSCPPRODNPLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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