<?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: smartform debugger in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343326#M516699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Program Line and put a break-point in that to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 11:43:41 GMT</pubDate>
    <dc:creator>former_member150733</dc:creator>
    <dc:date>2007-06-15T11:43:41Z</dc:date>
    <item>
      <title>smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343322#M516695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is debugging, Y it is usefull. Y we use it in Smartforms. How we do it in smartforms.?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343322#M516695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T11:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343323#M516696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Smartforms &lt;/P&gt;&lt;P&gt;Use BREAK POINT For debugging&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343323#M516696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343324#M516697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ABAP Debugger is an integrated test tool within the ABAP Workbench. You use it to check the program logic and to find errors in the source code of an ABAP program. In the Debugger, you can step through the source code of a program. The running program is interrupted after each step, allowing you to check its processing logic and the results of individual statements.&lt;/P&gt;&lt;P&gt;As of Release 6.10, you can also run Business Server Pages (BSP) in the debugging mode. You can also display and set breakpoints here. Business Server Pages can be displayed in the Object Navigator when you select an appropriate application under BSP Application. &lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;The Debugger provides an efficient means of identifying errors in ABAP programs. It contains the following functions:&lt;/P&gt;&lt;P&gt;&amp;#149;    Ways of starting the Debugger&lt;/P&gt;&lt;P&gt;&amp;#149;	Choosing different views &lt;/P&gt;&lt;P&gt;&amp;#149;	Choosing different execution options in the Debugger &lt;/P&gt;&lt;P&gt;&amp;#149;	Displaying source code in the Debugger&lt;/P&gt;&lt;P&gt;&amp;#149; Setting and deleting breakpoints&lt;/P&gt;&lt;P&gt;&amp;#149; Setting and deleting watchpoints&lt;/P&gt;&lt;P&gt;&amp;#149; Stopping a program at a particular statement or event&lt;/P&gt;&lt;P&gt;&amp;#149;	Displaying and changing field contents at runtime &lt;/P&gt;&lt;P&gt;&amp;#149;	Displaying ABAP Objects and references &lt;/P&gt;&lt;P&gt;&amp;#149;	Displaying and positioning strings &lt;/P&gt;&lt;P&gt;&amp;#149;	Setting and deleting database locks &lt;/P&gt;&lt;P&gt;&amp;#149;	Opening the ABAP Editor, or Object Navigator &lt;/P&gt;&lt;P&gt;&amp;#149;	System settings and runtime warnings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343324#M516697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343325#M516698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only option is to type BREAK-POINT in smartform programming lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343325#M516698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T11:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343326#M516699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Program Line and put a break-point in that to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343326#M516699</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-06-15T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343327#M516700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Khan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debugging is the process of finding the faults in the program i.e to check where the data is not getting entered to the fields etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally we Debug using breakpoint or by using tcode /h during executing the program.&lt;/P&gt;&lt;P&gt;Place /h in the tcode and execute the program F8. You will enter into debug mode. There you can debug fields and also tables accordingly to the options. You can also check what values are populated into the Internal table using TABLES option in the mode. use F5 to run the mode in single step. F6 to come out of a loop. F7 to come out of a FM and F8 to come out of debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to debug smartform is to debug the Function Module of that smartforms. If you want to debug particular smartform node that the solution would be, insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 11:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343327#M516700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: smartform debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343328#M516701</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;The ABAP Debugger is an integrated test tool within the ABAP Workbench. You use it to check the program logic and to find errors in the source code of an ABAP program. In the Debugger, you can step through the source code of a program. The running program is interrupted after each step, allowing you to check its processing logic and the results of individual statements.&lt;/P&gt;&lt;P&gt;As of Release 6.10, you can also run Business Server Pages (BSP) in the debugging mode. You can also display and set breakpoints here. Business Server Pages can be displayed in the Object Navigator when you select an appropriate application under BSP Application. &lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;The Debugger provides an efficient means of identifying errors in ABAP programs. It contains the following functions:&lt;/P&gt;&lt;P&gt;&amp;#149; Ways of starting the Debugger&lt;/P&gt;&lt;P&gt;&amp;#149; Choosing different views &lt;/P&gt;&lt;P&gt;&amp;#149; Choosing different execution options in the Debugger &lt;/P&gt;&lt;P&gt;&amp;#149; Displaying source code in the Debugger&lt;/P&gt;&lt;P&gt;&amp;#149; Setting and deleting breakpoints&lt;/P&gt;&lt;P&gt;&amp;#149; Setting and deleting watchpoints&lt;/P&gt;&lt;P&gt;&amp;#149; Stopping a program at a particular statement or event&lt;/P&gt;&lt;P&gt;&amp;#149; Displaying and changing field contents at runtime &lt;/P&gt;&lt;P&gt;&amp;#149; Displaying ABAP Objects and references &lt;/P&gt;&lt;P&gt;&amp;#149; Displaying and positioning strings &lt;/P&gt;&lt;P&gt;&amp;#149; Setting and deleting database locks &lt;/P&gt;&lt;P&gt;&amp;#149; Opening the ABAP Editor, or Object Navigator &lt;/P&gt;&lt;P&gt;&amp;#149; System settings and runtime warnings &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for normal debugging of a report program u can use /h in command box or funcction keys as&lt;/P&gt;&lt;P&gt; F5 -&amp;gt; line by line debugging.&lt;/P&gt;&lt;P&gt; F6 -&amp;gt; similar to F5 but executes sub routine as a single line.&lt;/P&gt;&lt;P&gt; F7 -&amp;gt; break point to break point debugging.&lt;/P&gt;&lt;P&gt; F8 -&amp;gt; executes entire program at a single time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for debugging smart forms u have to use BREAK-POINT keyword in smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpfulreward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 12:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-debugger/m-p/2343328#M516701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T12:06:05Z</dc:date>
    </item>
  </channel>
</rss>

