cancel
Showing results for 
Search instead for 
Did you mean: 

Web based function to save Internal table data of SAP to local file

Former Member
0 Kudos

Hi !!

I am accessing my program through web browser , but GUI_DOWNLOAD

doen't work as I m accessing through web browser , any alternate to save my internal table data in local file ??

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Krunal,

You can use methods of class cl_gui_frontend_services to download files using the WEBGUI. If you want to test the applet in general, you can use FM ws_query with query parameter "cd"; it should return the home directory. If you want to test the download, you can use function module gui_download with transaction se37 or program itsq_upload_download.

I hope this helps.

Best regards,

Cristiano