R_ACMBUSPARTUOMCONFIGNTP

CDS View

Transactional Processing View : UoM Configuration

R_ACMBUSPARTUOMCONFIGNTP is a CDS View in S/4HANA. Transactional Processing View : UoM Configuration. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMBusPartUoMConfign view_entity projection CONSUMPTION UoM Configuration
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Transactional Processing View : UoM Configuration'
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #S
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
define view entity  R_ACMBusPartUoMConfignTP
  as select from I_ACMBusPartUoMConfign
  association to parent R_ACMBusPartValuesTP as _BusPartValues on $projection.BusinessPartnerNumber = _BusPartValues.BusinessPartnerNumber
{
  key BusinessPartnerNumber,
  key PreferredUnitOfMeasure,
      _BusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTUOMCONFIGN"
],
"ASSOCIATED":
[
"R_ACMBUSPARTVALUESTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/