Data Element list used by SAP ABAP Function Module CRM_EI_KB_BATCH_JOB_START_SNG (SAF: API to start batch job for a set of knowledge bases)
SAP ABAP Function Module
CRM_EI_KB_BATCH_JOB_START_SNG (SAF: API to start batch job for a set of knowledge bases) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BTCJOB | Background job name | SOURCE VALUE(IV_JOBNAME) TYPE TBTCJOB-JOBNAME DEFAULT SPACE |
|
| 2 | BTCPDAY | Duration (in days) of DBA action | SOURCE VALUE(IV_DAYS) TYPE TBTCJOB-PRDDAYS DEFAULT '000' |
|
| 3 | BTCPHOUR | Duration period (in hours) for a batch job | SOURCE VALUE(IV_HOURS) TYPE TBTCJOB-PRDHOURS DEFAULT '01' |
|
| 4 | BTCPMIN | Duration period (in minutes) for a batch job | SOURCE VALUE(IV_MINS) TYPE TBTCJOB-PRDMINS DEFAULT '00' |
|
| 5 | BTCPROGRAM | Program name in internal step list | SOURCE VALUE(IV_PROGRAM) TYPE BTCPROGRAM DEFAULT SPACE |
|
| 6 | CRMT_EI_KB_NAME | Name of Knowledge Base | SOURCE VALUE(IV_KB_NAME) TYPE CRMT_EI_KB_NAME |
|
| 7 | SPRAS | Language Key | SOURCE VALUE(IV_LANGU) TYPE SPRAS DEFAULT SY-LANGU |
|