Table list used by SAP ABAP Function Module GET_JOB_HIST_STEPS (MS SQL server function to get the list of SAP Job History Steps)
SAP ABAP Function Module
GET_JOB_HIST_STEPS (MS SQL server function to get the list of SAP Job History Steps) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBCON | Description of Database Connections | SOURCE VALUE(CON_NAME) TYPE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | MSQIMPORT | MS SQL server - structure to hold import parameters | SOURCE VALUE(CCMS_TYPE) LIKE MSQIMPORT-FREQINT DEFAULT 1 |
|
| 3 | MSQIMPORT | MS SQL server - structure to hold import parameters | SOURCE VALUE(NUM_OF_DAYS) LIKE MSQIMPORT-RUNTIME DEFAULT 30 |
|
| 4 | MSQJOBSTEP | MS SQL server jobsteps ( as from msdb..sysjobsteps) | ||
| 5 | MSQJOBSTEP | MS SQL server jobsteps ( as from msdb..sysjobsteps) | SOURCE TASKLIST STRUCTURE MSQJOBSTEP |
|
| 6 | SDBAHI | Internal Table for Results of DBA Scheduling | SOURCE VALUE(JOBID) LIKE SDBAHI-SQLJOBID DEFAULT '' |
|