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

Read data from SFTP server using ABAP and place in Application Server?

Former Member
0 Likes
6,609

Hi,

As i have seen so many posts which have already posted in SCN regarding fetching data from SFTP to SAP .In my client we are not having any PI system but here We need to fetch the data from SFTP server to Application server using abap.Is there any way to achieve this.

Thanks in advance

Thanks & Regards,

Lakshana

Hi,

As i have seen so many posts which have already posted in SCN regarding fetching data from SFTP to SAP .In my client we are not having any PI system but here We need to fetch the data from SFTP server to Application server using abap.Is there any way to achieve this.

Thanks in advance

Thanks & Regards,

Lakshana

3 REPLIES 3
Read only

former_member593648
Active Participant
2,948

I think without PI/PO there is not straightforward way to do a SFTP with ABAP. FTP is a possibility though.

One path around this is to get use a third party software (something like winscp) & then manage via SM49/SM69 & FM - SXPG_COMMAND_EXECUTE in your program. You will also have to configure authentication via keys (public & private)

Read only

0 Likes
2,948

Hi Piyush,

Thanks for the reply.
I am not aware what commands should use in SM49 and how to process data.If you have any idea please guide me.

Read only

former_member593648
Active Participant