<?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 in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398119#M192689</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;Debugging SF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Write "BREAK-POINT" in the INITILIZATION or FORM ROUTINES tabs and also in any PROGRAM LINES node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Open the required form -&amp;gt; press TEST button in the application tool bar -&amp;gt; it will take u to the generated FUNCTION MODULE -&amp;gt; from the menu bar choose GO TO -&amp;gt; MAIN PROGRAM -&amp;gt; double click the last INCLUDE program and FIND the required line on which you want to keep the break point and place the soft break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 10:08:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-10T10:08:47Z</dc:date>
    <item>
      <title>debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398113#M192683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW TO DEBUG THE SMARTFORM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 09:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398113#M192683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T09:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398114#M192684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;put break-point in initialization after that u can debugg the smartforms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 09:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398114#M192684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398115#M192685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you can write code in the smart form, you can put in a BREAK-POINT and the smart for will stop there while executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 09:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398115#M192685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T09:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398116#M192686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either write break-point in the program or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the smartform you will go to the screen of SE37.&lt;/P&gt;&lt;P&gt;Display.Your FM generated from smartform will be here.Just search at which place you want to put the break point.Execute the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 09:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398116#M192686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398117#M192687</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;in smart form you can Write the Code using Program Lines. in that you can place the Break point using &amp;lt;b&amp;gt;BREAK-POINT&amp;lt;/b&amp;gt; .in the Program flow it will stop exactly at that point. and don't forget to remove the hardcoded Break Point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 10:00:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398117#M192687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398118#M192688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  These are the two ways to Debug Smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Put a program line before where you want check the value of smartform and write the code "BREAK-POINT"-&amp;gt;hardcoded debugging.&lt;/P&gt;&lt;P&gt;2.You can debug the function module which generates the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 10:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398118#M192688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T10:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398119#M192689</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;Debugging SF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Write "BREAK-POINT" in the INITILIZATION or FORM ROUTINES tabs and also in any PROGRAM LINES node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Open the required form -&amp;gt; press TEST button in the application tool bar -&amp;gt; it will take u to the generated FUNCTION MODULE -&amp;gt; from the menu bar choose GO TO -&amp;gt; MAIN PROGRAM -&amp;gt; double click the last INCLUDE program and FIND the required line on which you want to keep the break point and place the soft break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 10:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398119#M192689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398120#M192690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Srinivasa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script:&lt;/P&gt;&lt;P&gt;YOu Can debug a SAP Script by activating debugger in two ways 1.In SE71-&amp;gt;Menu-&amp;gt;Utilities-&amp;gt;Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.&lt;/P&gt;&lt;P&gt;2. Goto se38-&amp;gt; RSTXDBUG -&amp;gt;Execute this same as going thru in se71-&amp;gt; Menu, now debugger will be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform:I am afraid , we dont have any direct commands or direct procedure to debug a script. But in indirect ways we can do it.&lt;/P&gt;&lt;P&gt;1.Put a command line before where you want check the value of smartform and write the code "BREAK-POINT"-&amp;gt;hardcoded debugging.&lt;/P&gt;&lt;P&gt;2.You can debug the function module which generates the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 10:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398120#M192690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: debugging in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398121#M192691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there is unique way of debugging a smartform&lt;/P&gt;&lt;P&gt;just press F5 at the call function( the function which actually calls the function module generated) in the print program. after u have done this go to breakpoints-breakpoints at-subroutine in the menu bar of the debugging screen. Now put %co1 in the subroutine selection popup. on pressing F8 will take u to the first executabl;e code in ur smartform. remember teh system gives the name to ur codes in smartforms as %co1, 2, 3... sequentially and irrespective of what names u have given. So we alwasy make it a point to specify the code names in the smartform same as the system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 11:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartform/m-p/1398121#M192691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T11:03:42Z</dc:date>
    </item>
  </channel>
</rss>

