Hi Lokeshwar,
Thank you so much for your reply.
Export and Import with Database INDX worked in my scenario.
Solution:
1. *Exporting RFC Internal Table to Report
EXPORT it_display TO DATABASE indx(aa) ID 'MID1'.
CLEAR: it_display.
2. *Importing RFC Internal Table coming from RFC to REport
IMPORTit_display TO DATABASE indx(aa) ID 'MID1'.
With Regards,
Sudhir.