I_LOADDATACAPTUREEVENT

CDS View

ACM Basic View For UIS Event

I_LOADDATACAPTUREEVENT is a CDS View in S/4HANA. ACM Basic View For UIS Event. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_NetStkMTM_QrepVersion view inner COMPOSITE
@AbapCatalog.sqlViewName: 'IACMLDCEVENT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'ACM Basic View For UIS Event'
@VDM.viewType: #BASIC
@ObjectModel.usageType:{ dataClass: #TRANSACTIONAL,
                         serviceQuality: #D,
                         sizeCategory: #L }

define view I_LoadDataCaptureEvent
  as select from /accgo/t_uisevnt
{

  key uis_evnt_key  as       LDCEventKey,
      parent_key    as       LDCKey,
      event_type    as       LoadDataCaptureEventType,
      mot           as       ModeOfTransport,
      driver_id     as       CmmdtyTransptDriverID,
      license       as       VehicleLicensePlateNumber,
      vehicle_id    as       VehicleId,
      barge_id      as       TruckRailBargeId,
      vessel_id     as       CmmdtyTransptVesselID,
      released_date as       ReleaseDate,
      released_time as       ReleaseTime

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_UISEVNT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/