cancel
Showing results for 
Search instead for 
Did you mean: 

ftp file from AS ABAP to AS JAVA

Former Member
0 Kudos

Hi,

I am trying to ftp files from AS ABAP (ERP) to AS JAVA server using the report RSFTP002, its giving error as

Attempt to set up connection to 172.x.x.x 22 failed.

The ftp port is 22.

In table SAPFTP_SERVERS, the entry for ABAP and JAVA system is added, Attached is the screen shot of report settings and table entry.

I will appreciate if somebody share the steps to transfer the file from ABAP to JAVA server using ftp.

Regards,

Arjun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Data which is in the file system of the application server can be transferred with function module FTP_COMMAND.

If the data exists as an ABAP internal table, function module FTP_R3_TO_SERVER can be used.

Regards,

Prithviraj

Former Member
0 Kudos

Hi,

Thanks for update. Will you do a favor to share the steps or possible screen shot for using FTP_COMMAND and FTP_R3_TO_SERVER function module to sending the file

Your efforts will be highly appreciated.

Regards,

Arjun