ABAP INSERT into Table statement
Posted in ABAP on August 8th, 2011 by Abap masterINSERT statement is used for inserting items in Database Tables, Index tables, Internal Tables, Field Groups etc in our ABAP programs. Here we are going to refer about the INSERT statement with tables. For tables INSERT statement will insert new lines in the specified data base tables or internal tables. Now let us check for [...]
