cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieveing data from a non-SAP system into SAP

Former Member
0 Kudos

Professionals!

I'm trying to pass a 'HTTPS: //' link from ABAP to an external system that in return will send back a response as a text. Using internet explorer I can retrieve data from the external system by doing so.

My understanding that, using HTTP_POST function module will allow this? Do you have an example of what is required as parameters to run the single test for this function module? Also is there any specific setting for the RFC-Destination?

We are on release 4.7.

Appreciate your response.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try to use the internet connection framework classes.

For more details see:

http://help.sap.com/saphelp_47x200/helpdata/en/7c/f7bbca3a0d11d5992200508b6b8b11/frameset.htm

Regards,

Harald

Former Member
0 Kudos

Gentlemen,

Thanks a lot for the info. It looks like using the internet connection framework classes will allow you to connect and get data from a non-sap system. Do you have by chance a sample program that will send a HTTP query and get the result back in a structure?

Best regards,

athavanraja
Active Contributor
0 Kudos

Hi,

HTTP_POST will not allow HTTPS link . May be try enabling HTTPS in SAP (http://searchsap.techtarget.com/tip/1,289483,sid21_gci783164,00.html) and then use HTTP_POST.

Without this when i tried to use HTTP_POST for HTTPS links system throws a error - "Connect Error:OpenSSL not available".

Regards

Raja