<?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 CALLING an abap proxy path in a function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301070#M1833913</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;&lt;/P&gt;&lt;P&gt;I have to call a abap proxy&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;urn://&lt;/SPAN&gt;&lt;A href="http://federalmogul.com/PORTAL/GREBULLETIN001/00" style="font-family: arial, sans-serif;"&gt;fcdre.com/PORTAL/ERTLLETIN001/00&lt;/A&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;in a functional module .I am not having any knowledge on PI and abap proxies .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;`&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 15:39:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-30T15:39:41Z</dc:date>
    <item>
      <title>CALLING an abap proxy path in a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301070#M1833913</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;&lt;/P&gt;&lt;P&gt;I have to call a abap proxy&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;urn://&lt;/SPAN&gt;&lt;A href="http://federalmogul.com/PORTAL/GREBULLETIN001/00" style="font-family: arial, sans-serif;"&gt;fcdre.com/PORTAL/ERTLLETIN001/00&lt;/A&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;in a functional module .I am not having any knowledge on PI and abap proxies .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;`&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 15:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301070#M1833913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-30T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: CALLING an abap proxy path in a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301071#M1833914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at &lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/e6/6d0f3fb35c48fa9fdf5f4e70d9f37d/content.htm" title="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/e6/6d0f3fb35c48fa9fdf5f4e70d9f37d/content.htm"&gt;Working with ABAP Proxies - Creating and Configuring Service Providers and Service Consumers - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 19:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301071#M1833914</guid>
      <dc:creator>sandroramos</dc:creator>
      <dc:date>2014-04-30T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: CALLING an abap proxy path in a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301072#M1833915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create a structure in PI which suits your requirement then you have to generate ABAP proxy using T-code: SPROXY. After generating proxy a class will be generated which will be having the method with same name as the operation in PI. The structure you have created in PI will be there in the &lt;STRONG&gt;parameter &lt;/STRONG&gt;of that method. Generally, it'll be&amp;nbsp; nested with many structures and table types. You need to populate the same in your custom FM.&lt;/P&gt;&lt;P&gt;Refer below mentioned thread. I hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="54109" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="ABAP Proxy (Complete Developments on SAP-PI &amp;amp;amp; SAP-ABAP Systems)" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudeesh Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 04:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301072#M1833915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-01T04:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: CALLING an abap proxy path in a function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301073#M1833916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by marking correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudeesh Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 17:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-an-abap-proxy-path-in-a-function-module/m-p/10301073#M1833916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-02T17:52:59Z</dc:date>
    </item>
  </channel>
</rss>

