ENDSELECT
Basic form
ENDSELECT.
Effect
Closes a loop introduced by SELECT.
Note
SELECT is not concluded by ENDSELECT
-
if it is a SELECT SINGLE command,
-
if only aggregate functions appear in the SELECT clause and there is no subsequent GROUP-BY- clause, or
-
if the INTO clause INTO
TABLE itab or APPENDING TABLE itab does not include the addition PACKAGE SIZE.
Additional help
Reading Data