I_AUTOSHIPSTORAGE
Auto Shippable Storage
I_AUTOSHIPSTORAGE is a CDS View in S/4HANA. Auto Shippable Storage. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_DGR_KF_PrepareData | view | left_outer | COMPOSITE |
@AbapCatalog.sqlViewName: 'IAUTOSHIPSTOR'
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@EndUserText.label: 'Auto Shippable Storage'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:#CDS_MODELING_DATA_SOURCE
define view I_AutoShipStorage
as select from /accgo/t_dgr_as
{
key werks as Plant,
key lgort as StorageLocation
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_DGR_AS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/