I_FldLogsDmndPlntForKeySupPlnt
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)
| Source | Alias | Join Type |
|---|---|---|
| I_FldLogsPlantBasic | I_FldLogsPlantBasic | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Plant | _PlantText | $projection.FldLogsRemotePlant = _PlantText.Plant |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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