Application Development and Automation 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: 
Read only

Download data from Application Server to Excel having multiple tabs.

Former Member
0 Likes
323

Hi All,

I have a requirement wherein I need to download data from the Application Server into Excel Sheet containing Multiple tabs,

i.e. The Data read from application Sever is to be populated into different tabs of the Excel Sheet.

Please Suggest.

Regards,

Amit.

Hi All,

I have a requirement wherein I need to download data from the Application Server into Excel Sheet containing Multiple tabs,

i.e. The Data read from application Sever is to be populated into different tabs of the Excel Sheet.

Please Suggest.

Regards,

Amit.

1 REPLY 1
Read only

keerthy_k
Product and Topic Expert
Product and Topic Expert
0 Likes
278

Hi,

You can also use this FM GUI_DOWNLOAD or method CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD.

In the class CL_GUI_FRONTEND_SERVICES you can find others methods, for example:

FILE_GET_VERSION

FILE_OPEN_DIALOG

FILE_SAVE_DIALOG

Keerthi