<?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: Debugging RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfc/m-p/11605745#M1940606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the described scenario should work with ABAP in Eclipse just the same way as it works with SAPGUI. That means if you create a breakpoint in the target function module &lt;STRONG&gt;within the target system&lt;/STRONG&gt; (may require another AiE project) you should be able to debug that RFC request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I understand your initial post correctly you already ensured that the breakpoint is created in the target system. So if you are still unable to debug there can be different reasons. You can now try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Check your AiE debug settings: Right click on the ABAP project (RFC target system) in the project explorer and choose properties. Enter "debug" as filter text on the upper left corner and check whether you have enabled the AiE debugger and if you are debugging for logon user (assuming the RFC is executed for your logon user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings should look roughly like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/905997" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2) Right click on your breakpoint and choose "Refresh Breakpoint Activation" / "Refresh Breakpoints" immediately before you try to debug.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/905998" height="120" width="303" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not helpful for you please create an customer incident for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best r&lt;SPAN style="font-size: 10pt;"&gt;egards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 14:23:06 GMT</pubDate>
    <dc:creator>Armin_Beil</dc:creator>
    <dc:date>2016-03-11T14:23:06Z</dc:date>
    <item>
      <title>Debugging RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfc/m-p/11605744#M1940605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a web application I use an Odata service method, e.g. getPersons in a ZCL_MYAPP_DPC_EXT class. In this method I use a remote function call (RFC) do retrieve data in a database on another system.&lt;/P&gt;&lt;P&gt;I set a breakpoint in the getPersons method and in the function that is called by the RFC on the other system. &lt;/P&gt;&lt;P&gt;Eclipse does not stop at the breakpoint in this last function.&amp;nbsp; In R3, this works as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if (and how) this can be done in eclipse ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Koen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 08:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfc/m-p/11605744#M1940605</guid>
      <dc:creator>koen_boutsen</dc:creator>
      <dc:date>2016-03-11T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfc/m-p/11605745#M1940606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Koen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the described scenario should work with ABAP in Eclipse just the same way as it works with SAPGUI. That means if you create a breakpoint in the target function module &lt;STRONG&gt;within the target system&lt;/STRONG&gt; (may require another AiE project) you should be able to debug that RFC request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I understand your initial post correctly you already ensured that the breakpoint is created in the target system. So if you are still unable to debug there can be different reasons. You can now try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Check your AiE debug settings: Right click on the ABAP project (RFC target system) in the project explorer and choose properties. Enter "debug" as filter text on the upper left corner and check whether you have enabled the AiE debugger and if you are debugging for logon user (assuming the RFC is executed for your logon user).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings should look roughly like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/905997" width="450" /&gt;&lt;/P&gt;&lt;P&gt;2) Right click on your breakpoint and choose "Refresh Breakpoint Activation" / "Refresh Breakpoints" immediately before you try to debug.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/905998" height="120" width="303" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's not helpful for you please create an customer incident for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best r&lt;SPAN style="font-size: 10pt;"&gt;egards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Armin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-rfc/m-p/11605745#M1940606</guid>
      <dc:creator>Armin_Beil</dc:creator>
      <dc:date>2016-03-11T14:23:06Z</dc:date>
    </item>
  </channel>
</rss>

