<?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: what is difference between SAP Script and smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186253#M465574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SAP Script&lt;/P&gt;&lt;P&gt;1.Client Dependent&lt;/P&gt;&lt;P&gt;2. Multiple page formatting is not possible&lt;/P&gt;&lt;P&gt;3. 2 Componets(Print program and LAyoutset)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms:&lt;/P&gt;&lt;P&gt;1.Client Independent.&lt;/P&gt;&lt;P&gt;2. Multiple page formatting is not possible&lt;/P&gt;&lt;P&gt;3. 3 Componets(Print program, Function module and Layoutset)&lt;/P&gt;&lt;P&gt;whenver u activate a smartform it will create a smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some practical differences are :&lt;/P&gt;&lt;P&gt;*One main difference which is&lt;/P&gt;&lt;P&gt;visibility in the report is TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in sapscript we cannot design MATRIX like tables,&lt;/P&gt;&lt;P&gt;having grid lines,but in smartforms, it is much possible to design tables, having grid lines, color just&lt;/P&gt;&lt;P&gt;like excel table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) sapscript requires&lt;/P&gt;&lt;P&gt;- driver program (se38 program)&lt;/P&gt;&lt;P&gt;- layout (se71 layout)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartforms just require&lt;/P&gt;&lt;P&gt;smartform, &lt;/P&gt;&lt;P&gt;(and a program is just required for selection screen purpose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) the logic of printing (ie. sequence, flow) is CONTROLLED BY drier program,in case of sapscript.&lt;/P&gt;&lt;P&gt;where as in smartform, it is inbuilt using TABLES element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) In sapscript we cannot write our own logic for printing.&lt;/P&gt;&lt;P&gt;where as in smartform,&lt;/P&gt;&lt;P&gt;we can write our own logic for pritning.(we can even write SELECT Statements, DATA statements,and many program lines + logic to suit our requirements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 Which we have to use &lt;/P&gt;&lt;P&gt;If we are copying some standard sapscript,&lt;/P&gt;&lt;P&gt;then we have to go for sapscript only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use both. but practically smartforms is easier to&lt;/P&gt;&lt;P&gt;develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Regards, &lt;/P&gt;&lt;P&gt;Amber Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 05:49:18 GMT</pubDate>
    <dc:creator>former_member198270</dc:creator>
    <dc:date>2007-04-27T05:49:18Z</dc:date>
    <item>
      <title>what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186246#M465567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we have to use SAP script and when we have to use smartform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 27 Apr 2007 05:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186246#M465567</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-04-27T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186247#M465568</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;go thru this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/SAPscript_Introduction.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/SAPscript_Introduction.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/smartforms_described.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/smartforms_described.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186247#M465568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186248#M465569</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;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;Advantages of SAP Smart Forms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms have the following advantages: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The adaption of forms is supported to a large extent by graphic tools for layout and logic, so that no programming knowledge is necessary (at least 90% of all adjustments). Therefore, power user forms can also make configurations for your business processes with data from an SAP system. Consultants are only required in special cases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Displaying table structures (dynamic framing of texts) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Output of background graphics, for form design in particular the use of templates which were scanned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Colored output of texts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. User-friendly and integrated Form Painter for the graphical design of forms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Graphical Table Painter for drawing tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Reusing Font and paragraph formats in forms (Smart Styles) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Data interface in XML format (XML for Smart Forms, in short XSF) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Form translation is supported by standard translation tools &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. Flexible reuse of text modules &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. HTML output of forms (Basis release 6.10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186248#M465569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186249#M465570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186249#M465570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186250#M465571</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;A href="https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2593549" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2593549&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2766476" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2766476&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2564113" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=631029&amp;amp;messageID=2564113&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186250#M465571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186251#M465572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman,&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) Easier to debug in Scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create smartforms using transaction SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscripts is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create scripts in SE71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186251#M465572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186252#M465573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman,&lt;/P&gt;&lt;P&gt;                 In smatforms you can have your own page formats and also you need not have a main window in smartforms like the Scripts. Also one main advantage of smartforms are that they are client independent.&lt;/P&gt;&lt;P&gt;                 So in this case if you want a more graphical based output use smartforms as they support graphic elements. Also smartforms can be event triggered. &lt;/P&gt;&lt;P&gt;                  So using smartforms you can customize your ouptput much more than the script hence i think if it is graphical based o/p smartforms is a better option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186252#M465573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186253#M465574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laxman &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SAP Script&lt;/P&gt;&lt;P&gt;1.Client Dependent&lt;/P&gt;&lt;P&gt;2. Multiple page formatting is not possible&lt;/P&gt;&lt;P&gt;3. 2 Componets(Print program and LAyoutset)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms:&lt;/P&gt;&lt;P&gt;1.Client Independent.&lt;/P&gt;&lt;P&gt;2. Multiple page formatting is not possible&lt;/P&gt;&lt;P&gt;3. 3 Componets(Print program, Function module and Layoutset)&lt;/P&gt;&lt;P&gt;whenver u activate a smartform it will create a smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some practical differences are :&lt;/P&gt;&lt;P&gt;*One main difference which is&lt;/P&gt;&lt;P&gt;visibility in the report is TABLES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in sapscript we cannot design MATRIX like tables,&lt;/P&gt;&lt;P&gt;having grid lines,but in smartforms, it is much possible to design tables, having grid lines, color just&lt;/P&gt;&lt;P&gt;like excel table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) sapscript requires&lt;/P&gt;&lt;P&gt;- driver program (se38 program)&lt;/P&gt;&lt;P&gt;- layout (se71 layout)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartforms just require&lt;/P&gt;&lt;P&gt;smartform, &lt;/P&gt;&lt;P&gt;(and a program is just required for selection screen purpose)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) the logic of printing (ie. sequence, flow) is CONTROLLED BY drier program,in case of sapscript.&lt;/P&gt;&lt;P&gt;where as in smartform, it is inbuilt using TABLES element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) In sapscript we cannot write our own logic for printing.&lt;/P&gt;&lt;P&gt;where as in smartform,&lt;/P&gt;&lt;P&gt;we can write our own logic for pritning.(we can even write SELECT Statements, DATA statements,and many program lines + logic to suit our requirements)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 Which we have to use &lt;/P&gt;&lt;P&gt;If we are copying some standard sapscript,&lt;/P&gt;&lt;P&gt;then we have to go for sapscript only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use both. but practically smartforms is easier to&lt;/P&gt;&lt;P&gt;develop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Regards, &lt;/P&gt;&lt;P&gt;Amber Soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186253#M465574</guid>
      <dc:creator>former_member198270</dc:creator>
      <dc:date>2007-04-27T05:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186254#M465575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference with SMARTFORMS vs. SapScript (SE71) &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;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;&lt;/P&gt;&lt;P&gt;reward if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rushi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186254#M465575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between SAP Script and smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186255#M465576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The differences betweem scripts and smartforms:&lt;/P&gt;&lt;P&gt;1.  Scripts are client dependent, where sa smartforms are client independent.&lt;/P&gt;&lt;P&gt;2.  Multiple page formats are not possible in scripts,but it is possible in smartforms.&lt;/P&gt;&lt;P&gt;3. Scripts can not be executed  without a print program, but a smartform can be &lt;/P&gt;&lt;P&gt; executed  without a driver program. The required code can be written inside a&lt;/P&gt;&lt;P&gt; smartform.&lt;/P&gt;&lt;P&gt;   smartforms provides Table painter to design a table layout,and it provides more &lt;/P&gt;&lt;P&gt;  graphical tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 06:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-sap-script-and-smartform/m-p/2186255#M465576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T06:11:07Z</dc:date>
    </item>
  </channel>
</rss>

