ABAPDATA_OCCURS - DATA OCCURS

Fill RESBD Structure from EBP Component Structure   General Data in Customer Master  
This documentation is copyright by SAP AG.

DATA - OCCURS

Short Reference



Obsolete Syntax

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 astandard table and is replace by this also:

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 usage of the addition WITH HEADER LINE is obsolete anyway.


General Data in Customer Master   BAL Application Log Documentation  
This documentation is copyright by SAP AG.


Length: 1637 Date: 20120522 Time: 043907     triton ( 74 ms )