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: 

Download data from multiple tabs of ALV to tabs of Excel

Former Member
0 Kudos


Hi,

I have a requirement where ALV is being displayed in 6 tabs. Can a download functionality be provided in such a way that data from all the tabs gets downloaded into multiple sheets of Excel document.

In the attached file, expected output with ALV in multiple tabs is displayed. Are there any Function modules which can be used to download data from ALV in each tab into Excel document sheets in one go?

Thanks,

Tejaswini.

3 REPLIES 3

Former Member
0 Kudos

hi Tejaswini

You can using OLE to download your tabs to mutiple sheets in excel.

you will find so many detail about OLE in scn or wiki. thanks.

regards,

Archer

raymond_giuseppi
Active Contributor
0 Kudos

This is a FAQ, did you use search tool with keywords like worksheet, activate and OLE to find many threads and (some examples)

Regards,

Raymond

kranthi_kiran5
Explorer
0 Kudos

Dear Tejaswini,

Please Check the Code in the attachment, It is working fine for my program..