<?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/2312426#M506670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For every smartform there is a unique function module associated with it.&lt;/P&gt;&lt;P&gt;If u want to get the FM name from smartform then u can goto Environment --&amp;gt; FunctionModule Name. U can then use the function module name in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using another FM to get the name of the FM is just another way of a bit dynamically getting the FM name and using it instead of hard coding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 11:20:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-23T11:20:13Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312422#M506666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a small doubt in smartforms can u please help me...&lt;/P&gt;&lt;P&gt;When a smart form is created the function module is generated why should we use another function module to get the name to be called in the driver program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312422#M506666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312423#M506667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the function module which is generated is not a static one.&lt;/P&gt;&lt;P&gt;it will change dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312423#M506667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312424#M506668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    When you move the smartform to other client and the FM may have different name. so to avoid that problem, will use SSF... FM to get exact FM name by passing form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudheer.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312424#M506668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312425#M506669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;   While executing the smartforms the function module is generated.If u make changes in the smartforms &amp;amp; executing another function module will be generated.So for each &amp;amp; every time u r making changes,new function module is generated.If u use function module to to get the name,that FM that u created will be updated.That's y u r creating Function Module with some name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312425#M506669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312426#M506670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For every smartform there is a unique function module associated with it.&lt;/P&gt;&lt;P&gt;If u want to get the FM name from smartform then u can goto Environment --&amp;gt; FunctionModule Name. U can then use the function module name in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using another FM to get the name of the FM is just another way of a bit dynamically getting the FM name and using it instead of hard coding it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312426#M506670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312427#M506671</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;  at the runtime, we will be getting that function code, so it is not possible to specify the function code directly &amp;amp; call the smartform,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats y we r usign one more perform for calling the smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With REgards,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312427#M506671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312428#M506672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module generated for each smart form is different, so to get that function module we will call function module &amp;lt;b&amp;gt;SSF_FUNCTION_MODULE_NAME&amp;lt;/b&amp;gt; and we will use the function module returned by the above function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312428#M506672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312429#M506673</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 you dont call another function module then you will get a problem when the same smartform is running in different server it means whenever you activate your smartform it automatically generates one FM which is static. If you use the second one then the form would work in different server also means get the dynamic FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312429#M506673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312430#M506674</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;The function module name which is generated by smartforms might be change dynamically while run in different system, so that we call another function module to get that dynamic function module name of smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you understand .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 11:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2312430#M506674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-23T11:33:11Z</dc:date>
    </item>
  </channel>
</rss>

