RSLGFINFO is an SAP Structure so does not store data like a database table does but can be used to process "SysLog: File name and position information" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_RSLGFINFO TYPE RSLGFINFO .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
WHICHLOG | RSLGSELFIL | CHAR | 1 | SysLog: File selection | ||
POS | RSLGFILOFF | NUMC | 10 | SysLog: File offset | ||
MAXSIZE | RSLGFILOFF | NUMC | 10 | SysLog: File offset | ||
WRAPCOUNT | RSLGFILENO | NUMC | 6 | SysLog: File number | ||
NOOFFILES | RSLGNOOFFI | NUMC | 1 | SysLog: Number of files | ||
READ_POSI | RSLGFILOFF | NUMC | 10 | SysLog: File offset | ||
OLDFILENAM | RSLGOFILNA | CHAR | 79 | SysLog: Name of the old SysLog file | ||
ACTFILENAM | RSLGAFILNA | CHAR | 79 | SysLog: Name of current SysLog file | ||
OLDCFILENO | RSLGFILENO | NUMC | 6 | SysLog: File number | ||
ACTCFILENO | RSLGFILENO | NUMC | 6 | SysLog: File number | ||
RECORDSIZE | RSLGFILOFF | NUMC | 10 | SysLog: File offset |
Key field | |
Non-key field |
RSLGFINFO - SysLog: File name and position information RSLGFILINF - SysLog: Centrale SysLog information RSLGEXDATA - SysLog: Transaction termination message RSLGETYP - SysLog: Principal identifier of an entry RSLGETAB_NEW - SysLog: Extract from SysLog file(s) RSLGETAB - SysLog: Extract from SysLog file(s)