SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
COLLECT - Short Reference
Syntax
COLLECT wa INTO itab { [ASSIGNING <fs> [CASTING]]
| [REFERENCE INTO dref] }.
Effect
Inserts the work area wa as rows in an internal table itab
such that, where the primary table key is already available for some rows, the values of the other components are added to the values of existing rows.
Additions