<?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: why we use ssf function module in mart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868056#M929620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at belwo link for this:&lt;/P&gt;&lt;P&gt;[SSF_FUNCTION_MODULE_NAME|http://www.saptechnical.com/Tips/SmartForms/FMImportance.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives you the detailed explanation for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 10:19:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T10:19:11Z</dc:date>
    <item>
      <title>why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868052#M929616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868052#M929616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868053#M929617</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;ssf functions are for smartform, when you want to create a custom print program use use these funcions.&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;...reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868053#M929617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868054#M929618</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;A function module is generated whenever a Smart Form is activated. &lt;/P&gt;&lt;P&gt;This Smart Form could be called from the driver program by calling this function module .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using "SSF_FUNCTION_MODULE_NAME" the user can obtain &lt;/P&gt;&lt;P&gt;the function mudule generated by the Smartform. The input &lt;/P&gt;&lt;P&gt;parameter is the SMARTFORM name the output parameter is the&lt;/P&gt;&lt;P&gt;function module generated .It has to be type RS38L_FNAM.&lt;/P&gt;&lt;P&gt;After getting the output parameter . CALL FUNCTION(output &lt;/P&gt;&lt;P&gt;parameter name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868054#M929618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868055#M929619</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;When you press Execute in Smartform, you will be able to see a function module name. If you directly use the name of the function module in your program, your program will work in your server , but it wont work in different server.&lt;/P&gt;&lt;P&gt;Because , this name is generated by SAP and its not same for different server. But the form name is same across all servers. That s why we use SSF function module to get the name of SAP generated FM name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assign points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868055#M929619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868056#M929620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at belwo link for this:&lt;/P&gt;&lt;P&gt;[SSF_FUNCTION_MODULE_NAME|http://www.saptechnical.com/Tips/SmartForms/FMImportance.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives you the detailed explanation for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868056#M929620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: why we use ssf function module in mart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868057#M929621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SMARTFORM &amp;lt;----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;&amp;gt; Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Every smartform,There is one Function Module (se37),.This FM, is GENERATED DYNAMICALLY,and the name is also dynamic. IT MEANS, that the FM name will Be DIFFERENT.in DEV, QA and PRD Server.Hence, we CANNOT HARDCODE the fm name.So, to fetch the FM name, given the smartform name,&lt;/P&gt;&lt;P&gt;this fm SSF_FUNCTION_MODULE_NAME is used. After that, we call the FM dynamically,with some specified/pre-defined format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 10:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-use-ssf-function-module-in-mart-forms/m-p/3868057#M929621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T10:27:22Z</dc:date>
    </item>
  </channel>
</rss>

