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

regarding SFTP

Former Member
0 Likes
356

Hi,

I have one requirement, that is i have to retrieve the master data from T001,T024E table and i have to send the data fiels from sap R/3 to OTHER server through the SFTP, we are presently in 47 release, could any one please tell me the step by step process for this one.

1) After extracting the data from R/3, How to connect to the SFTP.

FTP_CONNNECT

FTP_COMMADN

FTP_DISCONNECT

above funtion modules will work on SFTP secnario, Could any one guide on this, points will rewarded.

Thanks,

Raju

1 REPLY 1
Read only

Former Member
0 Likes
331

Hello,

Had you solved your problem ? I have the same problem as you. I think these functions are incorrect as they are used only for the FTP connections not for the SFTP (Secure FTP). In fact, they need to use the program SAPFTP.exe.

Now I am revising the SM49/69 transactions but I am not sure about the result as the communication between IPs are not running fine.

I think we have to create some system commands: one for connection e.g sftp user@host, another for positionating on the appropriate folder and another for transferring our files. These commands should be executed sequentially, ins't it ? ( maybe by a job)

I am not self-confident with UNIX commands and technology, jeje...

Thanks in adavance.