<?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: ABAP Debugger does not stop with break point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758208#M1583333</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; It's possible that this ABAP code is being called in an asynchronous V2 update (ie a separate session that is run later), and so it will not stop in debug. I see that the code refers to the updating of indexes, which is typical V2 fodder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have you tried setting an 'external' breakpoint (in SE38, use the icon that shows stop sign with a little man next to it) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 05:21:28 GMT</pubDate>
    <dc:creator>paul_bakker2</dc:creator>
    <dc:date>2011-03-23T05:21:28Z</dc:date>
    <item>
      <title>ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758205#M1583330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really don't understand why the ABAP debugger is unable to stop in the breakpoints I set in an include. When I go to VF04 transaction and I select some delivery return as SD document (and I check "delivery-related" box), I can see that data is fetched from VKDFS standard table. The row(s) are set in an alv report. If all is right, when user presses the Save button, the standard program does the billing and deleted the row(s) selected from VKDFS. I am able to set session break points in many code excerpts that are being used by VF04 (like if you set a session BP in the COMMIT WORK instruction that appears in SAPLV60A -&amp;gt; LV60AU05, almost finishing the FM RV_INVOICE_REFRESH - this COMMIT WORK deletes VKDFS physically) and debugger actually stops. Due some troubles with some kind of returns, I should identify the excerpt that indicates the deletion from VKDFS using VF04. And I found with SQL Trace that it happens in the include LV05IF5I. But if I set session breakpoints there, ABAP debugger does not stop. I know this LV05IF5I include has a lot of enhancements were break points cannot be set, but I set my BP in the "normal" code, out from enhancement sections and spots. The debugger does not pass on my break points there anyway. &lt;/P&gt;&lt;P&gt;The component version is SAP ECC 6.0. Any suggestion or idea to debug LV05IF5I is welcomed. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 02:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758205#M1583330</guid>
      <dc:creator>gilberto_parga</dc:creator>
      <dc:date>2011-03-23T02:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758206#M1583331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try with System debugging 'ON'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 03:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758206#M1583331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-23T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758207#M1583332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure that you have checked the option "Session break point active immediately" in the ABAP debugger settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rathish R Nair on Mar 23, 2011 6:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 05:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758207#M1583332</guid>
      <dc:creator>rathishr_nair</dc:creator>
      <dc:date>2011-03-23T05:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758208#M1583333</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; It's possible that this ABAP code is being called in an asynchronous V2 update (ie a separate session that is run later), and so it will not stop in debug. I see that the code refers to the updating of indexes, which is typical V2 fodder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, have you tried setting an 'external' breakpoint (in SE38, use the icon that shows stop sign with a little man next to it) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;Paul Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 05:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758208#M1583333</guid>
      <dc:creator>paul_bakker2</dc:creator>
      <dc:date>2011-03-23T05:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758209#M1583334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you set a break-point and system can't stop there, then you can see a system log entry (SM21). Can you see system log entries regarding your break-points?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then I think your break-point can't be reached for delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The include is for all orders, deliveríes and billing documents I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can show us the code part where you want to set the break-point!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 05:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758209#M1583334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-23T05:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758210#M1583335</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;Please set a external break point and check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 05:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758210#M1583335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-23T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger does not stop with break point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758211#M1583336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patije Bakker: your advice was correct, the include LV05IF5I is managed asynchronously. I investigated and I set a feature in the ABAP debugger I did not know: when "normal" debugger appears at any break point, you should go to Settings -&amp;gt; Display / Change debugger settings and activate the "Update Debugging" checkbox in Debug modes. Then, when the program "terminated", a message appeared with text "Update debugging has been launched" and another debugger session was shown. The debugger stops in the include LV05IF5I if i set an external break point there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for all your comments. This question has been answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 17:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-does-not-stop-with-break-point/m-p/7758211#M1583336</guid>
      <dc:creator>gilberto_parga</dc:creator>
      <dc:date>2011-04-13T17:37:03Z</dc:date>
    </item>
  </channel>
</rss>

