Table/Structure Field list used by SAP ABAP Function Module MSS_DELETE_SQLAGENT_JOB (Function to create, delete, modify sql agent jobs)
SAP ABAP Function Module
MSS_DELETE_SQLAGENT_JOB (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 - RETCODE | MS SQL server - error number of the last executed sql stmt | SOURCE VALUE(DEL_FLG) TYPE MSQEXPORT-RETCODE OPTIONAL |
4 | ![]() |
MSQEXPORT - RETCODE | MS SQL server - error number of the last executed sql stmt | SOURCE VALUE(RETCODE) LIKE MSQEXPORT-RETCODE |
5 | ![]() |
MSQIMPORT - COLULIST | MS SQL server - table column list | SOURCE VALUE(SQLCOMMAND) LIKE MSQIMPORT-COLULIST |