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: 

need to download data of many tables in excel.

Former Member
0 Kudos

Hi

I have a requirement to download the data of more then one database tables into one excel sheet.

Can any one let me know how i can doe this?

WBRS,

Amar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Amar,

(1) First get the data of different tables into seperate internal table.

(2) Move the all internal table in one final internl table.

(3) Using 'WS_DOWNLOAD' Fm you can download the final internal table in excel format.

I will have send if you need a sample code.

You can search lots of stuff in SDN, before posting ....

Thanks,

Veera

1 REPLY 1

Former Member
0 Kudos

Amar,

(1) First get the data of different tables into seperate internal table.

(2) Move the all internal table in one final internl table.

(3) Using 'WS_DOWNLOAD' Fm you can download the final internal table in excel format.

I will have send if you need a sample code.

You can search lots of stuff in SDN, before posting ....

Thanks,

Veera