<?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: diff between sap scripts and smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273017#M782432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&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;Scripts:&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;Smartforms:&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;&lt;STRONG&gt;Reward points if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kiran Kumar.G&lt;/P&gt;&lt;P&gt;Have a Nice Day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 08:55:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T08:55:32Z</dc:date>
    <item>
      <title>diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273012#M782427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;What is the diffenrence between scripts and the smart forms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 07:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273012#M782427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T07:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273013#M782428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;scripts are clnt dependent&lt;/P&gt;&lt;P&gt;smart forms are clnt independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to generate script u have to make use of print program and form painter. Where as smart forms can generate function module. If u call th efm at run time it will generate smart form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not get color fonts in scripts. and w/o main window ther is no script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can obtain color fonts and even we can generate smart forms on colourful back grounds.&lt;/P&gt;&lt;P&gt;rgds &lt;/P&gt;&lt;P&gt;umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273013#M782428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273014#M782429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more differences:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can create different output types like xml / html which are web enabled by smartforms but it is not possible with scripts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different page formats are available in single smartforms, but in case of script we have to maintain same page layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartform itself having form routines, we can add our coding.&lt;/P&gt;&lt;P&gt;Output formating is very easy because of templates, tables are available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273014#M782429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273015#M782430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scripts:&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;Smartforms:&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>Mon, 07 Jan 2008 09:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273015#M782430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273016#M782431</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;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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;sowjanya.gosala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 04:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273016#M782431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T04:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: diff between sap scripts and smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273017#M782432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&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;Scripts:&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;Smartforms:&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;&lt;STRONG&gt;Reward points if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kiran Kumar.G&lt;/P&gt;&lt;P&gt;Have a Nice Day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-sap-scripts-and-smartforms/m-p/3273017#M782432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T08:55:32Z</dc:date>
    </item>
  </channel>
</rss>

