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_COMMAND issue

Former Member
0 Likes
578

hi,all:

a question here:if the FMftp_command excute a 'FTP COMMAND', the system neend another work process,

cos i made a program and inside i call FM ftp_command,the program runs veryday in background.

there are a number of programs waiting and running orderly,when a work process is free my program run but

a error 'ftp error' occured(at that time only one work process),after that the program was re-excuted successfully

by me(more than one work process here), so my analyzation is that excuting that fm needs another wp.

PS:any suggestion for avoiding that issue.

best regards,kevin

Edited by: kevin liao on May 25, 2010 1:51 PM

5 REPLIES 5
Read only

Former Member
0 Likes
545

hey all,any suggestion here?

Read only

0 Likes
545

Hi Kevin,

FTP execute from frontend and background used different RFC destination, did you set that?

Bob

Read only

0 Likes
545

hi,Bob:

i usd 'SAPFTPA' as RFC destination,am i correct?and through this RFC,in both frout and background,the program can complete successfully if there more than one free work process available,

best regards, kevin

Edited by: kevin liao on May 26, 2010 4:05 AM

Read only

0 Likes
545

Hi Kevin,

So... I think you should ask your basis to assign more wp for testing.

Bob

Read only

0 Likes
545

hi,Bob:

ok,thxs.