<?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 How to debug a smart form ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117919#M443492</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; &lt;/P&gt;&lt;P&gt;Can any of you please explain how to debug the code inside a smart form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashwin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 11:02:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T11:02:47Z</dc:date>
    <item>
      <title>How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117919#M443492</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; &lt;/P&gt;&lt;P&gt;Can any of you please explain how to debug the code inside a smart form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashwin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117919#M443492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117920#M443493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt; You must create a Program lines element at the location where you want to start the debugging and create a hard break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;break &amp;lt;your user name..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117920#M443493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117921#M443494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dude,&lt;/P&gt;&lt;P&gt;              put a break-point in the program lines of a particular node or in the routines of the layout wherever it is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117921#M443494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117922#M443495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;     hard code ' break-point' inside the SF code &amp;amp; excute the driver program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help u...&lt;/P&gt;&lt;P&gt;if ...&lt;/P&gt;&lt;P&gt;reward..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117922#M443495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117923#M443496</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;Can you please elaborate on hard coding break point,I am not able to get it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ashwin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117923#M443496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117924#M443497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Program Lines. Insert BREAK-POINT there and activate the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activation run the driver program and it will halt the the point where you have inserted the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117924#M443497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117925#M443498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way is to execute the smartform.It will go to FM screen.Go to display.Search here the line on which you want to put the breakpoint.Put the break point and execute your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117925#M443498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117926#M443499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging -&lt;/P&gt;&lt;P&gt;1. Write BREAK POINT in the code window.&lt;/P&gt;&lt;P&gt;2. Put a break point on the call function in the driver program &lt;/P&gt;&lt;P&gt;3. Put a break point in the generated Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&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;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;Read More here.&lt;/P&gt;&lt;P&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Four ways you can debugging.....&lt;/P&gt;&lt;P&gt;1.place SFTRACE inplace where we enter T_CODE and press ENTER.&lt;/P&gt;&lt;P&gt;after that press F8.&lt;/P&gt;&lt;P&gt;2 ./H&lt;/P&gt;&lt;P&gt;3 /SH&lt;/P&gt;&lt;P&gt;4.after generating the function module there is a button DEBUGGING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test smartform:&lt;/P&gt;&lt;P&gt;1.after creating FM direct press F8 or Excute(button) then select print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117926#M443499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117927#M443500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ..&lt;/P&gt;&lt;P&gt; did u have codding in smart form ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then simple ' write ' BREAK-POINT' where u want to debug....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excute ...&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;veera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117927#M443500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117928#M443501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use sftrace transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        venkata k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117928#M443501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117929#M443502</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this good document.&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117929#M443502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug a smart form ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117930#M443503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswin,&lt;/P&gt;&lt;P&gt;U just simple write 'Break-point' in ur smart form code where ever u needed and run the driver program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 11:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-form/m-p/2117930#M443503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T11:24:39Z</dc:date>
    </item>
  </channel>
</rss>

