Table/Structure Field 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 - CON_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) TYPE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | DBCON - CON_NAME | Logical name for a database connection | ||
| 3 | MSQEXPORT - OBJEXISTS | MSSQL Server - returns whether the object exists in database | ||
| 4 | MSQEXPORT - RETCODE | MS SQL server - error number of the last executed sql stmt | ||
| 5 | MSQEXPORT - RETCODE | MS SQL server - error number of the last executed sql stmt | SOURCE VALUE(RETCODE) LIKE MSQEXPORT-RETCODE |
|
| 6 | MSQSYSJOBS - ENABLED | MS SQL server - job enable status for execution | ||
| 7 | MSQSYSJOBS - ENABLED | MS SQL server - job enable status for execution | SOURCE VALUE(ENABLEFLG) LIKE MSQSYSJOBS-ENABLED |
|
| 8 | MSQSYSJOBS - JOBNAME | MS SQl server - name of the job | ||
| 9 | MSQSYSJOBS - JOBNAME | MS SQl server - name of the job | SOURCE VALUE(JOBNAME) LIKE MSQSYSJOBS-JOBNAME |
|
| 10 | SYST - MSGID | ABAP System Field: Message ID | ||
| 11 | SYST - MSGNO | ABAP System Field: Message Number | ||
| 12 | SYST - MSGTY | ABAP System Field: Message Type | ||
| 13 | SYST - MSGV1 | ABAP System Field: Message Variable | ||
| 14 | SYST - MSGV2 | ABAP System Field: Message Variable | ||
| 15 | SYST - MSGV3 | ABAP System Field: Message Variable | ||
| 16 | SYST - MSGV4 | ABAP System Field: Message Variable |