A_ACMBusPartUoMConfign

DDL: A_ACMBUSPARTUOMCONFIGN Type: view_entity CONSUMPTION

UoM Configuration

A_ACMBusPartUoMConfign is a Consumption CDS View that provides data about "UoM Configuration" in SAP S/4HANA. It reads from 1 data source (R_ACMBusPartUoMConfignTP) and exposes 2 fields with key fields BusinessPartnerNumber, PreferredUnitOfMeasure.

Data Sources (1)

SourceAliasJoin Type
R_ACMBusPartUoMConfignTP R_ACMBusPartUoMConfignTP projection

Annotations (8)

NameValueLevelField
EndUserText.label UoM Configuration view
AccessControl.authorizationCheck #CHECK view
OData.entityType.name BusinesspartnerUoMConfign_Type view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerNumber BusinessPartnerNumber
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
@EndUserText.label: 'UoM Configuration'
@AccessControl.authorizationCheck: #CHECK
@OData.entityType.name: 'BusinesspartnerUoMConfign_Type'
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory : #S,
    usageType.dataClass: #MASTER
}
define view entity A_ACMBusPartUoMConfign
  as projection on R_ACMBusPartUoMConfignTP
{
  key BusinessPartnerNumber,
  key PreferredUnitOfMeasure,
      _BusPartValues : redirected to parent A_ACMBusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMBUSPARTUOMCONFIGNTP"
],
"ASSOCIATED":
[
"A_ACMBUSPARTVALUES",
"R_ACMBUSPARTVALUESTP"
],
"BASE":
[
"R_ACMBUSPARTUOMCONFIGNTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/