<?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: wat r the differences between scripts and smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934840#M691591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the major difference is that u have high end features for output formats in smartforms compared to scripts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 11:31:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T11:31:58Z</dc:date>
    <item>
      <title>wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934839#M691590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wat r the differences between scripts and smartforms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934839#M691590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934840#M691591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the major difference is that u have high end features for output formats in smartforms compared to scripts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934840#M691591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934841#M691592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on 'search forum'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the forum to Form printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter 'difference between scripts and smartforms'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934841#M691592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934842#M691593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;For more information on the difference between SAPscript &amp;amp; smarform, &lt;/P&gt;&lt;P&gt;kindly check the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-sapscripts.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="2569203"&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="2171665"&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="2045673"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms are Purely GUI based .&lt;/P&gt;&lt;P&gt;u can have drag and drop options here.&lt;/P&gt;&lt;P&gt;a FM can be generated when u ativate Smartform&lt;/P&gt;&lt;P&gt;u can have different page formats for different different pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept of Script and Smartforms is one and the same which are used to create layouts, but in smartforms you will have more options to design the layout than in a script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934842#M691593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934843#M691594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tips/SmartForms/SmartFormAdvantages.htm" target="test_blank"&gt;http://saptechnical.com/Tips/SmartForms/SmartFormAdvantages.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 11:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934843#M691594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T11:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: wat r the differences between scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934844#M691595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main difference is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scripts is client dependent/ &lt;/P&gt;&lt;P&gt;,main window is compulsory,/&lt;/P&gt;&lt;P&gt;debugging is different each other&lt;/P&gt;&lt;P&gt;&amp;amp; &lt;/P&gt;&lt;P&gt;smart forms is client independent/&lt;/P&gt;&lt;P&gt;,main window is optional.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 11:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wat-r-the-differences-between-scripts-and-smartforms/m-p/2934844#M691595</guid>
      <dc:creator>former_member224356</dc:creator>
      <dc:date>2011-06-13T11:11:15Z</dc:date>
    </item>
  </channel>
</rss>

