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

calling ABAP proxy

Former Member
0 Likes
502

Hello.

I have an ABAP proxy and I'd like to call it within an ABAP program.

It has a method called execute_synchronous and I want to call it.

What's the syntax ?

call method [ _________ ]->execute_synchronous.....thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
457

There is a standard demo program that illustrates how to call a proxy

SXIDEMO_AGCY_FBO_CANCEL.

For more details

Please check the below link

http://sapignite.com/consuming-a-web-service-in-abap/

It gives a detail how to consume a proxy

Hope it helps

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
457

Hi,

Use pattern and then use ABAP objects.

Select class and method in that.

Check this link whether it helps.

http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send