I_ACMBusPartUoMConfign

DDL: I_ACMBUSPARTUOMCONFIGN SQL: IUOMCONFIGN Type: view COMPOSITE

UoM Configuration

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

Data Sources (1)

SourceAliasJoin Type
I_ACMBusPartUoMConfignDetail I_ACMBusPartUoMConfignDetail from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IUOMCONFIGN view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label UoM Configuration view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerNumber BusinessPartnerNumber
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
_BusPartValues _BusPartValues
@AbapCatalog.sqlViewName: 'IUOMCONFIGN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'UoM Configuration'
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
  }
@ClientHandling.type: #CLIENT_DEPENDENT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
               usageType: {
                 dataClass: #MASTER,
                 serviceQuality: #C,
                 sizeCategory: #S
               }
}
define view I_ACMBusPartUoMConfign
  as select from I_ACMBusPartUoMConfignDetail
  association to parent I_ACMBusPartValues as _BusPartValues on $projection.BusinessPartnerNumber = _BusPartValues.BusinessPartnerNumber
{
  key BusinessPartnerNumber,
  key PreferredUnitOfMeasure,
      _BusPartValues
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMBUSPARTUOMCONFIGNDETAIL"
],
"ASSOCIATED":
[
"I_ACMBUSPARTVALUES"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/