<?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: Reg : Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516896#M569467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Easy way to debug an include is, just create an Zprogram, Place that include in that program and run the Zprogram in debug mode.&lt;/P&gt;&lt;P&gt; For debugging, Open your program in se38, In menu, Programs-&amp;gt;test-&amp;gt;debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Possible to debug standard module pool. &lt;/P&gt;&lt;P&gt;   Follow the above steps or,&lt;/P&gt;&lt;P&gt;   Open the program in se80, Enter /h and execute your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if found helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 07:28:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T07:28:20Z</dc:date>
    <item>
      <title>Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516893#M569464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;Im Having Doubt in Debugging ??&lt;/P&gt;&lt;P&gt;Can We Debug 1. An Include Program ?&lt;/P&gt;&lt;P&gt;                       2. How to Standard Module Progams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Narayana Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516893#M569464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516894#M569465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can debug an include program if you know the source program in which this include is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot execute an include by itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debugging standard module program is smilar to dubugging executable programs. you can either set a break point or use the following statements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;break username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516894#M569465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516895#M569466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug the include program by placing a breakpoint in the include program's code and execute the main report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Module programs also you can place break-point and call the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516895#M569466</guid>
      <dc:creator>S-H</dc:creator>
      <dc:date>2007-07-12T07:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516896#M569467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Easy way to debug an include is, just create an Zprogram, Place that include in that program and run the Zprogram in debug mode.&lt;/P&gt;&lt;P&gt; For debugging, Open your program in se38, In menu, Programs-&amp;gt;test-&amp;gt;debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Possible to debug standard module pool. &lt;/P&gt;&lt;P&gt;   Follow the above steps or,&lt;/P&gt;&lt;P&gt;   Open the program in se80, Enter /h and execute your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if found helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516896#M569467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516897#M569468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can debug a include program by placing a break point in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516897#M569468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516898#M569469</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;You can debug a include program by placing a break point in the code. but include programs are not executable so u have to add them to some programs and debug them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Module Pool program, debugging is as simple as debugging a normal report program. You can even insert break point and then debug it as clicking on break point or&lt;/P&gt;&lt;P&gt;manually as giving BREAK-POINT keyword ever u wanna put break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 07:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-debugging/m-p/2516898#M569469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T07:46:11Z</dc:date>
    </item>
  </channel>
</rss>

