Ansicht
Dokumentation

ABAPOPEN_CURSOR_SHORTREF - OPEN CURSOR SHORTREF

ABAPOPEN_CURSOR_SHORTREF - OPEN CURSOR SHORTREF

General Data in Customer Master   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

OPEN CURSOR

Reference



Syntax

OPEN CURSOR [WITH HOLD] dbcur FOR
  SELECT ...
         FROM ...
         [[FOR ALL ENTRIES IN itab] WHERE sql_cond]
         [GROUP BY ...] [HAVING sql_cond]
         [ORDER BY ...].


Effect

statement. Opens a database cursor for the selection defined using SELECT and associates a cursor variable dbcur with this database cursor.


Additions

  • FROM ...
    Specifies the database tables.





CL_GUI_FRONTEND_SERVICES - Frontend Services   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 3274 Date: 20240517 Time: 104406     sap01-206 ( 30 ms )