Hi Friends,
I have a internal table(ITAB1) with 20+ fields. I have to prepare new internal tale(ITAB2) with group by using 6 fields from the ITAB1 (COLLECT with 6 matching fields) .
Also I need to have link between these 2 tables after the collect process to use some other fields from ITAB2.
When I loop ITAB2 I have to get some of the fields from ITAB1 for the corresponding record which was grouped.
Can I get some ideas how I can process this.
Thanks in advance.
Mohan.