<?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 debugging in standard progrms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430071#M205718</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;i am new learning in abap.i am able to doing the code in my own program. but iam not handle the debbuging in standard progarm . is there any tips are there in standard program. plz give me the step by step screen schots in debbuging.&lt;/P&gt;&lt;P&gt;THanks &amp;amp; REgards.&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 05:41:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-20T05:41:16Z</dc:date>
    <item>
      <title>debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430071#M205718</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;i am new learning in abap.i am able to doing the code in my own program. but iam not handle the debbuging in standard progarm . is there any tips are there in standard program. plz give me the step by step screen schots in debbuging.&lt;/P&gt;&lt;P&gt;THanks &amp;amp; REgards.&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430071#M205718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430072#M205719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsrini,&lt;/P&gt;&lt;P&gt;Go through this document.You will learn a lot regarding debugging a standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging Document.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc" target="test_blank"&gt;http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430072#M205719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430073#M205720</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;This are some of the best materials avaiable on help.sap.com..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Breakpoints can be of different types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hard Break-Points : written in the code like &lt;/P&gt;&lt;P&gt;'Break-point '&amp;lt;Login- User Name&amp;gt;''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Soft Breakpoints&lt;/P&gt;&lt;P&gt;This is placed by placing the cursor at the line required by u and click the 'STOP' button or Cntl&lt;EM&gt;Shift&lt;/EM&gt;F12 in the std. menu&lt;/P&gt;&lt;P&gt;while executing your report the execution will stop at your break-point and will execute statements one by one&lt;/P&gt;&lt;P&gt;by using F5,F6,F7 &amp;amp; F8 function keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) By giving the command '/h' in the command box the debugging mode is opened from the starting of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prakashsingh Mehra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430073#M205720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430074#M205721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi trisni,&lt;/P&gt;&lt;P&gt;Check these LINKs&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1487402"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1039279"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aashish Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430074#M205721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430075#M205722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;welcome to sdn.&lt;/P&gt;&lt;P&gt;i would advice you check the debugging related documents in &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to be simple:you can type /h in the command field and start debugging else set the break point at the correponding statement and start debugging...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430075#M205722</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-20T05:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430076#M205723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some interesting tips on debugging by SAP professionals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf" target="test_blank"&gt;http://www.sappro.com/downloads/Settings&amp;amp;SystemAreas.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging background jobs:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/tips/debug/debug_backjob.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More on Debugging tips&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapab002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapab002.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/anand.n/blog/2006/03/13/persistence-in-the-abap-debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34" target="test_blank"&gt;http://www.saplinks.net/index.php?option=com_content&amp;amp;task=view&amp;amp;id=24&amp;amp;Itemid=34&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430076#M205723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430077#M205724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Put Soft Break-point by clicking Read-icon STOP in application toolbar on the line in the code wherever you want to see the value ,&lt;/P&gt;&lt;P&gt;then execute the program , it will come debugging mode&lt;/P&gt;&lt;P&gt;there you can check any variable value by clicking Filed tab.&lt;/P&gt;&lt;P&gt; any internal table or structure value by clicking table tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430077#M205724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in standard progrms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430078#M205725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE38 Editor ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to debug the entire program , click &amp;lt;b&amp;gt; /h &amp;lt;/b&amp;gt; in your command field (whr u type ur transx).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open the program, place the cursor on the line u wish to debug, select the STOP icon in the application tool bar.&lt;/P&gt;&lt;P&gt;On excuting it debugger will stop at the breakpt where u put..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Press F5 for line by line movement.&lt;/P&gt;&lt;P&gt;           F6 Blk wise&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;Fr more info ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz close the thread by marking useful ans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 05:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-standard-progrms/m-p/1430078#M205725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T05:53:07Z</dc:date>
    </item>
  </channel>
</rss>

