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
Exporting ENTRIES_SUM TYPE SYST-TABIX Total number of entries of the table (sub-) structure
Exporting ENTRY_NEW TYPE SYST-TABIX Index of first entry to be output
Exporting PAGES_SUM TYPE SYST-TABIX Total no. of pages
Exporting PAGE_NEW TYPE SYST-TABIX Page scrolled to
Importing ENTRY_ACT TYPE SYST-TABIX 0 Starting index
Importing ENTRY_FROM TYPE SYST-TABIX 1 Start of table substructure
Importing ENTRY_TO TYPE SYST-TABIX End of table substructure
Importing LAST_PAGE_FULL TYPE 'X' Indicator whether last page is full
Importing LOOPS TYPE SYST-TABIX Number of entries per page
Importing OK_CODE TYPE SPACE Function code for scroll operation
Importing OVERLAPPING TYPE SPACE Indicator for overlapping scrolling
Importing PAGE_ACT TYPE SYST-TABIX 0 Start page
Importing PAGE_GO TYPE SYST-TABIX 0 Target page
Exception NO_ENTRY_OR_PAGE_ACT TYPE no start index or page specified
Exception NO_ENTRY_TO TYPE End of table substructure is zero
Exception NO_OK_CODE_OR_PAGE_GO TYPE no function code or target page specified
               
Processing Type
Normal Function Module  
Remote-Enabled 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