SAP ABAP Function Module SCROLLING_IN_TABLE (Scroll internal tables according to SAP Style Guide)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ASF-POP (Application Component) Standard Dialogs
⤷
SZP (Package) R/3 Central Basis Development: Dialog Boxes...
⤷
⤷
Basic Data
| Function Module | SCROLLING_IN_TABLE | Scroll internal tables according to SAP Style Guide |
| Function Group | STAB | Scrolling in tables |
| Program Name | SAPLSTAB | Central modules |
| INCLUDE Name | LSTABU03 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
ENTRIES_SUM | TYPE | SYST-TABIX | Total number of entries of the table (sub-) structure | |||
| |
ENTRY_NEW | TYPE | SYST-TABIX | Index of first entry to be output | |||
| |
PAGES_SUM | TYPE | SYST-TABIX | Total no. of pages | |||
| |
PAGE_NEW | TYPE | SYST-TABIX | Page scrolled to | |||
| |
ENTRY_ACT | TYPE | SYST-TABIX | 0 | Starting index | ||
| |
ENTRY_FROM | TYPE | SYST-TABIX | 1 | Start of table substructure | ||
| |
ENTRY_TO | TYPE | SYST-TABIX | End of table substructure | |||
| |
LAST_PAGE_FULL | TYPE | 'X' | Indicator whether last page is full | |||
| |
LOOPS | TYPE | SYST-TABIX | Number of entries per page | |||
| |
OK_CODE | TYPE | SPACE | Function code for scroll operation | |||
| |
OVERLAPPING | TYPE | SPACE | Indicator for overlapping scrolling | |||
| |
PAGE_ACT | TYPE | SYST-TABIX | 0 | Start page | ||
| |
PAGE_GO | TYPE | SYST-TABIX | 0 | Target page | ||
| |
NO_ENTRY_OR_PAGE_ACT | TYPE | no start index or page specified | ||||
| |
NO_ENTRY_TO | TYPE | End of table substructure is zero | ||||
| |
NO_OK_CODE_OR_PAGE_GO | TYPE | no function code or target page specified | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19950113 |
| SAP Release Created in |