Data Element list used by SAP ABAP Function Module RSLG_READ_FILE (Import system log file into an internal table)
SAP ABAP Function Module
RSLG_READ_FILE (Import system log file into an internal table) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | RSLGEFILNO | SysLog: File number for end of search | SOURCE VALUE(CUR_WC) LIKE RSLGSEL-EFILE_NO |
|
| 2 | RSLGEFILPO | SysLog: End position in file for search | SOURCE VALUE(CUR_POS) LIKE RSLGSEL-EPOS |
|
| 3 | RSLGENDREA | SysLog: Reason for work termination | SOURCE VALUE(END_REASON) LIKE RSLGTYPE-END_REASON |
|
| 4 | RSLGENTCNT | System log: No. of system log entries to be processed | SOURCE VALUE(LOST_ENTRIES) LIKE RSLGTYPE-ENTCNT |
|
| 5 | RSLGFILNAM | SysLog: File name | SOURCE VALUE(END_INFO) LIKE RSLGTYPE-END_INFO |
|
| 6 | RSLGSFILNO | SysLog: File number for start (of the search) | SOURCE VALUE(OLD_WC) LIKE RSLGSEL-FILE_NO |
|
| 7 | RSLGSFILPO | SysLog: Start position in the file (for search) | SOURCE VALUE(OLD_POS) LIKE RSLGSEL-POS |
|