Where Used List (Function Module) for SAP ABAP Table MSQ_LSTAT (SQL Server structure to hold stats on error or agent logs)
SAP ABAP Table
MSQ_LSTAT (SQL Server structure to hold stats on error or agent logs) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
CCMS_MSS_ERRORLOG_CHK
|
check error log messages | ||||
| 2 |
GET_SQLERRORLOGS_MSQ AGTSTATS STRUCTURE MSQ_LSTAT
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 3 |
GET_SQLERRORLOGS_MSQ
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 4 |
GET_SQLERRORLOGS_MSQ VALUE(ERRSTARTLINE) LIKE MSQ_LSTAT-NUMLINES
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 5 |
GET_SQLERRORLOGS_MSQ VALUE(NUMERRORLINES) LIKE MSQ_LSTAT-NUMLINES
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 6 |
GET_SQLERRORLOGS_MSQ VALUE(NUMAGTLINES) LIKE MSQ_LSTAT-NUMLINES
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 7 |
GET_SQLERRORLOGS_MSQ VALUE(NUMERRORLOG) LIKE MSQ_LSTAT-NUMLOG
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 8 |
GET_SQLERRORLOGS_MSQ VALUE(AGTSTARTLINE) LIKE MSQ_LSTAT-NUMLINES
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 9 |
GET_SQLERRORLOGS_MSQ VALUE(NUMAGTLOG) LIKE MSQ_LSTAT-NUMLOG
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||
| 10 |
GET_SQLERRORLOGS_MSQ LOGSTATS STRUCTURE MSQ_LSTAT
|
retrieve text of SQLServer errorlogs and the sqlagent.out | ||||