I_FLDLOGSPLANTBASIC
Basic view for flog_plant table
I_FLDLOGSPLANTBASIC is a CDS View in S/4HANA. Basic view for flog_plant table. It contains 2 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FldLogsBookStock | view | inner | BASIC | Book Stock View for Field Logistics |
| I_FldLogsDmndPlntForKeySupPlnt | view_entity | from | COMPOSITE | FL Demand Plant for Supply Plant |
| I_FldLogsEWMActiveStorLocation | view | from | BASIC | EWM active storage locations |
| I_FldLogsMaintOrdMaterialStock | view_entity | inner | COMPOSITE | Material stock for Maintenance Order |
| I_FldLogsReturnsMaterialStock | view_entity | inner | COMPOSITE | Returns Material Stock |
| I_FldLogsSupplyingPlantAllVH | view_entity | from | COMPOSITE | FL All Supplying Plant |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| Plant | FldLogsRemotePlant | 1 | |
| SupplyingPlant | SupplyingPlant | 1 |
@AbapCatalog.sqlViewName: 'IFLDLOGSPLANT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Basic view for flog_plant table'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsPlantBasic
as select from flog_plant
{
key werks as Plant,
reswk as SupplyingPlant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FLOG_PLANT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/