Sunday, 13 May 2012

What is the difference between append and collect statement? | SAP-ABAP

=> Append statement inserts one or more lines to the end of internal table whereas collect statement inserts lines into an internal table in a summarized form. Collect statement compares the character fields of the internal table and if the character fields are similar, it adds the numerical value otherwise inserts as a new row.

No comments: