<?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: Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523619#M240165</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; It is not necessary to re-transport by writing BREAK-PINT. In Quality server you can debug SF by putting break point in the FM generated as follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to SMART FORMS -&amp;gt; enter your SF name -&amp;gt; Press TEST button (this will take you to the FM generated) -&amp;gt; Then GOTO MAIN PROGRAM -&amp;gt; double click on the last INCLUDE -&amp;gt; Here find for a statement from which you want to start debug and place a soft break point on that statement and test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The required fields may not have been maintained in quality server. You can find it by debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 08:05:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T08:05:57Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523614#M240160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts&lt;/P&gt;&lt;P&gt;I am facing one problem in invoice&lt;/P&gt;&lt;P&gt;Output is getting issued in development server without any problem but after transporting it to quality .. sm of its value are not getting displayed&lt;/P&gt;&lt;P&gt;so is there any way to debug the smartform in Quality server &lt;/P&gt;&lt;P&gt;or everytime after putting breakpoint in development server I need to transport it to quality&lt;/P&gt;&lt;P&gt;Help will definately appriciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 07:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523614#M240160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523615#M240161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to debug the FM of SF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 07:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523615#M240161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T07:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523616#M240162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;activate  the genrated fm by sf in qualtyserver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 07:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523616#M240162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T07:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523617#M240163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the development system put a break point and debug that function module of the smart form. Then you will be able to see the exact location of the code where it is coming like the function module or the program name from the debug mode. Note them down. Go to quality system put a break point over there in that place of the code in the FM that you have noted down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if there is something wrong going on then the system will definitely log the exceptions or errors. that exceptions you can read it using the function module SSF_READ_ERRORS and check the contents of the internal table. Maybe you can get some clue whats going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 07:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523617#M240163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T07:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523618#M240164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also don't forget of SM tracing transaction SFTRACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 07:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523618#M240164</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2006-09-01T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523619#M240165</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; It is not necessary to re-transport by writing BREAK-PINT. In Quality server you can debug SF by putting break point in the FM generated as follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to SMART FORMS -&amp;gt; enter your SF name -&amp;gt; Press TEST button (this will take you to the FM generated) -&amp;gt; Then GOTO MAIN PROGRAM -&amp;gt; double click on the last INCLUDE -&amp;gt; Here find for a statement from which you want to start debug and place a soft break point on that statement and test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The required fields may not have been maintained in quality server. You can find it by debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523619#M240165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523620#M240166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while calling FM generated in Dev , have u given the name of the FM generated?&lt;/P&gt;&lt;P&gt;if yes,&lt;/P&gt;&lt;P&gt; call Function module SSF_FUNCTION_MODULE_NAME  to get the Smartform generated function module name .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523620#M240166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523621#M240167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnaks to all for giving your replies&lt;/P&gt;&lt;P&gt;I got the process&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523621#M240167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523622#M240168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;can i have your yahoo id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1523622#M240168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-05T09:14:08Z</dc:date>
    </item>
  </channel>
</rss>

