<?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: SAP ABAP DEBUGGING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372517#M1993739</link>
    <description>&lt;P&gt;For ABAP statements, by learning ABAP.&lt;/P&gt;&lt;P&gt;For procedures (function modules, subroutines, methods), by experience. For instance, if your step-by-step debugging brings you to a given general-purpose subroutine, in the future it will be faster to add a breakpoint directly at the beginning of this subroutine.&lt;/P&gt;&lt;P&gt;Etc.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jan 2021 21:28:17 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-01-23T21:28:17Z</dc:date>
    <item>
      <title>SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372516#M1993738</link>
      <description>&lt;P&gt;I am a SAP Functional Consultant learning ABAP Debugging.&lt;/P&gt;
  &lt;P&gt;I am familiar with ABAP Debugger Screen.&lt;/P&gt;
  &lt;P&gt;I can see the options to put a Breakpoint at a Statement, Function Module, Subroutine,Include etc...&lt;/P&gt;
  &lt;P&gt;My question is how will we come to know to put a Breakpoint at a Statement OR Function Module OR Subroutine OR Include.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 21:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372516#M1993738</guid>
      <dc:creator>azeemsap9</dc:creator>
      <dc:date>2021-01-23T21:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372517#M1993739</link>
      <description>&lt;P&gt;For ABAP statements, by learning ABAP.&lt;/P&gt;&lt;P&gt;For procedures (function modules, subroutines, methods), by experience. For instance, if your step-by-step debugging brings you to a given general-purpose subroutine, in the future it will be faster to add a breakpoint directly at the beginning of this subroutine.&lt;/P&gt;&lt;P&gt;Etc.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 21:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372517#M1993739</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-01-23T21:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372518#M1993740</link>
      <description>&lt;P&gt;Or do you mean where to put a breakpoint to get it to stop where you want to, as in "I want the debugger to launch when I click the Save button in transaction IW32, then where do I put my breakpoint"?&lt;/P&gt;&lt;P&gt;If so, if you have no idea at all, a quick answer for a SAP GUI scenario is to use the command /h in the command field (where you enter transaction codes). The next action in the GUI will then launch the debugger and from there you can step yourself forward and hopefully find what you're looking for...&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 09:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372518#M1993740</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-01-24T09:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372519#M1993741</link>
      <description>&lt;P&gt;In step by step Debugging ,how to check the program flow. I can see the options to check fields, structures,internal tables, database tables, breakpoint, watch points. But I don't know how to use them to check program flow.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 11:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372519#M1993741</guid>
      <dc:creator>azeemsap9</dc:creator>
      <dc:date>2021-01-24T11:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372520#M1993742</link>
      <description>&lt;P&gt;Is this what you're after?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/ba879a6e2ea04d9bb94c7ccd7cdac446/7.52.1/en-US/88feb68f058446539bb51e8d95caac00.html" target="_blank"&gt;SAP Help portal - Debugger call stack&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 14:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372520#M1993742</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-01-24T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372521#M1993743</link>
      <description>arf, please use COMMENT and ANSWER buttons appropriately &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;SPAN class="mention-scrubbed"&gt;azeemsap9&lt;/SPAN&gt; Please do not use ANSWER, it's only for solution, edit your question to add this question complement, or use COMMENT to add it to your question if you prefer.&lt;SPAN class="mention-scrubbed"&gt;jorgen_lindqvist41&lt;/SPAN&gt; Please do not use COMMENT when posting a solution.</description>
      <pubDate>Sun, 24 Jan 2021 17:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372521#M1993743</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-01-24T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP ABAP DEBUGGING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372522#M1993744</link>
      <description>&lt;P&gt;Yes, though I'm still trying to figure out what OP is asking, I do provide possible solutions. The place for possible solutions are answers. Thanks, I appreciate you looking after the community &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;! &lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 18:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-abap-debugging/m-p/12372522#M1993744</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-01-24T18:26:48Z</dc:date>
    </item>
  </channel>
</rss>

