Data Element list used by SAP ABAP Function Module DD_SJOB_SUBMIT (Hintergrundeinplanung eines ICNV-Jobs)
SAP ABAP Function Module
DD_SJOB_SUBMIT (Hintergrundeinplanung eines ICNV-Jobs) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CHANLNAME | DD: Name of a log output channel | SOURCE VALUE(LOGNAME) LIKE DDLCH-LNAME DEFAULT '/tmp/-ICNV' |
|
| 2 | CHANLTYPE | Logical type of an ABAP/4 Repository channel | SOURCE VALUE(DEVICE) LIKE DDLCH-LDEVICE DEFAULT 'T' |
|
| 3 | CHANMOD | DD: Write mode of a logging channel | SOURCE VALUE(LOGMODE) LIKE DDLCH-LMODUS DEFAULT 'A' |
|
| 4 | DDBOOL_D | DD: truth value | SOURCE VALUE(FORCE) LIKE DDREFSTRUC-BOOL DEFAULT ' ' |
|
| 5 | DDICNVSTAT | Status of the incremental conversion | SOURCE VALUE(NEXT) LIKE TICNV-CNVSTATE DEFAULT '' |
|
| 6 | PTIME_OFF | Delay until conversion process is started | SOURCE VALUE(TIME_OFF) LIKE TICNV-PTIME_OFF DEFAULT '000' |
|