<?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: diffrence b/w sapscript &amp; smart forms? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372104#M525583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant &lt;/P&gt;&lt;P&gt;multiple page formats not possible &lt;/P&gt;&lt;P&gt;compulsory &lt;/P&gt;&lt;P&gt;labels are used &lt;/P&gt;&lt;P&gt;not generated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client independant &lt;/P&gt;&lt;P&gt;multiple page formats are possible &lt;/P&gt;&lt;P&gt;without main window it can &lt;/P&gt;&lt;P&gt;labels cannot &lt;/P&gt;&lt;P&gt;once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartform Disadvantages,&lt;/P&gt;&lt;P&gt;1. Labels cannot be created in smartforms.&lt;/P&gt;&lt;P&gt;2. Routines can be written in smartforms tool.&lt;/P&gt;&lt;P&gt;3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk. &lt;/P&gt;&lt;P&gt;4. The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 60. is printed on page one, other data of position no 60 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;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddhesh Sanghvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2007 08:32:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-01T08:32:27Z</dc:date>
    <item>
      <title>diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372099#M525578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; wat is the diffrence b/w sapscript &amp;amp; smart forms?&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372099#M525578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372100#M525579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference with SMARTFORMS vs. SapScript(SE71)&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 out this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372100#M525579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372101#M525580</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 Following are the differences:-&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;b) It is possible to have a smartform without a main window.&lt;/P&gt;&lt;P&gt;c) Labels cannot be created in smartforms.&lt;/P&gt;&lt;P&gt;d) Routines can be written in smartforms tool.&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;check this thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/3229480#3229480 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Omkaram Yanamala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372101#M525580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372102#M525581</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;&lt;/P&gt;&lt;P&gt;Basically Script is client dependant and smartform is client independant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=883538" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=883538&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/message/635740#635740 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=2880271" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=2880271&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=2847350" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=633950&amp;amp;messageID=2847350&lt;/A&gt;&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372102#M525581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372103#M525582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script is client dependent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartform is client independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;less programing in smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multiple page format is possible in smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can maintain background graphics in smartform&lt;/P&gt;&lt;P&gt;scripts doesnot generate any funtional module where as smart form generates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multiple page format not allowed in scripts allowed in sf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;labelling is possible in scripts not possible in sf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms are Introduced to make Form development easier and quicker.&lt;/P&gt;&lt;P&gt;It takes half the time when you compare it with scripts.&lt;/P&gt;&lt;P&gt;For example you take Table creation in both. Its very easy in Smartforms.&lt;/P&gt;&lt;P&gt;You can have multiple Page layouts in Smartforms.&lt;/P&gt;&lt;P&gt;You can create templates and reuse them in your form.&lt;/P&gt;&lt;P&gt;And when you activate a Smartform it generates a Function module .&lt;/P&gt;&lt;P&gt;You can write Application logic within the form development. and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372103#M525582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372104#M525583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant &lt;/P&gt;&lt;P&gt;multiple page formats not possible &lt;/P&gt;&lt;P&gt;compulsory &lt;/P&gt;&lt;P&gt;labels are used &lt;/P&gt;&lt;P&gt;not generated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client independant &lt;/P&gt;&lt;P&gt;multiple page formats are possible &lt;/P&gt;&lt;P&gt;without main window it can &lt;/P&gt;&lt;P&gt;labels cannot &lt;/P&gt;&lt;P&gt;once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartform Disadvantages,&lt;/P&gt;&lt;P&gt;1. Labels cannot be created in smartforms.&lt;/P&gt;&lt;P&gt;2. Routines can be written in smartforms tool.&lt;/P&gt;&lt;P&gt;3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk. &lt;/P&gt;&lt;P&gt;4. The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 60. is printed on page one, other data of position no 60 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;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddhesh Sanghvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372104#M525583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T08:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence b/w sapscript &amp; smart forms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372105#M525584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;/message/633920#633920 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1477724"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="732026"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 08:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-b-w-sapscript-smart-forms/m-p/2372105#M525584</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-06-01T08:35:58Z</dc:date>
    </item>
  </channel>
</rss>

