Table list used by SAP ABAP Function Module UPDATE_JOB_MSQ (MS SQL server function to enable/disable the job)
SAP ABAP Function Module
UPDATE_JOB_MSQ (MS SQL server function to enable/disable the 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 | MSQEXPORT | MS SQL server - structure to hold export parameters | ||
| 3 | MSQEXPORT | MS SQL server - structure to hold export parameters | SOURCE VALUE(RETCODE) LIKE MSQEXPORT-RETCODE |
|
| 4 | MSQSYSJOBS | MS SQL server list of jobs ( as from msdb..sysjobs) | SOURCE VALUE(ENABLEFLG) LIKE MSQSYSJOBS-ENABLED |
|
| 5 | MSQSYSJOBS | MS SQL server list of jobs ( as from msdb..sysjobs) | SOURCE VALUE(JOBNAME) LIKE MSQSYSJOBS-JOBNAME |
|