| Current parameters of the report: |
| SY-LINSZ | X(4) | Current line size of the report. |
| SY-LINCT | X(4) | Current page length of the report. |
| SY-VLINE | C(1) | Current vertical line character (''). |
| SY-ULINE | C(255) | Current horizontal line characters ('-...-'). |
| SY-TVAR0...SY-TVAR9 | C(20) | Current placeholders in the list header (usually &0...&9). |
| Parameters of the current window: |
| SY-SCOLS | X(4) | Line size of the current window. |
| SY-SROWS | X(4) | Number of lines in the current window. |
| List Status: |
| SY-TITLE | C(70) | Title of the current list. |
| SY-PFKEY | C(8) | F key status of the displayed list. |
| SY-LSIND | X(4) | Index of list created by current event (basic list = 0, 1st details list = 1, ...). |
| Information about the list from which the event was triggered: |
| SY-LISTI | X(4) | Index of the list level from which the event was triggered (index of this list). Usually SY-LSIND - 1. |
| SY-UCOMM | C(70) | Function code that triggered the event. |
| SY-LILLI | X(4) | Absolute number in the displayed list of the line from which the event was triggered. |
| SY-LISEL | C(255) | Contents of the line from which the event was triggered. |
| SY-CUROW | X(4) | Position of the line in the WINDOW from which the event was triggered (counting starts with 1). |
| SY-CUCOL | X(4) | Position of the column in the WINDOW from which the event was triggered (counting starts with 2). |
| SY-CPAGE | X(4) | Page number of the 1st displayed page of the list from which the event was triggered. |
| SY-STARO | X(4) | Number of the 1st line of the 1st page displayed of the list from which the event was triggered (counting starts with 1). Possibly, a page header occupies this line. |
| SY-STACO | X(4) | Number of the 1st column displayed in the list from which the event was triggered (counting starts with 1). |
| Current output position: |
| SY-PAGNO | X(4) | Current page number. |
| SY-LINNO | X(4) | Line number on the current page of the current output position. |
| SY-COLNO | X(4) | Column of the current output position. |
No comments:
Post a Comment