I_FLDLOGSDESTINATIONVH
Field Logistics : Destination Value Help
I_FLDLOGSDESTINATIONVH is a CDS View in S/4HANA. Field Logistics : Destination Value Help. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_FldLogsDestinationVH | view | from | CONSUMPTION | Field Logistics : Storage bin Value help |
@AbapCatalog.sqlViewName: 'IFLDESTVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel : {
usageType: { dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S } }
@EndUserText.label: 'Field Logistics : Destination Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsDestinationVH
// Storage Bin
as select from I_EWM_StorageType as _EWM_StorageType
association [0..1] to I_EWM_StorageTypeText as _StorageTypeText on $projection.EWMWarehouse = _StorageTypeText.Warehouse
and $projection.FldLogsStorageType = _StorageTypeText.StorageType
and _StorageTypeText.Language = $session.system_language
{
key Warehouse as EWMWarehouse,
@ObjectModel.text.element: 'StorageTypeName'
key StorageType as FldLogsStorageType,
@Semantics.text: true
_StorageTypeText.StorageTypeName as StorageTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EWM_STORAGETYPE",
"I_EWM_STORAGETYPETEXT"
],
"ASSOCIATED":
[
"I_EWM_STORAGETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/