What is Insert Statement
Saturday, July 5th, 2008To insert a single row into an internal table, use the insert statement.
Syntax for the insert Statement
The following is the syntax for the insert statement.
insert [wa into] it [index n]
where:
wa is a work area with the same structure as a row of internal table it.
n is a numeric literal, variable, or constant.
The following [...]
Popularity: 21% [?]