cancel
Showing results for 
Search instead for 
Did you mean: 

Facing problem while fetching data from FTP.

Former Member
0 Kudos

Dear Experts,

In my company customer places order in our customer portal web site and the text file is generated in FTP holding all information of sales order.

Now, my job is to pick flat file from FTP folder and generate the sales order in SAP.

To fulfill this requirement I used FTP_CONNECT function module to connect to FTP then to fetch records from ftp and store in internal table I am using  FTP_SERVER_TO_R3 function module.

Problem I am facing is that sometimes my program get stuck in  FTP_SERVER_TO_R3 function module and it does not fetch records. I waited for hour but nothing happened. I was getting proper reply from host as well. Then I used FTP_COMMAND function module to get records but I facing same problem.

Kindly help.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hello Sandeep,

are you using the ITS Webgui service when calling your program via the portal web site?

If YES then the following NOTES will perhaps be of interest:

2283933 WebGUI File Browser: FAQ for the new applet-free frontend service methods implementation

1227526 ITS Up/Down: function module DP_GET_STREAM_FROM_URL enabled

1041844 ITS Up/Down: function module dp_copy_url enabled

Regards,

Oisin