<?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: INTERVIEW QUESTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377156#M527189</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;  Use the BREAK_POINT in the coding node of the smartform for debugging purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 06:22:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T06:22:58Z</dc:date>
    <item>
      <title>INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377149#M527182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;question: how to debug a smartform&lt;/P&gt;&lt;P&gt;...........debug of smartform...is that mean that the code we enter in form design.....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377149#M527182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T09:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377150#M527183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          ) 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;&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;&lt;/P&gt;&lt;P&gt;Set the break point in initialization(Global Definitions--&amp;gt; Initialization) of smartform as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;. --Works for particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't use BREAK-POINT this will apply all the users who are testing the smartform.&lt;/P&gt;&lt;P&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;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;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>Wed, 13 Jun 2007 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377150#M527183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377151#M527184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Refer to the link&lt;/P&gt;&lt;P&gt;  &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="415720"&gt;&lt;/A&gt;&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;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377151#M527184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377152#M527185</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 Smartform, within the Code Node you can hardcode a normal abap Break Point ..&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;See the Below thread for how to debug the Smartforms&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="130855"&gt;&lt;/A&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="2241642"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="168726"&gt;&lt;/A&gt;&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377152#M527185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377153#M527186</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;use can use statement BREAK-POINT in coding of smart forn for debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 13:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377153#M527186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377154#M527187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhijeet,&lt;/P&gt;&lt;P&gt;u ca debugg the smatforms in 2 ways...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) the code lines which u want to debugg...before that just write &lt;/P&gt;&lt;P&gt;BREAK &amp;lt;username&amp;gt;.&lt;/P&gt;&lt;P&gt;thats all..so when u run the transaction the cursor will   stop at this breakpoint..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) second way to debugg is execute the smartform....u will be getting a function module --&amp;gt; click on display button &lt;DEL&gt;&amp;gt; search for the node in whcich u want to debugg...&lt;/DEL&gt;&amp;gt; after that click on breakpoint...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help u out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points in case usefull...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377154#M527187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377155#M527188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tcode  : &amp;lt;b&amp;gt;SFTACE&amp;lt;/b&amp;gt;  for Debugging the SMARTFORMS ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the transcation code    &amp;lt;b&amp;gt;trace active  -&amp;gt; swith on.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then  goto your smartfrom end execute  so that  it will  take you in debug mode  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 05:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377155#M527188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377156#M527189</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;  Use the BREAK_POINT in the coding node of the smartform for debugging purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377156#M527189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377157#M527190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean break-point in the code node of the smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 06:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-question/m-p/2377157#M527190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T06:23:45Z</dc:date>
    </item>
  </channel>
</rss>

