Quantcast
Viewing all articles
Browse latest Browse all 3548

Re: Exporting RFC Internal Table and Import it to a Report

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.


Viewing all articles
Browse latest Browse all 3548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>