Copying an Internal Table into another Internal Table

You can copy one or more rows of an internal table into another internal table by using the statement INSERT LINES OF.

Note the difference between INSERT LINES OF and APPEND LINES OF:

INSERT LINES OF

Copies the contents of several rows of an internal table to another internal table.

APPEND LINES OF

Appends the contents of several rows of an internal table to another standard table.

Read more...

About This Blog

This blog contains tips, tricks, tutorial, and some of my personal experiences with the SAP ABAP language.

FEEDJIT Live Traffic Feed

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP