SAP SELECT UP TO OFFSET ABEXA



Get Example source ABAP code based on a different SAP table
  



SELECT, Restriction of the Rows in the Result Set
This example demonstrates the additions UP TO and OFFSET of the statement SELECT.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SELECT_UP_TO_OFFSET

ABAP_DESCRIPTION
An offset and a maximum number of rows can be entered for the result set of a SELECT statement.