<?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: Y do we call SSF_FUNCTION_MODULE_NAME in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310753#M506103</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 executing the Smart form this function module is mandatory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME In this function module u have to pass form name. And one more thing when u activate ur smartform u will get one more function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This both the function module u have to pass to ur print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is use full please reward me a points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 05:01:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T05:01:13Z</dc:date>
    <item>
      <title>Y do we call SSF_FUNCTION_MODULE_NAME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310749#M506099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frendz,&lt;/P&gt;&lt;P&gt;  i just want to kno, why do we call the function SSF_FUNCTION_MODULE_NAME?&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   What is its  purpose..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this one i've seen in many print programs for smartforms..&lt;/P&gt;&lt;P&gt;  is it not efficient calling the Function Module dat a particular smart form &lt;/P&gt;&lt;P&gt;  generates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 04:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310749#M506099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T04:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Y do we call SSF_FUNCTION_MODULE_NAME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310750#M506100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The name of the function module generated for the form must be determined. Background: The name differs depending on the form and system.&lt;/P&gt;&lt;P&gt;Call the function module SSF_FUNCTION_MODULE_NAME and pass the form name to it. This name is typed as  TYPE tdsfname. The return value (import parameter) you get is the name of the generated function module as TYPE rs38L_fnam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 04:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310750#M506100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T04:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Y do we call SSF_FUNCTION_MODULE_NAME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310751#M506101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say i have a program in which I have called the smartform in direct method by using the function module generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I change that smartform so much, sometimes a new function module will be generated. or if I delete that smartform and create a new one with same name, a new function module will be generated. Then I need to go and change all programs that call this smartform directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the two step process, it is not necessary. Everytime the function module related to a smart form changes, the SSF_FUNCTION_MODULE_NAME fetches the latest. So we dont need to update our report programs each time we manipulate the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 04:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310751#M506101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T04:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Y do we call SSF_FUNCTION_MODULE_NAME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310752#M506102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so wat do we pass at&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;      fm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 04:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310752#M506102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T04:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Y do we call SSF_FUNCTION_MODULE_NAME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310753#M506103</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 executing the Smart form this function module is mandatory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME In this function module u have to pass form name. And one more thing when u activate ur smartform u will get one more function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This both the function module u have to pass to ur print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is use full please reward me a points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 05:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/y-do-we-call-ssf-function-module-name/m-p/2310753#M506103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T05:01:13Z</dc:date>
    </item>
  </channel>
</rss>

