SAP ENDSELECT ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID ENDSELECT
• ENDSELECT ABAP_STATEMENT_OSQL

ENDSELECT
Short Reference

ABAP_SYNTAX
ENDSELECT.


What does it do?
The AB-SQL statement ENDSELECT closes a loop started using SELECT.

ABAP_EXAMPLE_VX5
SELECT loop. The INTO clause used here cannot be written to a tabular result, which means that in multirow result sets, a loop is opened that must be closed using ENDSELECT .
ABEXA 00236
ABAP_EXAMPLE_END

Return to menu