Ansicht
Dokumentation

ABAPDATA_OCCURS - DATA OCCURS

ABAPDATA_OCCURS - DATA OCCURS

rdisp/max_wprun_time - Maximum work process run time   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

DATA, OCCURS

Short Reference



DATA itab ${ ${TYPE $[REF TO$] type$}
          $| ${LIKE $[REF TO$] dobj$} $} OCCURS n
          $[WITH HEADER LINE$].

Effect

This statement is forbidden in classes. It has exactly the same function as the following DATA statement for the declaration of a standard table and is replaced by this:

DATA itab ${ ${TYPE STANDARD TABLE OF $[REF TO$] type$}
          $| ${LIKE STANDARD TABLE OF $[REF TO$] dobj$} $}
          WITH NON-UNIQUE DEFAULT KEY
          INITIAL SIZE n
          $[WITH HEADER LINE$].

The use of the addition WITH HEADER LINE is obsolete






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1531 Date: 20240425 Time: 141304     sap01-206 ( 17 ms )