I_ACMLOADDATACAPTUREEVTDATA1
Basic LDC Event Details
I_ACMLOADDATACAPTUREEVTDATA1 is a CDS View in S/4HANA. Basic LDC Event Details. It contains 15 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ACMLoadDataCaptureEvt | view | from | COMPOSITE | Interface LDC Event Details |
Fields (15)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ACMLoadDataCaptureEventKeyUUID | ACMLoadDataCaptureEventKeyUUID | 1 |
| KEY | ACMRepositoryWeightAppUUID | ACMRepositoryWeightAppUUID | 1 |
| KEY | LDCKey | LDCKey | 1 |
| KEY | QuantityRepositoryVersion | QuantityRepositoryVersion | 1 |
| ACMReferenceDocumentType | ACMReferenceDocumentType | 1 | |
| ACMScaleTicketNumber | ACMScaleTicketNumber | 1 | |
| BillOfLading | BillOfLading | 1 | |
| BillOfLadingDate | BillOfLadingDate | 1 | |
| Commodity | Commodity | 1 | |
| EventDate | EventDate | 1 | |
| LDCId | LDCId | 1 | |
| LoadDataCaptureEventType | LoadDataCaptureEventType | 1 | |
| LoadDataCaptureItem | LoadDataCaptureItem | 1 | |
| Material | Material | 1 | |
| ReferenceApplicationItem | ReferenceApplicationItem | 1 |
@AbapCatalog.sqlViewName: 'IACMLDCEVTDATA'
@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: 'Basic LDC Event Details'
@ObjectModel.supportedCapabilities: #CDS_MODELING_DATA_SOURCE
define view I_ACMLoadDataCaptureEvtData1
as select from I_ACMLoadDataCaptureEvtDet as LDCEvent
inner join I_ACMRepAppMain as _QrepMain on LDCEvent.ACMLoadDataCaptureEventKeyUUID = _QrepMain.ACMLoadDataCaptureEventKeyUUID
{
key LDCEvent.LDCKey,
key LDCEvent.ACMLoadDataCaptureEventKeyUUID,
key _QrepMain.ACMRepositoryWeightAppUUID,
key _QrepMain.QuantityRepositoryVersion,
LDCEvent.LoadDataCaptureEventType,
LDCEvent.LoadDataCaptureItem,
LDCEvent.EventDate,
LDCEvent.ACMScaleTicketNumber,
LDCEvent.BillOfLadingDate,
/*BillOfLadingDate*/
LDCEvent.BillOfLading,
/*BillOfLading*/
LDCEvent.Material,
LDCEvent.Commodity,
_QrepMain.ACMReferenceDocumentType,
_QrepMain.LDCId,
_QrepMain.ReferenceApplicationItem,
concat(concat(_QrepMain.ACMReferenceDocumentType, _QrepMain.LDCId), LDCEvent.LoadDataCaptureItem) as ACMLoadDataCaptureStatusObj
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMLOADDATACAPTUREEVTDET",
"I_ACMREPAPPMAIN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/