Skip to Content
0
Former Member
Dec 03, 2007 at 05:27 AM

Inserting lines into internal table.

2537 Views

Hi please consider the foll pseudo code:

Loop at itab1.

Validations on itab1.

If true.

Move certain fields of itab1 to itab2.

*Then how do I insert these records at the END of itab2?

**Will simply "INSERT itab2" work?

endif.

Endloop.