@AbapCatalog.sqlViewName : 'PPOSMVTTYSTF4674'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view P_StorePOSMovementTypes_F4674
as select from I_RetailStoreUserAssignment
inner join I_Site as Site on Site.Site = I_RetailStoreUserAssignment.Store
and Site.SiteCategory = 'A'
{
key Store,
_SitePointOfSale._PointOfSaleInboundProfile._AggregatedSalesSettings.SalesGoodsMovementType as AggrgdSlsSalesGdsMvtType,
_SitePointOfSale._PointOfSaleInboundProfile._AggregatedSalesSettings.ReturnsGoodsMovementType as AggrgdSlsReturnsGdsMvtType,
_SitePointOfSale._PointOfSaleInboundProfile._SalesAsPerReceiptsSettings.SalesGoodsMovementType as SlsAsPerRcptsSalesGdsMvtType,
_SitePointOfSale._PointOfSaleInboundProfile._SalesAsPerReceiptsSettings.ReturnsGoodsMovementType as SlsAsPerRcptsReturnsGdsMvtType
}
where
AssignedUser = $session.user
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_POINTOFSALEINBOUNDPROFILE",
"I_POSINBAGGRGDSALESSETTINGS",
"I_POSINBSLSASPERRCPTSSETTINGS",
"I_RETAILSTOREUSERASSIGNMENT",
"I_SITE",
"I_SITEPOINTOFSALE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
P_StorePOSMovementTypes_F4674 view