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: 

Remote function module to download the text file

Former Member
0 Kudos

Hi Experts,

I have a requirement of text file should be downloaded from RFC connection by which function module.Can you please tell me whether this method is used to download text file (CALL METHOD cl_gui_frontend_services=>gui_upload).

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jaswanth,

FM used to upload the data from the non sap system to the SAP sytem is the GUI_UPLOAD ans GUI_DOWLOAD is downloading the data from SAP to the presentation server .This file can be xls,tab or space deliminatior ettxt fiel.

I think this was your requirement.

Pooja

4 REPLIES 4

Former Member
0 Kudos

Hi,

Your question is not clear. You have to upload or download the text file? Do you want to do that from a external system thro a RFC? GUI_UPLOAD is used to upload a file from the non-sap end into sap. GUI_DOWNLOAD is the reverse of it. Download a file from sap to non-sap platform. Please elaborate your question.

Vikranth

Former Member
0 Kudos

Hi Jaswanth,

FM used to upload the data from the non sap system to the SAP sytem is the GUI_UPLOAD ans GUI_DOWLOAD is downloading the data from SAP to the presentation server .This file can be xls,tab or space deliminatior ettxt fiel.

I think this was your requirement.

Pooja

Former Member
0 Kudos

Hi,

Yes you can use CALL METHOD cl_gui_frontend_services=>gui_upload as well as you can go with FM GUI_DOWNLOAD.

Using either you can download a text file on your presentation server.

Regards,

Geeta

0 Kudos

I wonder how many more replies you would get proposing the same answer.

852