I_ACMLOADDATACAPQUANTITY
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMLOADDATACAPTUREQTY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/