Table/Structure Field list used by SAP ABAP Function Module MSS_SQLAGENT_JOBS (Function to create, delete, modify sql agent jobs)
SAP ABAP Function Module
MSS_SQLAGENT_JOBS (Function to create, delete, modify sql agent jobs) 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 | MSQEXPORT - OBJEXISTS | MSSQL Server - returns whether the object exists in database | SOURCE VALUE(CHK_DB) LIKE MSQEXPORT-OBJEXISTS OPTIONAL |
|
| 3 | MSQEXPORT - OBJEXISTS | MSSQL Server - returns whether the object exists in database | SOURCE VALUE(SIMULATION_MODE) TYPE MSQEXPORT-OBJEXISTS DEFAULT 'N' |
|
| 4 | MSQEXPORT - OBJEXISTS | MSSQL Server - returns whether the object exists in database | SOURCE VALUE(ST_IMMED) LIKE MSQEXPORT-OBJEXISTS OPTIONAL |
|
| 5 | MSQEXPORT - RETCODE | MS SQL server - error number of the last executed sql stmt | SOURCE VALUE(RETCODE) LIKE MSQEXPORT-RETCODE |
|
| 6 | MSQIMPORT - COLULIST | MS SQL server - table column list | SOURCE VALUE(SQLCOMMAND) LIKE MSQIMPORT-COLULIST |
|
| 7 | MSQIMPORT - COLULIST | MS SQL server - table column list | SOURCE VALUE(SQLUPDCMD) LIKE MSQIMPORT-COLULIST OPTIONAL |
|