Data Element list used by SAP ABAP Function Module SUBST_GET_NEXT_JOB_START_TIME (Determine next possible time for executing job (with cxcl.times, if nec.))
SAP ABAP Function Module
SUBST_GET_NEXT_JOB_START_TIME (Determine next possible time for executing job (with cxcl.times, if nec.)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BTCCHAR1 | Reference type CHAR1 for background processing | SOURCE VALUE(STRTIMMED) LIKE BTCH0000-CHAR1 |
|
| 2 | BTCSDATE | Planned Start Date for Background Job | SOURCE VALUE(SDLSTRTDT) LIKE TBTCJOB-SDLSTRTDT |
|
| 3 | BTCSTIME | Planned start time for background Job | SOURCE VALUE(SDLSTRTTM) LIKE TBTCJOB-SDLSTRTTM |
|
| 4 | FROM_TIME | Start of runtime restriction interval | SOURCE VALUE(START1) LIKE RSUPGSTR-FROM_TIME DEFAULT '000000' |
|
| 5 | FROM_TIME | Start of runtime restriction interval | SOURCE VALUE(START2) LIKE RSUPGSTR-FROM_TIME DEFAULT '000000' |
|
| 6 | TO_TIME | End of runtime restriction interval | SOURCE VALUE(END1) LIKE RSUPGSTR-TO_TIME DEFAULT '000000' |
|
| 7 | TO_TIME | End of runtime restriction interval | SOURCE VALUE(END2) LIKE RSUPGSTR-TO_TIME DEFAULT '000000' |
|