Sunday, 13 May 2012

How to insert single line into internal tables? | SAP-ABAP

=>    The following syntax is used to insert a single line to an internal table:
 INSERT <line> INTO <itab> [INDEX <idx>].
<line> - It is a work area that is compatible with line type.
[INDEX <idx>] - It is an index value that is to be inserted.

No comments: