R_ACMAPPDOCUOMCONVERSIONTP

CDS View

ACM appdoc UoM conversion - TP

R_ACMAPPDOCUOMCONVERSIONTP is a CDS View in S/4HANA. ACM appdoc UoM conversion - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMAppDocUoMConversion view_entity projection CONSUMPTION ACM appdoc UoM conversion
@AbapCatalog.sqlViewName: 'RACMAPPUOMCONV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
@EndUserText.label: 'ACM appdoc UoM conversion - TP'
define view R_ACMAppDocUoMConversionTP
  as select from I_ACMAppDocUoMConversion
  association to parent R_ACMApplicationOverviewDetTP as _AppDocUoM on  $projection.ApplicationDocument      = _AppDocUoM.ApplicationDocument
                                                                    and $projection.ReferenceApplicationItem = _AppDocUoM.ReferenceApplicationItem

{
  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,
      _AppDocUoM
}