Table list used by SAP ABAP Function Module GET_SQLERRORLOGS_MSQ (retrieve text of SQLServer errorlogs and the sqlagent.out)
SAP ABAP Function Module
GET_SQLERRORLOGS_MSQ (retrieve text of SQLServer errorlogs and the sqlagent.out) 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 | MSQERROUT | Structure to hold SQLServer errorlog output | ||
| 3 | MSQERROUT | Structure to hold SQLServer errorlog output | SOURCE AGENTLIST STRUCTURE MSQERROUT |
|
| 4 | MSQERROUT | Structure to hold SQLServer errorlog output | SOURCE LOGLIST STRUCTURE MSQERROUT |
|
| 5 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | ||
| 6 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE AGTSTATS STRUCTURE MSQ_LSTAT |
|
| 7 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE LOGSTATS STRUCTURE MSQ_LSTAT |
|
| 8 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(AGTSTARTLINE) LIKE MSQ_LSTAT-NUMLINES |
|
| 9 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(ERRSTARTLINE) LIKE MSQ_LSTAT-NUMLINES |
|
| 10 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(NUMAGTLINES) LIKE MSQ_LSTAT-NUMLINES |
|
| 11 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(NUMERRORLINES) LIKE MSQ_LSTAT-NUMLINES |
|
| 12 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(NUMAGTLOG) LIKE MSQ_LSTAT-NUMLOG |
|
| 13 | MSQ_LSTAT | SQL Server structure to hold stats on error or agent logs | SOURCE VALUE(NUMERRORLOG) LIKE MSQ_LSTAT-NUMLOG |