P_STORAGELOCATIONADDRESS

CDS View

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_StorLocDefaultAddress view from COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY Plant Plant 1
KEY StorageLocation StorageLocation 1
@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
}
}*/