<?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: how do we debug a sapscript and a smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559187#M253014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For script Debugging: Execute RSTXDUBG program to activate the debugger or you can activate the debugger from SE71 utilities -&amp;gt; Activate Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Smartforms: You can put a breakpoint in the code or you can write explicity BREAK-POINT keyword to debug the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Oct 2006 07:25:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-07T07:25:02Z</dc:date>
    <item>
      <title>how do we debug a sapscript and a smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559185#M253012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do we debug a sapscript and a smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 07:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559185#M253012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T07:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: how do we debug a sapscript and a smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559186#M253013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se71 -&amp;gt; Enter the forname and go for utilities and activate debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can start debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly u can go for samrtform also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 07:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559186#M253013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: how do we debug a sapscript and a smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559187#M253014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For script Debugging: Execute RSTXDUBG program to activate the debugger or you can activate the debugger from SE71 utilities -&amp;gt; Activate Debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Smartforms: You can put a breakpoint in the code or you can write explicity BREAK-POINT keyword to debug the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 07:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559187#M253014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T07:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: how do we debug a sapscript and a smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559188#M253015</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;1) DEBUG Smartform:&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;2). DEBUG SAPScript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are two ways to debug the SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Another way to set the SAPScript debugger is to run program RSTXDBUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debug Print program it is same as you debug any other ABAP program. &lt;/P&gt;&lt;P&gt;While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark points if hlped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 07:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-debug-a-sapscript-and-a-smartform/m-p/1559188#M253015</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-07T07:43:49Z</dc:date>
    </item>
  </channel>
</rss>

