<?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: scripts and smart forms.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828861#M920771</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;For any information on SAP script and smartforms just refer to following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 05:25:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T05:25:37Z</dc:date>
    <item>
      <title>scripts and smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828858#M920768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts can sny one give the answer to this question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how we can say scripts r client dependent and smartforms are client independent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is the diff b/n template and table in smart forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. where we can declare templates in smart forms?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828858#M920768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: scripts and smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828859#M920769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) When you execute a smartform it willl genetate a function module..FM itself is client independent..&lt;/P&gt;&lt;P&gt;    this is not the case at Sap scripts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you know the printing data before only(static) , then we will go for Templates..and when you printing data dynamically we will go for tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful...&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;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828859#M920769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: scripts and smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828860#M920770</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;1.why scripts r client dependent and smart forms r client independent.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Because, Sapscripts are saved in ITF format as text in client dependant tables STXH and STXL. smartforms are not saved in client dependant tables and visible across clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.diff. between table and template in smartforms   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES=&amp;gt;&lt;/P&gt;&lt;P&gt;In forms of business procedures you usually want to list details such as open items of an invoice. You can use a Smart Form to display this data in a table. You can design the layout of the table independent of the number of lines it will contain. The size of the table depends on how much data the application program passes to the form at runtime (unlike with templates, where you specify the number of columns and lines explicitly). The table can cover one or more pages, depending on the number of lines. This is why you display tables in the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMPLATES=&amp;gt;&lt;/P&gt;&lt;P&gt;Use node type Template to display a table whose layout and size (number of lines and columns) is determined before the runtime of the application program. For this reason, a template is also called a static table.&lt;/P&gt;&lt;P&gt;To create a template, define a table layout to determine the cell structure for each line. The cells are used to display the contents of the inferior nodes of the template node. This allows you to position text and a graphic side by side (see Displaying Graphics in Templates).&lt;/P&gt;&lt;P&gt;The template node is also suited for label printing.&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3.Template can be created just by right clicking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create---&amp;gt; template&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There u can graphically create no of rows and columns u want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto details and there also u can make any changes to the template&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For putting any value in that u have to create text under the template and mention the position where the text will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e row and column number&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828860#M920770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: scripts and smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828861#M920771</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;For any information on SAP script and smartforms just refer to following link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828861#M920771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: scripts and smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828862#M920772</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;1-how we can say scripts r client dependent and smartforms are client independent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: Since smartforms generates FM after designing it where as scripts doesnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is the diff b/n template and table in smart forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: Template is fixed with size and design(i.e fixed no of  columns and  rows), where as table can be with varying size and  will be  used to  print contiunes data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. where we can declare templates in smart forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: Generally we declare templates where need to  print  fixed no of  columns and  rows, &lt;/P&gt;&lt;P&gt;Eg: i need to print  a window with 3 rows and  2 columns each roow, then we will use template in this window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward is useful&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 05:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-and-smart-forms/m-p/3828862#M920772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T05:31:32Z</dc:date>
    </item>
  </channel>
</rss>

