2018 Dec 26 5:23 PM
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
2018 Dec 26 5:49 PM
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)
2018 Dec 27 5:09 AM
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.
2018 Dec 27 4:16 PM
Check this link
This will help you get started.