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

EDI by FTP : How to set-up ?

Former Member
0 Likes
1,096

Hi Guys,

We would like to setup EDI from our SAP system to an external (non R/3) server using FTP.

How can I do that ?

Do I have to parameter something in SM59 ? FTP connection ( where do I store FTP user/passwd ? )

Thx a lot for your help,

Regards,

Erwan

hi

you need to use FTP protocol if you wanna use EDI.

For connection related issues jus check with your BASIS whether there is valid connection between your sys and external sys.

Cheers,

Abdul Hakim

2 REPLIES 2
Read only

abdul_hakim
Active Contributor
0 Likes
780

hi

you need to use FTP protocol if you wanna use EDI.

For connection related issues jus check with your BASIS whether there is valid connection between your sys and external sys.

Cheers,

Abdul Hakim

Read only

0 Likes
780

Hi,

Check if this sounds good.One work around would be Generate the files for an idoc.This can be done by using a file port.With this option the files are going to created on the application server.

Using the FM's FTP_CONNECT,FTP_COMMAND,FTP_DISCONNECT you can place the files on the FTP server.Refer the program rsftp002 for this.

Regards,

ND