<?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 Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235314#M771973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can any one pls help me ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is mean by Pivot Table and where we r using that ..&lt;/P&gt;&lt;P&gt;2. What is the purpose of table maintainence generatot and is there any types in that&lt;/P&gt;&lt;P&gt;3. what is diff between cluster abd pooled tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 02:43:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T02:43:38Z</dc:date>
    <item>
      <title>Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235314#M771973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can any one pls help me ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is mean by Pivot Table and where we r using that ..&lt;/P&gt;&lt;P&gt;2. What is the purpose of table maintainence generatot and is there any types in that&lt;/P&gt;&lt;P&gt;3. what is diff between cluster abd pooled tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 02:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235314#M771973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T02:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235315#M771974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#1 Pivot Table is from Excel.One of the best options in SAP reporting is the ability to have your SAP data automatically converted to an Excel pivot table report. A pivot table report allows you to slice and dice your data and analyze it multiple ways, without having to use a database or code logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2 The purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#3 Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 02:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235315#M771974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T02:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235316#M771975</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;it may help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences,&lt;/P&gt;&lt;P&gt;program parameters or temporary data). Several pooled tables can be&lt;/P&gt;&lt;P&gt;combined to form a table pool. The table pool corresponds to a physical&lt;/P&gt;&lt;P&gt;table on the database in which all the records of the allocated pooled&lt;/P&gt;&lt;P&gt;tables are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example documentation.&lt;/P&gt;&lt;P&gt;Several cluster tables can be combined to form a table cluster. Several&lt;/P&gt;&lt;P&gt;logical lines of different tables are combined to form a physical record&lt;/P&gt;&lt;P&gt;in this table category. This permits object-by-object storage or&lt;/P&gt;&lt;P&gt;object-by-object access. In order to combine tables in clusters, at&lt;/P&gt;&lt;P&gt;least part of the keys must agree. Several cluster tables are stored in&lt;/P&gt;&lt;P&gt;one corresponding table on the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables Documentation view :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0cb01&lt;/A&gt;&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;vasavi.&lt;/P&gt;&lt;P&gt;reward if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 03:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/3235316#M771975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T03:25:49Z</dc:date>
    </item>
  </channel>
</rss>

