I_FIELDLOGISTICSPLANTALL
FL All Plants
I_FIELDLOGISTICSPLANTALL is a CDS View in S/4HANA. FL All Plants. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FieldLogisticsPlantValueHelp | view_entity | from | COMPOSITE | Field Logistics Plant |
| I_FieldLogisticsPurchaseOrder | view_entity | inner | COMPOSITE | Field Logistics Purchase Order |
| I_FldLogsEWMInboundDelivID | view | inner | COMPOSITE | EWM Ref DocID for Inbound Delivery |
| I_FldLogsMaintOrderToIssueVH | view_entity | inner | COMPOSITE | Maintenance Orders |
| I_FldLogsMaterialText | view | inner | COMPOSITE | FL Return Material Text view |
| I_FldLogsOutboundDelivIdEWM | view | inner | COMPOSITE | EWM Ref DocID for Outbound Delivery |
| I_FldLogsPlntStorLocWrhsNmbr | view | inner | COMPOSITE | Warehouse Number in Field Logistics |
| I_FldLogsRcvdInboundDelivery | view_entity | inner | COMPOSITE | FL Received Inbound Delivery |
| I_FldLogsRcvdOutboundDelivery | view_entity | inner | COMPOSITE | FL Outbound Delivery |
| I_FldLogsReservationItemVH | view_entity | inner | COMPOSITE | Reservation Item |
| I_FldLogsReservationVH | view_entity | inner | COMPOSITE | Reservation |
| I_FldLogsStorLocation | view | from | COMPOSITE | Storage location |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'FL All Plants'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
}
@VDM.viewType: #COMPOSITE
define view entity I_FieldLogisticsPlantAll
// Supplying Plant
as select distinct from I_FldLogsPlantBasic
{
key SupplyingPlant as Plant
}
where
SupplyingPlant is not initial
union
// Demand Plant
select distinct from I_FldLogsPlantBasic
{
key Plant as Plant
}
where
Plant is not initial
union
// Alternative supplying Plant
select distinct from I_FldLogsAlternateSupplyPlant
{
key SupplyingPlant as Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FLDLOGSALTERNATESUPPLYPLANT",
"I_FLDLOGSPLANTBASIC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/