Funktion Codes for Scroll Functions
The vertical scroll functions described have the following function codes in the ABAP/4 report processing:
· |
First page |
P-- |
· |
Last page |
P++ |
· |
Previous page |
P- |
· |
Next page |
P+ |
Further function codes exist for relative and horizontal scroll functions. These functions are not described here.
Function Modules
The ABAP/4 function library has a number of function modules which support scrolling in reports. The module SCROLLING_IN_TABLE in the function group STAB covers the scroll functions described in this section. Other function modules are in task-specific function groups.