<?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 script and smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109486#M982616</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)go to se71-&amp;gt; utilities -&amp;gt; activate debugger.&lt;/P&gt;&lt;P&gt;or RSTXDBUG  for &lt;STRONG&gt;debugging script&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)SFTRACE can be used for &lt;STRONG&gt;debugging SMARTFORMS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;IN the PROGRAM LINES of the SMARTFORM&lt;/P&gt;&lt;P&gt;write BREAK-POINT&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 04:21:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T04:21:28Z</dc:date>
    <item>
      <title>debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109483#M982613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;can any body say how to debug the script and smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thands and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 19:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109483#M982613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T19:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109484#M982614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before posting ur query , just search in the forum itself there are many threads related to ur post,&lt;/P&gt;&lt;P&gt;********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can done in two ways: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First u need to active debugging in scripts. then run the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First goto SE71 initial screen and enter the form name. Goto Menu Path Utilities --&amp;gt; Activate Debugger. and now u run the driver program. Now u get the script editor in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program is RSTXDBUG.&lt;/P&gt;&lt;P&gt;Now go to SE 38 and enter ur Print Program name and execute the program. &lt;/P&gt;&lt;P&gt;Now you can debug the script Page wise and window wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;/P&gt;&lt;P&gt;2) use SFTRACE transaction to debug smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 19:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109484#M982614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109485#M982615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take the smartform program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/h (in debugging mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put break-point at  statement CALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one you reach the the  CALL FUNCTION sfname  (smartform name returned from&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Overview tab in debugging mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Name if you double click, you will directly reach that code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the break-point. then you can reach that code during debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 04:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109485#M982615</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-06-27T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109486#M982616</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)go to se71-&amp;gt; utilities -&amp;gt; activate debugger.&lt;/P&gt;&lt;P&gt;or RSTXDBUG  for &lt;STRONG&gt;debugging script&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)SFTRACE can be used for &lt;STRONG&gt;debugging SMARTFORMS&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;IN the PROGRAM LINES of the SMARTFORM&lt;/P&gt;&lt;P&gt;write BREAK-POINT&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 04:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109486#M982616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T04:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109487#M982617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohd noor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  For debugging SAP script &lt;/P&gt;&lt;P&gt; 1. go to se71,give your form name.&lt;/P&gt;&lt;P&gt; 2. go to menu ,utilities-&amp;gt;activate debugger &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For debugging smart form&lt;/P&gt;&lt;P&gt;1.give the command &lt;STRONG&gt;break-point &amp;lt;Your User name&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 06:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109487#M982617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109488#M982618</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 script in two ways one is goto se71 and utilities--&amp;gt;activate debugger or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se38 and execute the program RSTXDBUG in both the cases the script will open in debug mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109488#M982618</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-06-27T12:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109489#M982619</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;&lt;/P&gt;&lt;P&gt;in the initial screen on se71 go for UTILITIES and then ACTIVATE DEBUGGER and while testing the form u can go in the debug mode and if u want to cancel u can do it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with luck,&lt;/P&gt;&lt;P&gt;pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109489#M982619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: debugging script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109490#M982620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello dear..&lt;/P&gt;&lt;P&gt;&lt;U&gt;*DEBUGGING SAP SCRIPTS&lt;/U&gt;*&lt;/P&gt;&lt;P&gt;This can done in two ways: &lt;/P&gt;&lt;P&gt;1. In the form Utilities-&amp;gt;debugger / RSTXDBUG FM for    debugging script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.The Procedure for debugging SAP script is: &lt;/P&gt;&lt;P&gt;Generally SAP script contains the Layout and corresponding print program. First go to SE71 and enter ur script name. In the same screen go to Utilities-&amp;gt;click on activate debugger option. Now go to SE 38 and enter ur Print Program name and execute the program. Now you can debug the script Page wise and window wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After that you need to go to your transaction like&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VF03/fbz5/.. and execute it .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;DEBUGGING SMARTFORMS&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place the break-point in program lines or in function module of the smartform or SFTRACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) One way to debug smartform is to debug the Function Module of that smartforms.&lt;/P&gt;&lt;P&gt;If you want to debug particular smartform node that the solution would be, &lt;/P&gt;&lt;P&gt;insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. &lt;/P&gt;&lt;P&gt;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) SFTRACE can be used for debugging SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Best of luck,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bhumika&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-script-and-smartform/m-p/4109490#M982620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:26:35Z</dc:date>
    </item>
  </channel>
</rss>

