P_MSPWSTOREPOSSTORAGELOCATION
MPW: POS Storage Location for Store
P_MSPWSTOREPOSSTORAGELOCATION is a CDS View in S/4HANA. MPW: POS Storage Location for Store. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_MSPWMovableProduct | view | inner | BASIC | MPW: Worklist of proposed movements (helper) |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | StorageLocation | TargetStorageLocation | 1 |
@AbapCatalog.sqlViewName: 'PMSPWPOSSTORLOC'
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L //Inserted by VDM CDS Suite Plugin
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@VDM.private: true
define view P_MSPWStorePosStorageLocation
as select from I_Site
{
key Site as Store,
_SitePointOfSale._PointOfSaleInboundProfile.StorageLocation
}