<?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>Question Re: Trigger ABAP Inbound Proxy in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212064#M3269618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I build a report program which would trigger the client proxy and and import the data into report program to be processed further? and schedule this report in background?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 05:14:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-08T05:14:42Z</dc:date>
    <item>
      <title>Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaq-p/9212060</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;I am into ABAP. I have never worked on PI. If i have a service interface and a class method for ABAP inbound Proxy already created by a PI guy, Can I trigger the call to the NON-SAP system to retrieve and process the data in my report program using this method or Do i have to code the logic in Class/Method created in PI. I have been able to trigger an outbound call from a function module, but when it comes to Inbound, I am still trying to understand. I searched some forums, but my understanding of PI is limited and i am still trying to understand. Could anyone please let me know the approach for triggering Inbound Proxy? Any suggestions are highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shrini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaq-p/9212060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-07T13:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212061#M3269615</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;The Non SAP system will send data to PI and PI will trigger inbound proxy in ECC. You will receive the data in inbound proxy interface. You need to code in class/method created by PI to process this data. (INPUT and OUTPUT structures)&lt;/P&gt;&lt;P&gt;You can also test the proxy in standalone way (the way you can test RFC) in transaction SPROXY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Beena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212061#M3269615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-07T13:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212062#M3269616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shrini pls find the Diff between inbound proxy(Receives the data) and outbound(Triggers the Data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound Proxy:&amp;nbsp; SAP receives the Data&lt;/P&gt;&lt;P&gt;Outbound Proxy : SAP sends the Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for creating and coding in Inbound proxy.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://saptechnical.com/Tutorials/XI/ABAPProxy/page2.htm" title="http://saptechnical.com/Tutorials/XI/ABAPProxy/page2.htm"&gt;http://saptechnical.com/Tutorials/XI/ABAPProxy/page2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To test inound Proxy follow this:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.saptechnical.com/Tutorials/XI/Debug/Index.htm" title="http://www.saptechnical.com/Tutorials/XI/Debug/Index.htm"&gt;http://www.saptechnical.com/Tutorials/XI/Debug/Index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212062#M3269616</guid>
      <dc:creator>santosh_k3</dc:creator>
      <dc:date>2013-01-07T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212063#M3269617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrini,&lt;/P&gt;&lt;P&gt;Firstly, you need to built the logic to handle the data that will come through from PI to SAP using the method created by the PI guy.(like writing a function module to import the data sent from PI and perform some operation on it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, As suggested by Beena, you could either use SPROXY to test the proxy as stand alone &lt;/P&gt;&lt;P&gt;for that, you could follow the steps mention here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation"&gt;http://scn.sap.com/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else, in order to test it end to end, you could import the WSDL to SOAP UI tool and fire some messages through to PI server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you provide the correct login credential of PI user and the PI host name to fire messages to PI server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 13:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212063#M3269617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-07T13:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212064#M3269618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I build a report program which would trigger the client proxy and and import the data into report program to be processed further? and schedule this report in background?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 05:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212064#M3269618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T05:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212065#M3269619</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;If a report can be build for loading data into table..then what is the necessity of having inbound proxy..&lt;/P&gt;&lt;P&gt;just give a thought ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proxy is the native adapter build only for SAP PI System and Non SAP Systems cannot invoke proxy...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idea behind inbound proxy is to process the data received from other systems (SAP or NonSAP) via PI system...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies all your queries..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 05:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212065#M3269619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T05:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212066#M3269620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the inputs.Let us consider, the creation of proxy and logic is completely implemented. So, in PI Inbound scenario,does it mean that , as and when the Non-SAP system sends the data to SAP, the data would be processed in SAP and something like Job scheduling is not required at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 05:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212066#M3269620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T05:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212067#M3269621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Thats true. The interface will be triggered by external system and PI will call inbound proxy class to execute the processing logice implemented in class. There is no need to schedule a job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 06:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212067#M3269621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T06:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212068#M3269622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shrini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you receive&amp;nbsp; data from PI as inbound proxy , you can do with data whatever you want .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me clear one thing that as soon as sender system (In context of PI ) will push data to PI, PI will call proxy class which is generated in ECC . and your logic will execute&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no need to job scheduling an all to run that proxy class&amp;nbsp; because that will be call from PI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Anup Banerjee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 06:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212068#M3269622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T06:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212069#M3269623</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;Report scheduling depends on your business requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally Proxy gets triggered when the data is sent from the source system(can be SAP or NonSAP) via PI..and doesn't require any job to be scheduled..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the commit of Proxy operation if you have any requirement for report generation using the data received then you may require to schedule else not required...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 08:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212069#M3269623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-08T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212070#M3269624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been going through your post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to this proxy development.I am an ABAPER&lt;/P&gt;&lt;P&gt;My requirement is like PI team will give me a proxy. I need to update some tables using some standard BAPi in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is do the PI guys will also provide me the class or do I need to build a custom class to write my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urgent help needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Duttad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212070#M3269624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-08T06:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212071#M3269625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Debrath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever we create a proxy in SPROXY transaction, the system generates a class by itself.&lt;/P&gt;&lt;P&gt;We wont need to create a class separately. The class name is based on the service interface name being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, based on the operations used in the PI Service interface, that many number of methods get created by default in the class to handle the operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212071#M3269625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T05:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger ABAP Inbound Proxy</title>
      <link>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212072#M3269626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; 2 requirements... one is inbound and the other is outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I am wrong..&lt;/P&gt;&lt;P&gt;What I understand is.&lt;/P&gt;&lt;P&gt;In inbound I will get struc from PI and update some tables ...In this case I just need to write the code in the methods they will give. Thats it right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An for outbound I just fetch some data and update into a internal table or struc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/trigger-abap-inbound-proxy/qaa-p/9212072#M3269626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T11:19:44Z</dc:date>
    </item>
  </channel>
</rss>

