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 Table  DBCON Description of Database Connections SOURCE VALUE(CON_NAME) TYPE DBCON-CON_NAME DEFAULT 'DEFAULT'
2 Table  MSQERROUT Structure to hold SQLServer errorlog output
3 Table  MSQERROUT Structure to hold SQLServer errorlog output SOURCE AGENTLIST STRUCTURE MSQERROUT
4 Table  MSQERROUT Structure to hold SQLServer errorlog output SOURCE LOGLIST STRUCTURE MSQERROUT
5 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs
6 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE AGTSTATS STRUCTURE MSQ_LSTAT
7 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE LOGSTATS STRUCTURE MSQ_LSTAT
8 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(AGTSTARTLINE) LIKE MSQ_LSTAT-NUMLINES
9 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(ERRSTARTLINE) LIKE MSQ_LSTAT-NUMLINES
10 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(NUMAGTLINES) LIKE MSQ_LSTAT-NUMLINES
11 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(NUMERRORLINES) LIKE MSQ_LSTAT-NUMLINES
12 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(NUMAGTLOG) LIKE MSQ_LSTAT-NUMLOG
13 Table  MSQ_LSTAT SQL Server structure to hold stats on error or agent logs SOURCE VALUE(NUMERRORLOG) LIKE MSQ_LSTAT-NUMLOG