Data Element list used by SAP ABAP Function Module FKK_DI_MONITOR_START (VKK: Monitorjob starten)
SAP ABAP Function Module
FKK_DI_MONITOR_START (VKK: Monitorjob starten) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BTCJOB | Background job name | SOURCE VALUE(I_JOBNAME) LIKE FKKDIJOB-JOBNAME |
|
| 2 | BTCPHOUR | Duration period (in hours) for a batch job | SOURCE VALUE(I_MONITOR_STOP) LIKE TBTCJOB-PRDHOURS DEFAULT 24 |
|
| 3 | BTCPMIN | Duration period (in minutes) for a batch job | SOURCE VALUE(I_MONITOR_PERIOD) LIKE TBTCJOB-PRDMINS DEFAULT 10 |
|
| 4 | JTYPE_KK | Job category | SOURCE VALUE(I_JTYPE) LIKE FKKDIJOB-JTYPE DEFAULT SPACE |
|
| 5 | PROGID_KK | Program ID | SOURCE VALUE(I_PROGID) LIKE FKKDIHDTMP-PROGID |
|
| 6 | PROGNAM_KK | Name of program that processes interval | SOURCE VALUE(I_PROGN) LIKE FKKDIHDTMP-PROGN |
|