A_ACMAppDocUoMConversion

DDL: A_ACMAPPDOCUOMCONVERSION Type: view_entity CONSUMPTION

ACM appdoc UoM conversion

A_ACMAppDocUoMConversion is a Consumption CDS View that provides data about "ACM appdoc UoM conversion" in SAP S/4HANA. It reads from 1 data source (R_ACMAppDocUoMConversionTP) and exposes 10 fields with key fields ApplicationDocument, ReferenceApplicationItem, PreferredUnitOfMeasure. It is exposed through 2 OData services (API_ACMAPPLICATIONDOC, API_ACMCHGDOCS).

Data Sources (1)

SourceAliasJoin Type
R_ACMAppDocUoMConversionTP R_ACMAppDocUoMConversionTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name AACMAPPUOMCONV_Type view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label ACM appdoc UoM conversion view

OData Services (2)

ServiceBindingVersionContractRelease
API_ACMAPPLICATIONDOC API_ACMAPPLICATIONDOC V4 C2 NOT_RELEASED
API_ACMCHGDOCS API_ACMCHGDOCS V4 C2 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY ApplicationDocument ApplicationDocument
KEY ReferenceApplicationItem ReferenceApplicationItem
KEY PreferredUnitOfMeasure PreferredUnitOfMeasure
ACMLoadDataCaptureConvertQty ACMLoadDataCaptureConvertQty
ACMDecimalGrossQuantity ACMDecimalGrossQuantity
ACMNetQuantity ACMNetQuantity
ACMOverfillQuantity ACMOverfillQuantity
ACMUnderFillQuantity ACMUnderFillQuantity
ACMLoadDtaCaptrCnvrtdGrssQty ACMLoadDtaCaptrCnvrtdGrssQty
ACMAppDocBaseUoM ACMAppDocBaseUoM
@OData.entityType.name:'AACMAPPUOMCONV_Type'
@AccessControl.authorizationCheck: #CHECK
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
    usageType.serviceQuality: #C,
    usageType.sizeCategory : #XL,
    usageType.dataClass: #MASTER
}
@EndUserText.label: 'ACM appdoc UoM conversion'
define view entity A_ACMAppDocUoMConversion
  as projection on R_ACMAppDocUoMConversionTP
{
  key ApplicationDocument,
  key ReferenceApplicationItem,
      @Semantics.unitOfMeasure: true
  key PreferredUnitOfMeasure,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMLoadDataCaptureConvertQty,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMDecimalGrossQuantity,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMNetQuantity,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMOverfillQuantity,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMUnderFillQuantity,
      @Semantics.quantity.unitOfMeasure: 'ACMAppDocBaseUoM'
      ACMLoadDtaCaptrCnvrtdGrssQty,
      @Semantics.unitOfMeasure: true
      ACMAppDocBaseUoM,
      //Association to parent node

      _AppDocUoM : redirected to parent A_ACMAppDocOverview
}