cancel
Showing results for 
Search instead for 
Did you mean: 

How to Export Excel to Local Client System

Former Member
0 Kudos

Hi All,

        How to export the table data to excel and most importantly how to save the exported excel file in our local client system ? not through the download URL link, Could any one give me the exact sample example.

Thanks,

Ram.

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos

not through down link,  not possible.

Former Member
0 Kudos

Might be it can be achieved BUT its good design to give option to user to select the download location and save it where ever he needs.

BUT if u still want to save automatically to a particular location, then u have to take care of multiple issues: Based on clients OS Linux/Unix, Windows etc you have to handle the situation.

Again the issues with write permission on those folders etc. What if the folder/path doesn't exist.

If you still want to proceed, then have a look at the GUI_DOWNLOAD FM and cl_gui_frontend_services classes though which u can achieve it.