<?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: Pooled table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242393#M142539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The pool and table is a many to one relationship table. This means many pool table store in a database table which is know as table pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the pool table stored table in table pool does not need to have any foreign key relationship. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. &lt;/P&gt;&lt;P&gt;For pool  you can create secondary index and you can use select distinct, group for pool table. You can use native SQL statement for pool table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this URL.It will help you to create a Pooled Table.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mrutyunjaya Tripathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2006 07:09:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-27T07:09:07Z</dc:date>
    <item>
      <title>Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242389#M142535</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;What is a Pooled table, and how to create it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242389#M142535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242390#M142536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Pooled tables&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm" target="test_blank"&gt;http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Creating pooled tables:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 06:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242390#M142536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242391#M142537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt; A pooled table in R/3 has a many-to-one relationship with a table in the database ..&lt;/P&gt;&lt;P&gt;For one table in the database, there are many tables in the R/3 Data Dictionary.&lt;/P&gt;&lt;P&gt; The table in the database has a different name than the tables in the DDIC, it has a different number of fields, and the fields have different names as well..&lt;/P&gt;&lt;P&gt;Pooled tables are primarily used by SAP to hold customizing data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might create a table pool if you need to create hundreds of small tables that each hold only a few rows of data...&lt;/P&gt;&lt;P&gt; To implement these small tables as pooled tables, you first create the definition of a table pool in R/3 to hold them all.&lt;/P&gt;&lt;P&gt; When activated, an associated single table (the table pool) will be created in the database. You can then define pooled tables within R/3 and assign them all to your table pool &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 06:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242391#M142537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242392#M142538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Creating Pooled Tables&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In the initial screen of the ABAP Dictionary select object type Table, enter a table name and choose  Create. &lt;/P&gt;&lt;P&gt;2.The field maintenance screen for the table is displayed. Table type Transparent table is set as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Make the necessary entries in the Short description and Delivery class fields on the Attributes tab page. Then define the fields of the table. &lt;/P&gt;&lt;P&gt;4.Proceed as when  creating a transparent table. Save your entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Choose Extras ® Change table category.&lt;/P&gt;&lt;P&gt;6.A dialog box appears in which you have to select the table type Pooled table or Cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Select. &lt;/P&gt;&lt;P&gt;You return to the field maintenance screen for the table. Field Pool/cluster name is displayed on the Attributes tab page in addition to the standard fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of the table pool or table cluster to which you want to assign the pooled table or cluster table in field Pool/cluster name &lt;/P&gt;&lt;P&gt;Note that the total key length of a pooled table may not exceed the key length of the associated table pool. The key of a cluster table must correspond to the key of the associated table cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed as when creating a transparent table (see  Creating Tables). Remember that you cannot create indexes for pooled or cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 07:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242392#M142538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242393#M142539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The pool and table is a many to one relationship table. This means many pool table store in a database table which is know as table pool. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the pool table stored table in table pool does not need to have any foreign key relationship. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table pool can contain 10 to 1000 small pool table which has 10 to 100 records. &lt;/P&gt;&lt;P&gt;For pool  you can create secondary index and you can use select distinct, group for pool table. You can use native SQL statement for pool table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this URL.It will help you to create a Pooled Table.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f090446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mrutyunjaya Tripathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 07:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pooled-table/m-p/1242393#M142539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T07:09:07Z</dc:date>
    </item>
  </channel>
</rss>

