<?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: TABLE' N' TEMPLATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097250#M734830</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; Here is the Difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;TEMPLATES&lt;/STRONG&gt;: Display texts  for table cell of a static table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Where as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;TABLES:&lt;/STRONG&gt; Display table contents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           If u want example with screen-shots, please let me know ur Personal mail_id .soon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points If usefull to u&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fareedas&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Fareedas on Mar 4, 2008 6:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 13:12:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T13:12:51Z</dc:date>
    <item>
      <title>TABLE' N' TEMPLATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097247#M734827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hi Mentors.&lt;/P&gt;&lt;P&gt;  will u plz let me knw the clear differences between TABLE and TEMPLATE, if possible with examples.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 04:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097247#M734827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T04:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE' N' TEMPLATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097248#M734828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Aneesa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u send me u r personal mail_id, i have brief docu on TABLE,TEMPLETS AND LOOPS WITH example&lt;/P&gt;&lt;P&gt;        send me to fareedas@intelligroup.com&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;fareedas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 12:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097248#M734828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE' N' TEMPLATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097249#M734829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A table is meant to be used to display dynamic number of lines (eg. invoice line items), whereas a template is for fixed number of column and lines (labels).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP SmartForms, templates (from template node) define the format of the columnar output but they are just structures which can used to set how the columns in the output are placed. Whereas as tables actually contain rows to hold data. The Template contains a fixed number of rows and columns, where the output is fixed. The Table can have variable number of rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application data is selected in the application program and transferred to the form using the form interface. In contrast to the template node, the table node has another tab called the Data tab. On this tab, you enter the internal table whose data is to be output. The data is read to a work area in row format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table layout is determined using row types (this is same for templates).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A header area (for table headers), main area (for items of the table), and footer area (for whole sums, or similar) are table output areas. Table rows are created as subnodes of these areas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 13:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097249#M734829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T13:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE' N' TEMPLATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097250#M734830</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; Here is the Difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;TEMPLATES&lt;/STRONG&gt;: Display texts  for table cell of a static table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Where as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;TABLES:&lt;/STRONG&gt; Display table contents &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           If u want example with screen-shots, please let me know ur Personal mail_id .soon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points If usefull to u&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fareedas&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Fareedas on Mar 4, 2008 6:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 13:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097250#M734830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T13:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: TABLE' N' TEMPLATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097251#M734831</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;&lt;/P&gt;&lt;P&gt;Table exteds dynamically.&lt;/P&gt;&lt;P&gt;Template is fixed in size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;template is Output of a table containing static data&lt;/P&gt;&lt;P&gt;these are the Possible direct successors-All except window, page, table,&lt;/P&gt;&lt;P&gt;and template nodes&lt;/P&gt;&lt;P&gt;Table - Output of a table containing application&lt;/P&gt;&lt;P&gt;data and these are the Possible direct successors-as with template node&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Template is used for proper allignment of data which table is used for displaying multiple data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can say Template is for static data and Table is for dynamic data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose we have a requirement in which we have to allign the customer address in such a way as shown below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name- Krishna Company- WIPRO Location- Chennai&lt;/P&gt;&lt;P&gt;Desig- S/W Native - Mumbai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for proper allighnment we can create a template and split that into 3 columns and 2 rows and create text elements for each cell display a proper allighned data at the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we include a template inside a loop it gives the same property as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we have mutiple data which is to be extended to the next page like when we display all employee details in a company we use table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table has 3 sections , HEADER, ITEM ,FOOTER&lt;/P&gt;&lt;P&gt;The header secntion will be executed once and it will loop at the item level. at the end footer will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms Useful links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-001.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-002.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Mar 2008 06:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-n-template/m-p/3097251#M734831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-08T06:53:53Z</dc:date>
    </item>
  </channel>
</rss>

