<?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 : How to create breakpoint in source code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122078#M741417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Eric, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's only beginning of statements that can be searched, neither wildcard searches nor in the middle of the source code line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate it a lot, thanks again for the clarification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 13:35:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T13:35:35Z</dc:date>
    <item>
      <title>ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122074#M741413</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;In BW, I need to analyze when a particular SAP Table is 'hit' with a Select statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing where I can find this code, how do I create a break-point for the particular table? Like breakpoint at 'FROM TABLE XXXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122074#M741413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T13:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122075#M741414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use ST05 to analyse this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122075#M741414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122076#M741415</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;That's the thing. I've used ST05 and identified which tables are heavily accessed. But I don't know when this table is accessed (not within my code). Debugging step-by-step takes forever, since there is quite a bit of logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't there a way to have a break-point at particular source code text, without knowing where it is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122076#M741415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122077#M741416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi AG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are in debug, in the menu you can see : Breakpoint / By statetment. Here you can give in a statement and the debugger will stop the program when reaching the statement. For example you can give SELECT and it will stop by each SELECT statement. Unfortunately you cannot restrict further, so you have to stop each time, until you reach the table you need, but at least it is not step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122077#M741416</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-11-23T13:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122078#M741417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Eric, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's only beginning of statements that can be searched, neither wildcard searches nor in the middle of the source code line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate it a lot, thanks again for the clarification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122078#M741417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Debugger : How to create breakpoint in source code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122079#M741418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to be honest I never tried to add wildcards &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; so, I don't know, but I would except that it won't work with wildcards, however you should give a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-debugger-how-to-create-breakpoint-in-source-code/m-p/3122079#M741418</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-11-23T13:47:20Z</dc:date>
    </item>
  </channel>
</rss>

