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

Retrieve information from external server

Former Member
0 Likes
617

Hi,

We're trying to retrieve a file from an external server to SAP. We want to create a RFC that communicating with our server, it should retrieve the file and extract and write the content in our ABAP program. Could you please help us?  After reading some discussions on SCN we don't understand the solutions given.

Thank you,

Óscar

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
588

Hi,

the solution of RFC will only works if the external server will send the file to SAP.

For this you will need a language like VB that call the RFC function and send the content of the file.

if you requirement is to get the file from SAP, you will have to check the solution of the FTP. Do you have FTP on your external server ?  what kind of external server did you have ?

regards

Fred

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
589

Hi,

the solution of RFC will only works if the external server will send the file to SAP.

For this you will need a language like VB that call the RFC function and send the content of the file.

if you requirement is to get the file from SAP, you will have to check the solution of the FTP. Do you have FTP on your external server ?  what kind of external server did you have ?

regards

Fred

Read only

0 Likes
588

Thank you Frédéric. We're going to retrieve with http_get function module, retrieving a file from the url address.

Óscar