SAP OPEN CURSOR - Syntax ABAP Statements

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet


ABAP Syntax OPEN CURSOR [WITH HOLD] dbcur FOR

SELECT ...
FROM ...
[[FOR ALL ENTRIES IN itab] WHERE sql_cond]
[GROUP BY ...] [HAVING sql_cond]
[ORDER BY ...].

Return to menu