I_CAMASSRUNINTVLDISTRJOB
Mass Run Interval Distribution Job
I_CAMASSRUNINTVLDISTRJOB is a CDS View in S/4HANA. Mass Run Interval Distribution Job. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CAMassRunJob | view_entity | inner | COMPOSITE | Mass Run Job Overview |
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #C
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Mass Run Interval Distribution Job'
define view entity I_CAMassRunIntvlDistrJob
as select from fkkdijob
association to parent I_CAMassRunIntvlDistr as _CAMassRunIntvlDistr on _CAMassRunIntvlDistr.CAMassRunInternalID = $projection.CAMassRunInternalID
and _CAMassRunIntvlDistr.ABAPProgramName = $projection.ABAPProgramName
{
key progn as ABAPProgramName,
key progid as CAMassRunInternalID,
key jobno as CAMassRunJob,
jobname as BackgroundJobName,
jobcount as BackgroundJob,
dates as ProcessingStartDate,
times as ProcessingStartTime,
jtype as CAMassRunJobCategory,
cast ( substring ( progid, 1, 4 ) as aktyp_kk ) as CAMassActivityType,
cast ( substring ( progid, 5, 8 ) as laufd_kk ) as CAMassRunDate,
cast ( substring ( progid, 13, 6 ) as laufi_kk ) as CAMassRunID,
//accociations
_CAMassRunIntvlDistr
}