Table list used by SAP ABAP Function Module MSS_GET_JOB_INFO_AND_LOG (Function to get job and history info of a job)
SAP ABAP Function Module
MSS_GET_JOB_INFO_AND_LOG (Function to get job and history info of a job) 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 | MSQJBSHIS | MS SQL server Job History ( from msdb..sysjobhistory (7.0) | ||
| 3 | MSQJBSHIS | MS SQL server Job History ( from msdb..sysjobhistory (7.0) | SOURCE JBHISTDETS STRUCTURE MSQJBSHIS |
|
| 4 | MSQJOBMESS | MS SQL server Job Message (from msdb..sysjobhistory) | ||
| 5 | MSQJOBMESS | MS SQL server Job Message (from msdb..sysjobhistory) | SOURCE TASKLIST STRUCTURE MSQJOBMESS |
|
| 6 | MSQJOBSTEP | MS SQL server jobsteps ( as from msdb..sysjobsteps) | ||
| 7 | MSQJOBSTEP | MS SQL server jobsteps ( as from msdb..sysjobsteps) | SOURCE JBSTEPDETS STRUCTURE MSQJOBSTEP |
|
| 8 | MSQSCHEDUL | MS SQL server jobschedules ( as from msdb..sysjobschedules) | ||
| 9 | MSQSCHEDUL | MS SQL server jobschedules ( as from msdb..sysjobschedules) | SOURCE JBSCHEDULE STRUCTURE MSQSCHEDUL |
|
| 10 | MSQ_JOBS | MS SQL SERVER JOB description (as from msdb..sysjobs) | ||
| 11 | MSQ_JOBS | MS SQL SERVER JOB description (as from msdb..sysjobs) | SOURCE BASJOBLST STRUCTURE MSQ_JOBS |
|
| 12 | MSSCONNDATA | MSSQL multi-connect : Complete connection information | ||
| 13 | SDBAHI | Internal Table for Results of DBA Scheduling | SOURCE VALUE(LJOBID) LIKE SDBAHI-SQLJOBID |