<?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: 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/4023479#M961519</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;put BREAK-POINT statement in ur code then it will allow you debug the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 08:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T08:23:54Z</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/4023477#M961517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a smartform.When I am trying to see the output In VL02N,it shows an error that output cannot be displayed.When I am seeing the processing logic it says "Font family ARIAL not maintained".But in my progrrame I am not using ARIAL font anywhere.what can be the reasons????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023477#M961517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:21:11Z</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/4023478#M961518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check in the Smart style once..&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023478#M961518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:23:51Z</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/4023479#M961519</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;put BREAK-POINT statement in ur code then it will allow you debug the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023479#M961519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:23: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/4023480#M961520</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;If iam not wrong, ARIAL font  is maintained in the smartform and not in the program.&lt;/P&gt;&lt;P&gt;First get the smartform name thru TNAPR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check within the smartform, u will be assiging Smartstyle name, go to that smart style and check for ARIAL font in the paragraph/charcter format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revrt back if any issues,&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>Mon, 23 Jun 2008 08:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023480#M961520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:24: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/4023481#M961521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can debug smartform by keeping break-points, and break-points can be given through program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert static breakpoint in your code simply as&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;so now when we issue output to our smartform,it will open up in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But sometimes when you face a problem when no output is generated for your smartform though it seems to be fine in debug mode fr breakpoints inserted, then Other way to debug your smartform is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to transaction SMARTFORM_TRACE and click on the SWITCH ON botton for abap breakpoints-error...&lt;/P&gt;&lt;P&gt;now your smartform will stopt at those errors in debug mode&lt;/P&gt;&lt;P&gt;and you can easily trace the errors&lt;/P&gt;&lt;P&gt;Try this out,it really helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023481#M961521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:26:39Z</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/4023482#M961522</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 SFTRACE transaction to debug smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023482#M961522</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-23T08:28:16Z</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/4023483#M961523</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 the style for the smartform you have used.&lt;/P&gt;&lt;P&gt;and regarding debugging of smartform put a statement BREAK-POINT in any program lines of smartform.&lt;/P&gt;&lt;P&gt;Otherwise you can put a breakpoint on the function module which is generated for your smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 08:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-smartform/m-p/4023483#M961523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T08:35:40Z</dc:date>
    </item>
  </channel>
</rss>

