=> 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.
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:
Post a Comment