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

How to call an external XML function from ABAP

Former Member
0 Likes
389

Hi everyone.

I'm trying to call a remote XML function located on the internet (a web service) from an executable ABAP program...

So, I think it could exist an useful FM to achieve this... I've found this one SWU_WEBRFC_R3F_POST (and also the GET), but I don't know how it works.

I've also took a look at the forums and weblogs about consuming a web service from ABAP, but the problem is that all of them guide me through WAS, when I need to do it with pure ABAP.

Somebody can help??

I really appreciate it!!

Regards,

Sinuhe.

Hi everyone.

I'm trying to call a remote XML function located on the internet (a web service) from an executable ABAP program...

So, I think it could exist an useful FM to achieve this... I've found this one SWU_WEBRFC_R3F_POST (and also the GET), but I don't know how it works.

I've also took a look at the forums and weblogs about consuming a web service from ABAP, but the problem is that all of them guide me through WAS, when I need to do it with pure ABAP.

Somebody can help??

I really appreciate it!!

Regards,

Sinuhe.

1 REPLY 1
Read only

Former Member
0 Likes
355

Hi,

Check the following link:

http://www.sap-img.com/abap/sample-xml-source-code-for-sap.htm

Regards,

Bhaskar