P_MSPWSTOREPOSSTORAGELOCATION

CDS View

P_MSPWSTOREPOSSTORAGELOCATION is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_MSPWMovableProduct view inner BASIC

Fields (1)

KeyField CDS FieldsUsed 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_POINTOFSALEINBOUNDPROFILE",
"I_SITE",
"I_SITEPOINTOFSALE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/