ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Declarations → Internal Tables
TYPES - OCCURS
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
TYPES dtype { {TYPE [REF TO] type}
| {LIKE [REF TO] dobj} } OCCURS n.
Effect
This statement is forbidden in classes. The statement has the same function as the following TYPES
statement for defining
standard table types, and is replaced by the following:
| {LIKE STANDARD TABLE OF [REF TO] dobj} }
WITH NON-UNIQUE DEFAULT KEY
INITIAL SIZE n.