<?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: smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445416#M827472</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;Search the forum with the terms "difference between sapscript smartforms" and you will find your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 08:39:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-13T08:39:34Z</dc:date>
    <item>
      <title>smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445415#M827471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;may i know the difference between smart forms and sap scripts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445415#M827471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445416#M827472</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;Search the forum with the terms "difference between sapscript smartforms" and you will find your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445416#M827472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445417#M827473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;prs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 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;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445417#M827473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445418#M827474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the main diffarences between smart form and script form are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) smart forms are clinent independent where as scripts are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) smart form require half the time to create and maintain forms compare with&lt;/P&gt;&lt;P&gt;script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) smart forms provide multiple page formats where as in script not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) smart forms exisist without main window also where as in script not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) smart form is entairely graphical user interface comapre with script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) labeling is not possible in smart form where as it is possible in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) smart form genarate function module whenver it activate where as script &lt;/P&gt;&lt;P&gt;doesn't genarate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; smart form can easily web publishing using the genarated XML output compare &lt;/P&gt;&lt;P&gt;with script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) using smart forms we can design web forms but bot possible with script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) we can maintain background graphics in smartform wher as in script not &lt;/P&gt;&lt;P&gt;possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11) in smart form we use transaction codes SMARTFORM for designing FORM &lt;/P&gt;&lt;P&gt;and SMARTSTYLES to create differnt styles of text, where as in script we &lt;/P&gt;&lt;P&gt;use SE71 for form painter and SE72 for different styles of text and font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) we can migrate script to smart form vice-versa is not possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445418#M827474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445419#M827475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prs,&lt;/P&gt;&lt;P&gt;         smartforms is extension of the sap scripts.&lt;/P&gt;&lt;P&gt;smart form gives more options to user to design the layouts than sap scripts.&lt;/P&gt;&lt;P&gt;the main diffrences are &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; i hope this is useful for u &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445419#M827475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445420#M827476</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;Scripts are client-dependent but SmartForms are client Independent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also check this link:&lt;/P&gt;&lt;P&gt;/message/635740#635740 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 08:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3445420#M827476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T08:42:48Z</dc:date>
    </item>
  </channel>
</rss>

