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