The Function Module LIST_SCROLL_FOLLOWING_CURSOR (Blättern einer Listanzeige, damit der Cursor muß sichtbar wird) is a standard Function Module in SAP ERP and is part of the function group SYSF within the package SABP.
Function Module | LIST_SCROLL_FOLLOWING_CURSOR |
Short Text | Blättern einer Listanzeige, damit der Cursor muß sichtbar wird |
Function Group | SYSF |
Package | SABP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CURSOR_LINE | LIKE | SY-LILLI | Number of list line for cursor position | |
CURSOR_OFFSET | TYPE | I | 0 | Offset in list line for cursor position |
LIST_INDEX | LIKE | SY-LSIND | SLIST_INDEX_DEFAULT | List index |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CURSOR_OFFSET_INVALID | Invalid offset in list line (CURSOR_OFFSET) |
LIST_INDEX_INVALID | Invalid list index (LIST_INDEX) |
LIST_LINE_NOT_FOUND | Invalilud list line (CUROSR_LINE) |
NO_LIST_ACTIVE | List processing is not active |
WINDOW_TOO_SMALL | Cursor position cannot be displayed |