<?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 SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785323#M338227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference between SAP script and Smartforms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 12:16:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-22T12:16:36Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785323#M338227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference between SAP script and Smartforms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 12:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785323#M338227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785324#M338228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;where as scripts doesnt support above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 12:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785324#M338228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T12:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785325#M338229</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 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;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 12:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785325#M338229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785326#M338230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&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;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;hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward ponts if helpfull&lt;/P&gt;&lt;P&gt;-charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 12:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785326#M338230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785327#M338231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 16:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785327#M338231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T16:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785328#M338232</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 differences which most of them give are the basic differences found in a book.&lt;/P&gt;&lt;P&gt;As a technical person you should be able to give a more specific diffrence between the two.&lt;/P&gt;&lt;P&gt;That is, the Sapscript is called by the print program, but the control is always shuffling between theprint program and the Form. In short, the control goes to the Form whenever there is a write_form call and returns back to the print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of a smartform, once the control goes to the Form, you have no control over the form. The entire form and all pages are printed and then returns to the calling print program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug a sapscript by executing the standard SAP program RSTXDBUG and in the case of smartforms you can write a break statement in the codelines of the form to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 03:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1785328#M338232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-23T03:25:08Z</dc:date>
    </item>
  </channel>
</rss>

