I_FldLogsDmndPlntForKeySupPlnt

DDL: I_FLDLOGSDMNDPLNTFORKEYSUPPLNT Type: view_entity COMPOSITE

FL Demand Plant for Supply Plant

I_FldLogsDmndPlntForKeySupPlnt is a Composite CDS View that provides data about "FL Demand Plant for Supply Plant" in SAP S/4HANA. It reads from 1 data source (I_FldLogsPlantBasic) and exposes 3 fields with key field FldLogsRemotePlant. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsPlantBasic I_FldLogsPlantBasic from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Plant _PlantText $projection.FldLogsRemotePlant = _PlantText.Plant

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label FL Demand Plant for Supply Plant view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #COMPOSITE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FldLogsRemotePlant Plant
PlantName _PlantText PlantName
SupplyingPlant SupplyingPlant
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'FL Demand Plant for Supply Plant'
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #M,
  dataClass: #MASTER
}
@VDM.viewType: #COMPOSITE

define view entity I_FldLogsDmndPlntForKeySupPlnt
  //  with parameters

  //    P_SupplyingPlant : flog_reswk_def

  as select from I_FldLogsPlantBasic
  association [0..1] to I_Plant as _PlantText on $projection.FldLogsRemotePlant = _PlantText.Plant
{
      @ObjectModel.text.element: ['PlantName']
  key Plant as FldLogsRemotePlant,
      @Semantics.text: true
      _PlantText.PlantName,
      SupplyingPlant
}

where
  //      SupplyingPlant = $parameters.P_SupplyingPlant

  //  and

  Plant <> SupplyingPlant
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FLDLOGSPLANTBASIC",
"I_PLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/