<?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: How The ABAP Proxy method gets triggered in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127559#M1364837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below points for the configuration needed at R/3 side:&lt;/P&gt;&lt;P&gt;1. Create a HTTP connection in the business system using transaction SM59 &lt;/P&gt;&lt;P&gt;2. Configuration Business system as local Integration Engine in SXMB_ADM&lt;/P&gt;&lt;P&gt;3. Connection between Business System and System Landscape Directory. For this check the RFC destinations LCRSAPRFC and SAPSLDAPI&lt;/P&gt;&lt;P&gt;4. Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine&lt;/P&gt;&lt;P&gt;5. Maintain SLD access details in Transaction SLDAPICUST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 13:16:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T13:16:50Z</dc:date>
    <item>
      <title>How The ABAP Proxy method gets triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127558#M1364836</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 created a ABAP Proxy for inbound interface.For this interface the data is coming from XI system.So i am writing the logic to read the XI data into an internal table and am populating the same data into a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is,once the XI system sends the data, Will this ABAP Proxy Method automatically gets trigger or Do we need to make any settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me As early as possible.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinivas Kodukula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 11:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127558#M1364836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How The ABAP Proxy method gets triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127559#M1364837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below points for the configuration needed at R/3 side:&lt;/P&gt;&lt;P&gt;1. Create a HTTP connection in the business system using transaction SM59 &lt;/P&gt;&lt;P&gt;2. Configuration Business system as local Integration Engine in SXMB_ADM&lt;/P&gt;&lt;P&gt;3. Connection between Business System and System Landscape Directory. For this check the RFC destinations LCRSAPRFC and SAPSLDAPI&lt;/P&gt;&lt;P&gt;4. Maintaining the SAP J2EE Connection Parameters for LCRSAPRFC and SAPSLDAPI in SAP J2EE engine&lt;/P&gt;&lt;P&gt;5. Maintain SLD access details in Transaction SLDAPICUST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127559#M1364837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How The ABAP Proxy method gets triggered</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127560#M1364838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow all points as mentioned by Kiran for setting up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inbound proxies you  don't need to do anything as long you proxy is syntactically correct and activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to test/debug, go to SXMB_MONI and take one message corresponding to this interface. Right click on payload and download. Go to SPRoXY transaction and select your proxy(put a break-point wherever you want to debug) - go back click excute(F8) and provide this xml payload input file which you download. Then you can debug and check you code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 18:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-the-abap-proxy-method-gets-triggered/m-p/6127560#M1364838</guid>
      <dc:creator>former_member611181</dc:creator>
      <dc:date>2009-09-17T18:05:31Z</dc:date>
    </item>
  </channel>
</rss>

