Table list used by SAP ABAP Function Module MSS_GET_JOB_HEADERS (Function to get job history header information)
SAP ABAP Function Module
MSS_GET_JOB_HEADERS (Function to get job history header information) 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 | MSQJBSHIS | MS SQL server Job History ( from msdb..sysjobhistory (7.0) | ||
| 5 | MSQJBSHIS | MS SQL server Job History ( from msdb..sysjobhistory (7.0) | SOURCE JOB_HEADER STRUCTURE MSQJBSHIS |
|
| 6 | SDBAHI | Internal Table for Results of DBA Scheduling | SOURCE VALUE(JOBID) LIKE SDBAHI-SQLJOBID DEFAULT '' |
|