Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading in excel in multiple sheets in background

Former Member
0 Kudos

Hi ABAPers,

I have a requirement to download the data in multiple sheets in excel. This is achieved by using OLE concept where I populate each cell of the excel sheet with the data.

But the problem is the performance. I am unable to execute the program in foreground because it gives a time out error. Is it possibe to download into excel into multiple sheets in background?

Thanks in advance.

Regards,

Ajith

1 REPLY 1

former_member181966
Active Contributor
0 Kudos

Check out thread !!

Well if you don’t OLE , you can call Fm mentioned in Above thread in multiple times and store the data .

Thanks

Saquib