sapdev logo background
sapdev logo sapdev logo
Comments

ABAP TYPES OCCURS Statement syntax, information and example SAP source code



Return to Statement index



TYPES - OCCURS

Short Reference

ABAP Syntax(Obsolete) TYPES dtype { {TYPE [REF TO] type}
| {LIKE [REF TO] dobj} } OCCURS n.

What does it do? This statement cannot be used in classes. The statement has the same function as the following
TYPES statement for defining standard table types, and is replaced by the following:
TYPES dtype { {TYPE STANDARD TABLE OF [REF TO] type}
| {LIKE STANDARD TABLE OF [REF TO] dobj} }
WITH NON-UNIQUE DEFAULT KEY
INITIAL SIZE n.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




TYPES_LOB_HANDLE_TYPE
TYPES_PRIMARY_KEY




comments powered by Disqus