Data Element 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_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) TYPE DBCON-CON_NAME DEFAULT 'DEFAULT' |
2 | ![]() |
MSQLOGNUM | number of SQL Server sql error or sql agent log to display | SOURCE VALUE(NUMAGTLOG) LIKE MSQ_LSTAT-NUMLOG |
3 | ![]() |
MSQLOGNUM | number of SQL Server sql error or sql agent log to display | SOURCE VALUE(NUMERRORLOG) LIKE MSQ_LSTAT-NUMLOG |
4 | ![]() |
MSQLOGSIZE | Size of the database transaction log in MB. | SOURCE VALUE(AGTSTARTLINE) LIKE MSQ_LSTAT-NUMLINES |
5 | ![]() |
MSQLOGSIZE | Size of the database transaction log in MB. | SOURCE VALUE(ERRSTARTLINE) LIKE MSQ_LSTAT-NUMLINES |
6 | ![]() |
MSQLOGSIZE | Size of the database transaction log in MB. | SOURCE VALUE(NUMAGTLINES) LIKE MSQ_LSTAT-NUMLINES |
7 | ![]() |
MSQLOGSIZE | Size of the database transaction log in MB. | SOURCE VALUE(NUMERRORLINES) LIKE MSQ_LSTAT-NUMLINES |
8 | ![]() |
MSSSCHEMA | Schema name | SOURCE VALUE(SCHEMA) TYPE MSSSCHEMA DEFAULT ' ' |