<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: calling ABAP proxy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542346#M1752056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use pattern and then use ABAP objects.&lt;/P&gt;&lt;P&gt;Select class and method in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link whether it helps.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send"&gt;http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jun 2013 13:57:16 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2013-06-04T13:57:16Z</dc:date>
    <item>
      <title>calling ABAP proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542344#M1752054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have an ABAP proxy and I'd like to call it within an ABAP program.&lt;/P&gt;&lt;P&gt;It has a method called execute_synchronous and I want to call it.&lt;/P&gt;&lt;P&gt;What's the syntax ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;method [ _________ ]&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;execute_synchronous.....thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542344#M1752054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-04T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: calling ABAP proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542345#M1752055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a standard demo program that illustrates how to call a proxy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Object2" style="font-family: Arial; font-style: italic; color: #000000; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;SXIDEMO_AGCY_FBO_CANCEL&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;For more details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;Please check the below link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;&lt;A href="http://sapignite.com/consuming-a-web-service-in-abap/"&gt;http://sapignite.com/consuming-a-web-service-in-abap/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;It gives a detail how to consume a proxy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial; font-size: 13.600000381469727px; background-color: #ffffff;"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542345#M1752055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-04T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: calling ABAP proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542346#M1752056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use pattern and then use ABAP objects.&lt;/P&gt;&lt;P&gt;Select class and method in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link whether it helps.&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send"&gt;http://wiki.sdn.sap.com/wiki/display/profile/ABAP+Proxy+outbound+program+-+purchase+order+send&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-abap-proxy/m-p/9542346#M1752056</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2013-06-04T13:57:16Z</dc:date>
    </item>
  </channel>
</rss>

