2013 Nov 20 5:18 PM
Hi All,
I am new to ABAP coding and wanted to know how to move a portion of records from one Internal table to another
ex ITAB1 has 100 records and wanted to move index 20 to 40 only to another internal table ITAB2
Regards,
Manikandan
2013 Nov 20 5:25 PM
Hi Manik,
There are many many ways of achieving it.
One simple way is using Indexes with Loop.
Sample code and explanation is here -
http://help.sap.com/saphelp_nw04/Helpdata/EN/fc/eb3723358411d1829f0000e829fbfe/content.htm
BR.