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

FTP Functions in Background

Former Member
0 Likes
1,190

Hi Gurus,

Is it possible to run FTP Functions in background

like FTP_CONNECT, FTP_R3_TO_SERVER.

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
771

You can run in the background but you need to use connection type (destination) as SAPFTPA instead of SAPFTP.

Read only

Former Member
0 Likes
771

Hi Sekhar,

Yes, it is possible to schedule FTP function module in background.

To make sure, use SAPFTPA instead SAPFTP in RFC destination. Because SAPFTP run on client, and SAPFTPA run on application server.

Hope you find it useful

Regards

Indu.

Read only

0 Likes
771

When i am using SAPFTPA the FTP server is not connecting and it shows the error Host : xxxxxxxxxxxx not connected.

How to resolve this

Read only

0 Likes
771

hiii...

did you solved your problem..

even i am facing same problem now..

can u help me out.

Thanks in advance

Ravi

Read only

0 Likes
771

For SAPFTPA RFC connection wether i want to implement any SAP note because my foreground job working for SAPFTP by implementing SAP note.

Please give a solution to my foreground job working and i added in logic SAPFTA also but file not transferring background working but file not transfer to fileZilla FTP.