<?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: tab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab/m-p/2580985#M590168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think This would Answer your second Question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Labels cannot be created in smartforms.&lt;/P&gt;&lt;P&gt;2. Routines can be written in smartforms tool.&lt;/P&gt;&lt;P&gt;3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk. &lt;/P&gt;&lt;P&gt;4. 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;Difference b/w smartforms and scripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant independant &lt;/P&gt;&lt;P&gt;not possible multiple page formats are possible &lt;/P&gt;&lt;P&gt;compulsory without main window it can &lt;/P&gt;&lt;P&gt;labels are used labels cannot &lt;/P&gt;&lt;P&gt;not generated once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference b/w smartforms and scripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant &lt;/P&gt;&lt;P&gt;multiple page formats not possible &lt;/P&gt;&lt;P&gt;compulsory main window&lt;/P&gt;&lt;P&gt;labels are used &lt;/P&gt;&lt;P&gt;not generated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client independant &lt;/P&gt;&lt;P&gt;multiple page formats are possible &lt;/P&gt;&lt;P&gt;without main window it can &lt;/P&gt;&lt;P&gt;labels cannot &lt;/P&gt;&lt;P&gt;once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms have all the functionalities of Sap Scripts. I found the following which cannot be achieved with smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Smart forms are client independent.&lt;/P&gt;&lt;P&gt;2. Lable printing software (for example BARTENDER) can be directly inserted into SAP Script thus enabling Scripts to print Lables. Smartforms do not recognise such code. So whenever you create a label you will need to start from scratch in smartforms.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Would Help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If useful info *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 13:33:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T13:33:47Z</dc:date>
    <item>
      <title>tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab/m-p/2580984#M590167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.what do u mean by the tab of a script and what is the procedure to transferdata from one tab to another tab.&lt;/P&gt;&lt;P&gt;2.what are THE GENERAL  ELEMENTS  OF A SCRIPT AS WELL AS SMARTFORMS WITH REGARD TO LAYOUT SET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab/m-p/2580984#M590167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tab/m-p/2580985#M590168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Think This would Answer your second Question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Labels cannot be created in smartforms.&lt;/P&gt;&lt;P&gt;2. Routines can be written in smartforms tool.&lt;/P&gt;&lt;P&gt;3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk. &lt;/P&gt;&lt;P&gt;4. 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;Difference b/w smartforms and scripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant independant &lt;/P&gt;&lt;P&gt;not possible multiple page formats are possible &lt;/P&gt;&lt;P&gt;compulsory without main window it can &lt;/P&gt;&lt;P&gt;labels are used labels cannot &lt;/P&gt;&lt;P&gt;not generated once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference b/w smartforms and scripts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependant &lt;/P&gt;&lt;P&gt;multiple page formats not possible &lt;/P&gt;&lt;P&gt;compulsory main window&lt;/P&gt;&lt;P&gt;labels are used &lt;/P&gt;&lt;P&gt;not generated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client independant &lt;/P&gt;&lt;P&gt;multiple page formats are possible &lt;/P&gt;&lt;P&gt;without main window it can &lt;/P&gt;&lt;P&gt;labels cannot &lt;/P&gt;&lt;P&gt;once session created function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smartforms have all the functionalities of Sap Scripts. I found the following which cannot be achieved with smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Smart forms are client independent.&lt;/P&gt;&lt;P&gt;2. Lable printing software (for example BARTENDER) can be directly inserted into SAP Script thus enabling Scripts to print Lables. Smartforms do not recognise such code. So whenever you create a label you will need to start from scratch in smartforms.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Would Help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If useful info *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tab/m-p/2580985#M590168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:33:47Z</dc:date>
    </item>
  </channel>
</rss>

