<?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 scripts ans smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947153#M943863</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;Multiple Page format is available in smartforms whereas in &lt;/P&gt;&lt;P&gt;sapscripts not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to a smartform without MAIN Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lables Cannot generated in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform generate a fUNCTION Module when it getactivated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Sapscript is Client dependent&lt;/P&gt;&lt;P&gt;  Smartform is Client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Sapscript can uploaded/Downloaded whereas &lt;/P&gt;&lt;P&gt;  smartforms  cannot.&lt;/P&gt;&lt;P&gt;3.protect/endprotect command in sapscript will &lt;/P&gt;&lt;P&gt;  not work in smartforms&lt;/P&gt;&lt;P&gt;4.Transaction for sapscript is SE71&lt;/P&gt;&lt;P&gt;  For smartform - SMARTFORMS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 05:15:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-04T05:15:04Z</dc:date>
    <item>
      <title>what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947148#M943858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between scripts ans smart forms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947148#M943858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947149#M943859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multiple Page format is available in smartforms whereas in &lt;/P&gt;&lt;P&gt;sapscripts not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to a smartform without MAIN Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lables Cannot generated in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform generate a fUNCTION Module when it getactivated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  	&lt;/P&gt;&lt;P&gt;1.Sapscript is Client dependent&lt;/P&gt;&lt;P&gt;  Smartform is Client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Sapscript can uploaded/Downloaded whereas &lt;/P&gt;&lt;P&gt;  smartforms  cannot.&lt;/P&gt;&lt;P&gt;3.protect/endprotect command in sapscript will &lt;/P&gt;&lt;P&gt;  not work in smartforms&lt;/P&gt;&lt;P&gt;4.Transaction for sapscript is SE71&lt;/P&gt;&lt;P&gt;  For smartform - SMARTFORMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sapscripts are clinet dependent. smartforms r independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sapscripts allows only black and white texts. smartforms' &lt;/P&gt;&lt;P&gt;texts can be written in various colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapscripts has repeated transfer of control. There is no &lt;/P&gt;&lt;P&gt;transfer of control b/w prg. and form in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an option to print a mixture of portrait and &lt;/P&gt;&lt;P&gt;landscape format in smartforms. but this feature is not &lt;/P&gt;&lt;P&gt;available in sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapscripts allows more than one main window. Smartforms &lt;/P&gt;&lt;P&gt;allows only one main widown on pagge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text elements in sapscripts allow if..else, case..endcase, &lt;/P&gt;&lt;P&gt;etc.. commands but not smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pages and windows are defined separately and then combined &lt;/P&gt;&lt;P&gt;to form pagewindows in sapscripts. all windows are &lt;/P&gt;&lt;P&gt;automatically pagewindows in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows are: main, var, const windows in sapscripts.&lt;/P&gt;&lt;P&gt;main, secondary, copies and final windows in smartforms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947149#M943859</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2008-06-04T05:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947150#M943860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;SAPScript is client dependent where as Smartforms are not&lt;/P&gt;&lt;P&gt;SAPScript is Language dependent where as Smartforms are not.&lt;/P&gt;&lt;P&gt;Smartforms are easy to use than SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947150#M943860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947151#M943861</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;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;Contributed by : SAP ABAP/4 Programming, Basis Administration, Configuration Hints and Tips &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&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;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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947151#M943861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947152#M943862</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;&lt;/P&gt;&lt;P&gt;1.SCRIPTS ARE CLIENT DEPENDENT&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;  SMARTFORMS ARE CLIENT INDEPENDENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.WE CANNOT ADD COLORS IN SCRIPTS&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   WE CAN ADD COLORS IN SMARTFORMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.WE CANNOT GET THE FUNCTION MODULE WHEN WE ACTIVATE THE PROGRAM&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   WHEN WE ACTIVATE THE PROGRAM WE GET FUNCTION MODULE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.WE CAN WRITE ENTIRE CODE IN SMARTFROM ITSELF&lt;/P&gt;&lt;P&gt;&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;&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;P&gt;raji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947152#M943862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947153#M943863</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;Multiple Page format is available in smartforms whereas in &lt;/P&gt;&lt;P&gt;sapscripts not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to a smartform without MAIN Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lables Cannot generated in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform generate a fUNCTION Module when it getactivated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Sapscript is Client dependent&lt;/P&gt;&lt;P&gt;  Smartform is Client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Sapscript can uploaded/Downloaded whereas &lt;/P&gt;&lt;P&gt;  smartforms  cannot.&lt;/P&gt;&lt;P&gt;3.protect/endprotect command in sapscript will &lt;/P&gt;&lt;P&gt;  not work in smartforms&lt;/P&gt;&lt;P&gt;4.Transaction for sapscript is SE71&lt;/P&gt;&lt;P&gt;  For smartform - SMARTFORMS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947153#M943863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947154#M943864</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;Refer this thread also&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="1357462"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947154#M943864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947155#M943865</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;    Refer this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;Scripts&lt;/STRONG&gt;	                                   &lt;STRONG&gt;Smartforms&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;script is client dependent	       smartform is client independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more	                                      less programing in smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multiple page format not allowed   multiple page format is possible in &lt;/P&gt;&lt;P&gt;in scripts 	                               smart form&lt;/P&gt;&lt;P&gt;can not	                                      maintain background graphics in                        &lt;/P&gt;&lt;P&gt;                                                  smartform&lt;/P&gt;&lt;P&gt;scripts doesnot generate any       smart form generates&lt;/P&gt;&lt;P&gt;funtional module .	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947155#M943865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947156#M943866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess before throwing the thread if you search by just typing appropriate term in search box am sure you were get over 100 of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please do not throw this type of thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your kind of support may help SDN in more efficient way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread after giving mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947156#M943866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947157#M943867</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;for smartforms...some links&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;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms : some links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&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;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-001.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-002.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&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;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for scripts..&lt;/P&gt;&lt;P&gt;Good ...Check out the following links - important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Scripts&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=2969311" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=2969311&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=2902391" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=2902391&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=3205653" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=3205653&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=3111402" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1811669&amp;amp;messageID=3111402&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sappoint.com/abap/" target="test_blank"&gt;http://sappoint.com/abap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm" target="test_blank"&gt;http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapabap01.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapabap01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/topics/t.asp?t=303&amp;amp;p=452&amp;amp;h2=452&amp;amp;h1=303" target="test_blank"&gt;http://sap.ittoolbox.com/topics/t.asp?t=303&amp;amp;p=452&amp;amp;h2=452&amp;amp;h1=303&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&amp;amp;sid=09eec5147a0dbeee1b5edd21af8ebc6a" target="test_blank"&gt;http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&amp;amp;sid=09eec5147a0dbeee1b5edd21af8ebc6a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other Links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.virtuosollc.com/PDF/Get_Reporter.pdf" target="test_blank"&gt;http://www.virtuosollc.com/PDF/Get_Reporter.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.virtuosollc.com/PDF/Get_Reporter.pdf" target="test_blank"&gt;http://www.virtuosollc.com/PDF/Get_Reporter.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drawing lins, boxes and shadings&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/802ec5454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/802ec5454211d189710000e8322d00/frameset.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="2748630"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/dialog_programming.html" target="test_blank"&gt;http://www.allsaplinks.com/dialog_programming.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/files/using_table_in_screen.pdf" target="test_blank"&gt;http://www.allsaplinks.com/files/using_table_in_screen.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/ZSAPcHAT" target="test_blank"&gt;http://www.geocities.com/ZSAPcHAT&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geekinterview.com/question_details/37873" target="test_blank"&gt;http://www.geekinterview.com/question_details/37873&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allinterview.com/showanswers/23627.html" target="test_blank"&gt;http://www.allinterview.com/showanswers/23627.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abapprogramming.blogspot.com/2008/03/sap-smart-forms-brief-discussion.html" target="test_blank"&gt;http://abapprogramming.blogspot.com/2008/03/sap-smart-forms-brief-discussion.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/forums" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/forums&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saplab.blogspot.com" target="test_blank"&gt;http://saplab.blogspot.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/Smartforms/SFMain.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/Smartforms/SFMain.htm&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947157#M943867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between scripts ans smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947158#M943868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well the following are the major differnces in sapscripts and smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;It is possible to have a SmartForm without a main window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Labels cannot be created in SmartForms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Routines can be written in SmartForms tool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms generates a function module when activated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transactions :- se71 for sapscripts&lt;/P&gt;&lt;P&gt;                     smartforms for smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and moreover the sapscripts are client dependent&lt;/P&gt;&lt;P&gt;and smartforms are client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so smartforms are more or less better versions of sapscripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward points if useful....:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 05:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-scripts-ans-smart-forms/m-p/3947158#M943868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T05:47:41Z</dc:date>
    </item>
  </channel>
</rss>

