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 in backgorund

Former Member
0 Likes
393

Hi,

I'm usign the function module

1. FTP_CONNECT

2. FTP_R3_TO_SERVER

3. FTP_DISCONNECT

to export an internal table via FTP.

Those FMs don't work in background.

Any suggests?

Thanks

Salvatore

Hi,

I'm usign the function module

1. FTP_CONNECT

2. FTP_R3_TO_SERVER

3. FTP_DISCONNECT

to export an internal table via FTP.

Those FMs don't work in background.

Any suggests?

Thanks

Salvatore

3 REPLIES 3
Read only

Former Member
0 Likes
370

Try running the job on a machine where they work in foreground.

Best!

Jim

Read only

Former Member
0 Likes
370

Make a z report and use these function modules and run z reports in background with relevant variant.

regards

mandeep

Read only

Clemenss
Active Contributor
0 Likes
370

Hi Salvatore,

FUNCTION 'FTP_CONNECT' and

FUNCTION 'FTP_COMMAND'

should work in background as well. If not, ask Basis people.

To disconnect, issue command Quit.

Regards,

Clemens