<?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? Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566186#M858212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can Create only one main windows per Page.&lt;/P&gt;&lt;P&gt;If we have 3 pages we can have 3 main Windows but the main window size should be same for all the pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 04:01:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T04:01:25Z</dc:date>
    <item>
      <title>SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566180#M858206</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;&lt;/P&gt;&lt;P&gt;Please help me with this question regarding smartforms that i faced in one of the interviews?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of smartforms will the function module name which is generated dynamically once it is activated change from one client to another client within the same server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566180#M858206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566181#M858207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566181#M858207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566182#M858208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function Moudule gets generated each time you generate/activate your smartform.&lt;/P&gt;&lt;P&gt;When transported from one system to another, smartform will get generated again and hence the new FM with new name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566182#M858208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566183#M858209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it will not change from client to client, but it will change from server to server means DEV to QAS to PRD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because when ever the Smartform is triggrred the F.M. will get generated, so inside a server you will not transport since it is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you transport to another server like QAS or PRD it will change because after transport only the Smartform will be trigrred,at that time only the Dynamic FM will get activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more clarity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We all know that when we activate a smartform a function module will be generated. We can check this function module name from the Smartform editor itself by going to the menu bar Environment à Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can call this function module directly in our Driver Program.&lt;/P&gt;&lt;P&gt;But in the entire standard programs SSF_FUNCTION_MODULE_NAME function module is being used to get the function module name for the corresponding smartform by passing the form name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we transport the SMARTFORM we usually transport the Definition only.&lt;/P&gt;&lt;P&gt;When we call that definition (Smart form) in the new system the function module is regenerated. This name is different from the name generated in the Original system. &lt;/P&gt;&lt;P&gt;The name of the Function module generated by the smartform contains the prefix &amp;#147;/1BCDWB/SF&amp;#148; and an 8 digit number after this.&lt;/P&gt;&lt;P&gt;This 8 digit number depends on the R/3 System being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 14:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566183#M858209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T14:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566184#M858210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 14:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566184#M858210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566185#M858211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many main windows can we create in a smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 03:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566185#M858211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T03:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForms? Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566186#M858212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can Create only one main windows per Page.&lt;/P&gt;&lt;P&gt;If we have 3 pages we can have 3 main Windows but the main window size should be same for all the pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 04:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-urgent/m-p/3566186#M858212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T04:01:25Z</dc:date>
    </item>
  </channel>
</rss>

