‎2013 Jun 04 2:08 PM
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.
‎2013 Jun 04 2:54 PM
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
‎2013 Jun 04 2:57 PM
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