@AbapCatalog.sqlViewName: 'PMMPUR_PSTLADDR'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view P_StorageLocationAddress
as select from I_StorageLocationAddress
{
key Plant,
key StorageLocation,
min(StorLocAddressSequenceNumber) as FirstAddressSequenceNumber
}
group by
Plant,
StorageLocation
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATIONADDRESS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/