Table list used by SAP ABAP Function Module GET_JOB_HIST_MESSAGE (MS SQL server function to get the list of SAP Job History Messages)
SAP ABAP Function Module
GET_JOB_HIST_MESSAGE (MS SQL server function to get the list of SAP Job History Messages) 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(NUM_OF_DAYS) LIKE MSQIMPORT-RUNTIME DEFAULT 30 |
|
| 3 | MSQIMPORT | MS SQL server - structure to hold import parameters | SOURCE VALUE(LINE_LEN) TYPE MSQIMPORT-RUNTIME DEFAULT 70 |
|
| 4 | MSQJOBMESS | MS SQL server Job Message (from msdb..sysjobhistory) | ||
| 5 | MSQJOBMESS | MS SQL server Job Message (from msdb..sysjobhistory) | SOURCE TASKLIST STRUCTURE MSQJOBMESS |
|