SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
Syntax Forms
Insert into an internal table
1. INSERT ... INTO itab ...
Insert into a database table
2. INSERT ... INTO dbtab ...
Insert into a field group
3. INSERT ... INTO fg ...
Insert a program
4. INSERT REPORT ...
Insert text elements
5. INSERT TEXTPOOL ...