R_ACMLOCATIONTP

CDS View

ACM RTP Location details

R_ACMLOCATIONTP is a CDS View in S/4HANA. ACM RTP Location details. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMLocation view_entity projection CONSUMPTION ACM Entity Location details
@AbapCatalog.sqlViewName: 'RACMLOCATION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #TRANSACTIONAL
@ObjectModel: {
    usageType.serviceQuality: #B,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'ACM RTP Location details'
define root view R_ACMLocationTP
  as select from I_ACMLocation
{
  key  ACMLocationID,
       ACMLocationName,
       ACMLocationType
}