Table list used by SAP ABAP Function Module MSS_GET_SCH_AGENT_JOBS (To get the ist of schduled jobs in next XX days.)
SAP ABAP Function Module
MSS_GET_SCH_AGENT_JOBS (To get the ist of schduled jobs in next XX days.) 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 | MSSCONNDATA | MSSQL multi-connect : Complete connection information | ||
| 4 | MSSSCHJOBS | List of sql agent jobs scheduled for the next X days | SOURCE SCHAGENTJOBS STRUCTURE MSSSCHJOBS |
|
| 5 | MSSSERIA | MSSQL: Serialization Format of RAT Data | ||