Ansicht
Dokumentation

ABAPFETCH_SHORTREF - FETCH SHORTREF

ABAPFETCH_SHORTREF - FETCH SHORTREF

Vendor Master (General Section)   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

FETCH

Reference



Syntax

FETCH NEXT CURSOR dbcur
    { { INTO { {[CORRESPONDING FIELDS OF] wa} | (dobj1, dobj2, ...) } }
    | { INTO|APPENDING [CORRESPONDING FIELDS OF] TABLE itab
                       [PACKAGE SIZE n] } }.


Effect

statement. Extracts rows from the result set of a database cursor opened using OPEN CURSOR.

Additions

  • INTO wa
    Reads a row and assigns it to a work area wa.
  • CORRESPONDING FIELDS OF
    Restricts the transport to identically named components of the work area wa or to the internal table itab.
  • PACKAGE SIZE n
    Passes the rows in packages of n rows to the internal table itab.





PERFORM Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 2385 Date: 20240419 Time: 010738     sap01-206 ( 39 ms )