<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983157#M1161025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I am functional consultant, kindly send me  some clear cut idea about debugging????&lt;/P&gt;&lt;P&gt;&amp;gt; what is a role if functional consultant in debugging????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;Just Write /H in your Excel/Msword where you often write Functional specs and press Enter. &lt;/P&gt;&lt;P&gt;Further weu2019ve three keys to handle the Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5: Step by Step Debug a FS.&lt;/P&gt;&lt;P&gt;F6: Just by pass the lines which need not to Debug.&lt;/P&gt;&lt;P&gt;F7: If you've doubt in your FS as it could be some mistake or incompleteness is there, than put break-point on your Bugs and F7 System will take you directly to your next FS bug and so on, process continues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess only the debug their FS is sufficient enough for any Functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2008 02:20:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-30T02:20:50Z</dc:date>
    <item>
      <title>Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983154#M1161022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is debugging??? how to do debug ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am functional consultant, kindly send me  some clear cut idea about debugging????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is a role if functional consultant in debugging????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 20:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983154#M1161022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T20:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983155#M1161023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you should have searched the forum...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="6549703"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Debugging Program with ABAP Debugger|http://www.sap-basis-abap.com/sapab002.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 20:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983155#M1161023</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-29T20:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983156#M1161024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as debugger itself is concerned you will find all you need regarding this topic [here|http://help.sap.com/erp2005_ehp_03/helpdata/EN/84/1f624f4505144199e3d570cf7a9225/frameset.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your question, debugging (or the ability to do it) will help you to find errors (commonly known as bugs) in already working programs. Some ABAP knowlegde is usefull here as to know how to preview or edit some variables or tables. Suppose you have some user exit implemented in some standard transaction i.e. pa30 (HR master data maintanance). Now each time you enter some data i.e. some overtime for employee your user exit implements some rule to calucalate quotas, overtime hours etc. There can be some situations where it doesn't work like you want -&amp;gt; then debugging the program will help you. Basically all you need to start debugger is writing &lt;STRONG&gt;/h&lt;/STRONG&gt; in command field which will activate debugger. Next action on screen will call debugger and you will be able to find your i.e. wrong calculation rule. &lt;/P&gt;&lt;P&gt;Of course debugging standard programs is a pain in the neck, but it is usually very helpful to some custom reports where some conditions don't work properly. &lt;/P&gt;&lt;P&gt;All in all debugging is usually part of technical consultant task, not the functional one. Therefore you can always ask for help one of your collegues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 21:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983156#M1161024</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-12-29T21:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983157#M1161025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I am functional consultant, kindly send me  some clear cut idea about debugging????&lt;/P&gt;&lt;P&gt;&amp;gt; what is a role if functional consultant in debugging????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;Just Write /H in your Excel/Msword where you often write Functional specs and press Enter. &lt;/P&gt;&lt;P&gt;Further weu2019ve three keys to handle the Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F5: Step by Step Debug a FS.&lt;/P&gt;&lt;P&gt;F6: Just by pass the lines which need not to Debug.&lt;/P&gt;&lt;P&gt;F7: If you've doubt in your FS as it could be some mistake or incompleteness is there, than put break-point on your Bugs and F7 System will take you directly to your next FS bug and so on, process continues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess only the debug their FS is sufficient enough for any Functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 02:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging/m-p/4983157#M1161025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T02:20:50Z</dc:date>
    </item>
  </channel>
</rss>

