I_ACMLOADDATACAPQUANTITY

CDS View

Interface LDC Event Details

I_ACMLOADDATACAPQUANTITY is a CDS View in S/4HANA. Interface LDC Event Details. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ACMApplicationOverview1 view inner COMPOSITE Interface ACM Application Overview1
@AbapCatalog.sqlViewName: 'IACMLDCQNT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Interface LDC Event Details'
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
define view I_ACMLoadDataCapQuantity 
  as select from I_ACMLoadDataCaptureQty as LDCQty    
  {
    key ApplicationDocument,
        @Semantics.unitOfMeasure: true
        UnitOfMeasure,
        @Semantics.quantity.unitOfMeasure: 'UnitOfMeasure'
        sum(ACMDecimalGrossQuantity)     as ACMLoadDataCapQuantity        
  }

group by 
    ApplicationDocument,
    UnitOfMeasure