<?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: Difference between Smartforms and Sapscrits. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997604#M75596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to throw in my 2c, SmartForms are client independent because when you generate them SAP creates a Function Module for them. This means that the Print Program calls a Function Module.&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;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2005 03:49:02 GMT</pubDate>
    <dc:creator>former_member221770</dc:creator>
    <dc:date>2005-09-27T03:49:02Z</dc:date>
    <item>
      <title>Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997599#M75591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a interview coming up next week and I was just wondering: difference between Smartforms and SAPscripts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So experts, can anyone please let me know what are the main differences between Smartforms and SAPScripts??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will really appreciate your answers.. guys..&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;   -Ashok Patel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 02:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997599#M75591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T02:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997600#M75592</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;&amp;lt;b&amp;gt;Difference with SMARTFORMS vs. SapScript(SE71)&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Following are the differences :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Multiple page formats are possible in smartforms which is not the case in SAPScripts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) It is possible to have a smartform without a main window . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) Labels cannot be created in smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) Routines can be written in smartforms tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) Smartforms generates a function module when activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was said that it was provided in CRM 3.0 version, but not available in R/3.  You can download smartforms into Local PC in a XML format.  In the same way you can upload this XML format into Smartform.  From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In R3 also, you can download into XML format. However, it's not sure about uploading. Refer to the program 'SF_XSF_DEMO'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -&amp;gt; Download form). It will create a XML file and save it in the hard disk.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people.  What you can do is to create a Transport and then FTP down to your local harddisk.   When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server.  Finally, the Basis team, will tp it into your system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it.  Actually, there is something you can do about it.  By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the link,&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conversion of SAPSCRIPT to SMARTFORMS&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP provides a conversion for SAPscript documents to SMARTforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically a function module, called FB_MIGRATE_FORM. You can  start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do this one-by-one in transaction SMARTFORMS, under  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Migrate SAPscript form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997600#M75592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T03:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997601#M75593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruthra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know these difference which I got from the sap-img.com but I need more information about it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to give me more information about it..&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;   -Ashok Patel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997601#M75593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T03:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997602#M75594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;/message/634420#634420 &lt;B&gt;[original link is broken]&lt;/B&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997602#M75594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T03:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997603#M75595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smartforms are clent independant so no hassle of client handling while doing transports. SAPScripts are client dependant .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With smartforms you can create interactive forms , not possible with SAPSCRIPT . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the new SAP development will be on Smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Migration to SAP ADOBE forms is one step ( automatic) process from samrtforms . For SAPSCRIPTS there is no automatic migration . You have to migrate to smartforms first or do a manual migration to ADOBE forms .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In future more development will be done on smartforms .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the answers are helpful reward and close. Please also close your earlier threads if problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997603#M75595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T03:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997604#M75596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to throw in my 2c, SmartForms are client independent because when you generate them SAP creates a Function Module for them. This means that the Print Program calls a Function Module.&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;Pat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997604#M75596</guid>
      <dc:creator>former_member221770</dc:creator>
      <dc:date>2005-09-27T03:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997605#M75597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in smart form Multiple page format is possible&lt;/P&gt;&lt;P&gt;  for ex in the invoice header details will be portrait and line item details will be landscape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this feature is not in sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. client independent.  &lt;/P&gt;&lt;P&gt;   this smartform available all the clients, but sap script is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Table painter and template is used to design the form layout easily, no need to write commands box like in sapscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. function module will be generated dynamically in the smartform once you done the activation, single FM integrate app. program into smart form &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. main window is optional in smartform ( without main window we can design the smartform )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 and the form logic represented in hierarchical structure , which is represented node by node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. for web publishing  the system provided generated xml output of the processed form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997605#M75597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T03:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997606#M75598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your support.&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;  -Ashok Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997606#M75598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T05:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997607#M75599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please reward points and close the thread, if the answers were helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997607#M75599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T05:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997608#M75600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sashi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just curious to know that what will happen if I reward the points?? and also, all the experts says that reward and close the thread, that means I wont be able to look at the thread after I reward and close it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Well, I wanted to reward anyway, I will do it after I know about it..&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;  -Ashok Patel..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997608#M75600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Smartforms and Sapscrits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997609#M75601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you close the threads, the other people know that problem was solved by some one, so we avoid someone spending some time unnecessarly for solved problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding points its a kind of appreciation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-smartforms-and-sapscrits/m-p/997609#M75601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T05:54:15Z</dc:date>
    </item>
  </channel>
</rss>

