<?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 are the differences between scripts &amp; smart in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774974#M334355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeshreddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script&lt;/P&gt;&lt;P&gt;1.Clinet 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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 07:51:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T07:51:09Z</dc:date>
    <item>
      <title>what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774971#M334352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the differences between scripts &amp;amp; smart&lt;/P&gt;&lt;P&gt;forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could plz explain clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774971#M334352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774972#M334353</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;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) 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;Also a SAPscript form can be migrated to Smartform. A SAPscript form can be migrated into a Smart Form or convert a SAPscript style into a Smart Style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When converting a SAPscript style into a Smart Style, the system converts all paragraph and character formats with all their properties and attributes without any changes. Thus you can use the converted Smart Style without making any adaptations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Gayatri M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774972#M334353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774973#M334354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;  Scripts are client dependant, Smart forms are not.&lt;/P&gt;&lt;P&gt;  Scripts can have upto 100 main windows, Smart forms can have only 1.&lt;/P&gt;&lt;P&gt;  Scripts cannot be executed independently, Smart forms can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 06:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774973#M334354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774974#M334355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajeshreddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Script&lt;/P&gt;&lt;P&gt;1.Clinet 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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 07:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774974#M334355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T07:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774975#M334356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Rajesh&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;You can find the related documents on Smartforms in these links&lt;/P&gt;&lt;P&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;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 class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2148105"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hepfull reward points&lt;/P&gt;&lt;P&gt;-charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 07:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774975#M334356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: what are the differences between scripts &amp; smart</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774976#M334357</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;chk this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=391799&amp;amp;messageID=2766476" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=391799&amp;amp;messageID=2766476&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 08:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-the-differences-between-scripts-smart/m-p/1774976#M334357</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-12-13T08:02:10Z</dc:date>
    </item>
  </channel>
</rss>

