SAP ENDWITH ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID ENDWITH
• ENDWITH ABAP_STATEMENT_OSQL

ENDWITH
Short Reference

ABAP_SYNTAX
ENDWITH.


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

ABAP_EXAMPLE_VX5
The example shows a WITH statement, whose main query creates a tabular result set. Since the data is written into work area wa rather than to an internal table, a SELECT loop is opened, which must be closed with ENDWITH.
ABEXA 00237
ABAP_EXAMPLE_END

Return to menu