<?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 the difference between smart forms and scripts.? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426726#M822967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;differences between Smartforms and scripts are&lt;/P&gt;&lt;P&gt;scripts:&lt;/P&gt;&lt;P&gt;1)client dependent.&lt;/P&gt;&lt;P&gt;2)main window is mandatory.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;back ground pictures are not possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartforms.&lt;/P&gt;&lt;P&gt;1)client independent ,as it generates function module as the smartform is activated.&lt;/P&gt;&lt;P&gt;2)main window is not mandatory.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;back ground picture is possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4)code can be written directly in the smartform itself,no need of seperate driver program.&lt;/P&gt;&lt;P&gt;5)less code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2008 07:16:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-26T07:16:27Z</dc:date>
    <item>
      <title>what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426721#M822962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between smart forms and scripts.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426721#M822962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426722#M822963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Differences between Smartforms and SAPscript&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;b) It is possible to have a smartform without a main window .&lt;/P&gt;&lt;P&gt;c) Routines can be written in smartforms tool.&lt;/P&gt;&lt;P&gt;d) Smartforms generates a function module when activated.&lt;/P&gt;&lt;P&gt;e) Smartforms can create web enable forms like XML&lt;/P&gt;&lt;P&gt;f) smartforms itself contine subroutine pools need not to main separetly like in case of scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to refer the following links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com/smartforms/smartform-sapscripts.htm" target="test_blank"&gt;www.sap-img.com/smartforms/smartform-sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.erpgenie.com/abap/smartforms_sapscript.htm" target="test_blank"&gt;www.erpgenie.com/abap/smartforms_sapscript.htm&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="1658458"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;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;Scripts are client dependent whereas smartforms aren't.&lt;/P&gt;&lt;P&gt;Upto 99 main windows are possible in scripts and only one in smarforms.&lt;/P&gt;&lt;P&gt;To create multiple main windows in scripts, you just have to give the window type as MAIN whnever you create a window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scripts still exists but smartforms are in use from 4.6c version, now the lastest version of these two is adobe forms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms.SAP Smart Forms allow you to execute simple modifications to the form and in the form logic by using simple graphical tools; in 90% of all cases, this won't include any programming effort. Thus, a power user without any programming knowledge can &lt;/P&gt;&lt;P&gt;configure forms with data from an SAP System for the relevant business processes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of SAP Smart Forms &lt;/P&gt;&lt;P&gt;SAP Smart Forms have the following advantages: &lt;/P&gt;&lt;P&gt;1. The adaptation 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;2. Displaying table structures (dynamic framing of texts) &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;4. Colored output of texts &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;6. Graphical Table Painter for drawing tables &lt;/P&gt;&lt;P&gt;7. Reusing Font and paragraph formats in forms (Smart Styles) &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;9. Form translation is supported by standard translation tools &lt;/P&gt;&lt;P&gt;10. Flexible reuse of text modules &lt;/P&gt;&lt;P&gt;11. HTML output of forms (Basis release 6.10) &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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426722#M822963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426723#M822964</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;SAP Scripts are client dependent whereas Smartforms are client independent. &lt;/P&gt;&lt;P&gt;SAP Scripts require a driver program to display the output whereas iHow to Create smartform Outpout as a PDF file and save it n smartforms the form routines can be written so that it is standalone. &lt;/P&gt;&lt;P&gt;An integrated Form Builder helps to design Smartforms more easily than SAP Scripts &lt;/P&gt;&lt;P&gt;An Table Painter and Smartstyles to assist in building up the smartforms &lt;/P&gt;&lt;P&gt;On activation a function module is generated for Smartforms &lt;/P&gt;&lt;P&gt;It is possible to create a Smartform without a main window &lt;/P&gt;&lt;P&gt;Smartforms generates XML output which can be viewed through the web &lt;/P&gt;&lt;P&gt;Multiple page formats is possible in smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:18:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426723#M822964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426724#M822965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;smartform&lt;/U&gt;&lt;/STRONG&gt; :- &lt;/P&gt;&lt;P&gt;1)client independent &lt;/P&gt;&lt;P&gt;2) v can write code that itself &lt;/P&gt;&lt;P&gt;3) v can create function module &lt;/P&gt;&lt;P&gt;4) with out  main wind v can work &lt;/P&gt;&lt;P&gt;5) v can up load directly (UTILITIES&amp;gt;&amp;gt; UPLOADED R DOWNLOADED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;script&lt;/U&gt;&lt;/P&gt;&lt;P&gt;1) clien dependent &lt;/P&gt;&lt;P&gt;2) v cont use  function module &lt;/P&gt;&lt;P&gt;3) without main wind v con't work &lt;/P&gt;&lt;P&gt;4)  v con't uploaded r downloaded v can shud us program (rstxscrp)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426724#M822965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426725#M822966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will write some of the differences between scripts and smartfroms check it once..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scripts:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.These are client dependent.&lt;/P&gt;&lt;P&gt;2.Multiple page formats are not possible.&lt;/P&gt;&lt;P&gt;3.main window is compulsory&lt;/P&gt;&lt;P&gt;4.Lables are used&lt;/P&gt;&lt;P&gt;5.Function module is not generated when activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Smartforms:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.These are client independent.&lt;/P&gt;&lt;P&gt;2.Multiple page formats are possible.&lt;/P&gt;&lt;P&gt;3.main window is NOT compulsory&lt;/P&gt;&lt;P&gt;4.Lables are not used&lt;/P&gt;&lt;P&gt;5.Function module is generated when activated.&lt;/P&gt;&lt;P&gt;6.It is possible to write entire code in smartform itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 06:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426725#M822966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T06:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426726#M822967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;differences between Smartforms and scripts are&lt;/P&gt;&lt;P&gt;scripts:&lt;/P&gt;&lt;P&gt;1)client dependent.&lt;/P&gt;&lt;P&gt;2)main window is mandatory.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;back ground pictures are not possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;smartforms.&lt;/P&gt;&lt;P&gt;1)client independent ,as it generates function module as the smartform is activated.&lt;/P&gt;&lt;P&gt;2)main window is not mandatory.&lt;/P&gt;&lt;P&gt;3)&lt;STRONG&gt;back ground picture is possible.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4)code can be written directly in the smartform itself,no need of seperate driver program.&lt;/P&gt;&lt;P&gt;5)less code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426726#M822967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between smart forms and scripts.?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426727#M822968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&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;&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;i) The main difference is that SAP script is client-dependant, while smartform is independent. Also there are some advanced and intreractive features available in smartforms. &lt;/P&gt;&lt;P&gt;You can use an External subroutine-call in sapscript editor like: &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;  /: perform &amp;lt;form_name&amp;gt; in program &amp;lt;program_name&amp;gt; &lt;/P&gt;&lt;P&gt;  /: using &amp;lt;var1&amp;gt; &lt;/P&gt;&lt;P&gt;  /: using &amp;lt;var2&amp;gt; &lt;/P&gt;&lt;P&gt;  . &lt;/P&gt;&lt;P&gt;  . &lt;/P&gt;&lt;P&gt;  /: changing &amp;lt;return1&amp;gt; &lt;/P&gt;&lt;P&gt;  /: changing &amp;lt;return2&amp;gt; &lt;/P&gt;&lt;P&gt;  /:endperform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 07:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-smart-forms-and-scripts/m-p/3426727#M822968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T07:19:11Z</dc:date>
    </item>
  </channel>
</rss>

