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

executing FTP from ABAP

Former Member
0 Likes
446

I need to execute an FTP command from ABAP. I am using functions like

FTP_CONNECT, FTP_COMMAND and FTP_DISCONNECT.

The destination is a Windows2000 server with the FTP Server option

installed.

When I run the program, it is failing because a destination does not

exist in the RFCDES table.

Does anybody know what a "ID program" is ? I know that I have to

execute SM59 transaction to create the new destination, but I don't

know what value should I use to fill in the "ID program" field.

3 REPLIES 3
Read only

Former Member
0 Likes
416

Hi

Check this

Cheers

VJ

Read only

Former Member
0 Likes
416

Hi Arshad,

Welcome to SDN...

Check these out

Read only

andreas_mann3
Active Contributor
0 Likes
416

hi,

compare demo-program rsftp004

Andreas