- All exceptions are generated with RAISE and must be handled by the
calling program.Further information
For more information about scrolling in table structures please referto the SAP Style Guide.
Description
The parameter contains the number of entries of the table structureor substructure the user is scrolling through.
Description
The parameter contains the index of the first entry to be output.
Description
The parameter specifies the number of pages in which you canpage.
Description
The parameter contains the scroll destination page number.
Description
The number of the current first output line is passed in the parameter.
Alternatively the current page can be passed to the parameter PAGE_ACT.
Value range
Values between ENTRY_FROM and ENTRY_TO are valid. No check is made.
Default
By default, both PAGE_ACT and ENTRY_ACT have the values 0.At least one of the two parameters must be specified (and not be zero).
Description
This parameter only has to be specified when sub-structures are used.It specifies the index at which the sub-structurebegins.
Value range
Values smaller than ENTRY_TO are valid. No check is made.
Default
The parameter has the default value 1.
Description
This paramter determines the index at which the tabular structureor sub-structure ends.
Value range
Values greater than ENTRY_FROM are valid. No check is made.
Default
The parameter has no default, it must be specified.
Description
This parameter indicates whether the last page should be completelyfilled up when it is called.
Value range
'X'>,,= fill last page completely
''>,,= last page in paging sequenceDefault
By default, the last page is completely filled.
Description
This parameter contains the number of records which are to be outputper page.
Default
The parameter has no default value, it must be specified.
Description
The parameter controls paging operations.
Value range
'P'>,,first page
'P-'>,,previous page
'P+'>,,next page
'P++'>,,last page
''>,,paging by absolute page number specification
,,in this case, the absolute destination page number
,,must be passed to the parameter PAGE_GO.Default
The parameter OK_CODE has the default value ' '>.Description
The parameter indicates whether the pages should be displayedoverlapping.
Overlapping means that the last entry on the current page isthe first entry on the new page.
Value range
'X'>,,with overlapping
' '>,,without overlappingDefault
Paging is without overlapping by default.
Description
This parameter passes the page number of the current page
Alternatively, the current first output line can also be passed to theparameter ENTRY_ACT.
Default
Both PAGE_ACT and ENTRY_ACT have the default value 0. At least one ofthese two parameters must be specified and not be zero.
Description
The parameter contains the absolute destination page number.
Alternatively the paging operation can also be controlled via theparameter OK_CODE.
Default
PAGE_GO has the default value 0.