<?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 Smartform? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220172#M136085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Debug a Smartform?&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;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2006 12:42:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-05T12:42:34Z</dc:date>
    <item>
      <title>How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220172#M136085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Debug a Smartform?&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;Dharmesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 12:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220172#M136085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T12:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220173#M136086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When editing the smartform, you can get the function module name (which is generated by the smartform definition) by Environment &amp;gt; Function Module Name from the menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the function module, you can search for the relevant code you are trying to debug. It is helpful to search for names of variables etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 12:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220173#M136086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220174#M136087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1305529"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 12:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220174#M136087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T12:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220175#M136088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please set a break point in side the smartform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at the time of print/ preview the program stops there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : If you set the break point in initializationas &lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;Program stops at break point. After that use Serach and set more break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Search the program logic/Textelement/Address via search and set the break point at that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other 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;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;if this is useful don't forget to reward the point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 12:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220175#M136088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220176#M136089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1454169"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 12:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220176#M136089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T12:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220177#M136090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can set a break point in smartform code window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U HAVE SET LIKE THIS &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BREAK-POINT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth Khimavath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 13:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220177#M136090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220178#M136091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to hard code BREAK-POINT externally in the code where you want to Debug in the Smart forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 09:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220178#M136091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220179#M136092</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;u can also debug the smartform like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u generate the smartform it will giv ethe smartformname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to se38 and give sapl(smartform name), u will get all the includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward ponits if u fine helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 10:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220179#M136092</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-05-17T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220180#M136093</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 the program lines place the break point on the cpde you write there or if you have any form routines written then you can use what nagraj have said and go into the includes and place the break point over there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 10:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220180#M136093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220181#M136094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside the "Programming Line" of smartform, write hard-coded break point (Break User_name or Break-Point). it will stop there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 10:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220181#M136094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220182#M136095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap &lt;/P&gt;&lt;P&gt;Break Point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220182#M136095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T12:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220183#M136096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what if you want to debug on the Production server?!  You can't hard-code a break point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220183#M136096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220184#M136097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dharmesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can also debug smartforms by :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. apply 'BREAK-POINT' in driver program&lt;/P&gt;&lt;P&gt;2. apply the breakpoint in genrated funtion module&lt;/P&gt;&lt;P&gt;3. hard code the breakpoint in smartform itself while &lt;/P&gt;&lt;P&gt;writing codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. But in production u cant &lt;/P&gt;&lt;P&gt;write break point in smartform. So overcome this , see &lt;/P&gt;&lt;P&gt;below method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode &amp;gt; smartforms &amp;gt; F8&amp;gt; &lt;/P&gt;&lt;P&gt;u will get a FM exp : /1BCDWB/SF00000138&lt;/P&gt;&lt;P&gt;Now go to SE38 and add 'L' before S and add 'F01' and the &lt;/P&gt;&lt;P&gt;end. So this will become /1BCDWB/LSF00000138F01&lt;/P&gt;&lt;P&gt;now add break point where ever u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEst Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 04:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220184#M136097</guid>
      <dc:creator>former_member632458</dc:creator>
      <dc:date>2010-03-15T04:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220185#M136098</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 the Smartform by putting the break point on the GLOBAL INIT in the Function Module of the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you,&lt;/P&gt;&lt;P&gt;Jatender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 04:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220185#M136098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T04:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220186#M136099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 13:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220186#M136099</guid>
      <dc:creator>toshitjawale</dc:creator>
      <dc:date>2013-08-14T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Debug Smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220187#M136100</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please follow the below procedure.&lt;/P&gt;&lt;P&gt; Tcode (Smartforms) -&amp;gt;enter smartform name and execute-&amp;gt;function module generated-&amp;gt;in the menu goto -&amp;gt; main program -&amp;gt; find -&amp;gt;search for the statement where you want to put the break point and execute  the smartform . it will go to debugging mode.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Nomitha  &lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/1220187#M136100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-10-10T10:14:27Z</dc:date>
    </item>
  </channel>
</rss>

