I_ChgRecdProductionPlant

DDL: I_CHGRECDPRODUCTIONPLANT SQL: ICRPRODNPLNT Type: view COMPOSITE

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)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/