<?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: Cluster tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571633#M1432933</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;In SAP's oracle database table name is stored with the cluster name which is &lt;STRONG&gt;RFBLG&lt;/STRONG&gt;. So modify your query to select the data from RFBLG. Ideally it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 14:11:47 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2010-02-10T14:11:47Z</dc:date>
    <item>
      <title>Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571630#M1432930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a query from Oracle to read BSEG table, but this table is a cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking for information about how to know which transparents tables make it this cluster table but we don´t find anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have documentation about how to know which transparent tables form a cluster table? and how do you find out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very thanks in advance,&lt;/P&gt;&lt;P&gt;Néstor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571630#M1432930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571631#M1432931</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;Transperant tables won't form the cluster table. Both are siblings i can say. Means Transperant, cluster, pooled etc are different  types of tables which comes under same hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of cluster tables, data is stored as a cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say if you have 4 cluster tables in a table cluster, there will be a common key between these 4 tables. When ever an update happens, it happens at cluster level but not at the individual table level. Same thing happens even when you query these tables. All the data related to all the tables in the cluster which satisfy the WHERE clause is selected even if you query a single table. &lt;STRONG&gt;Thats the reason why these are slow in responce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the table cluster name for a cluster table in delivery and maintenance tab of SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 13:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571631#M1432931</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-10T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571632#M1432932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I have a problem with this because if I try looking for these objects (cluster tables) in the Oracle database, the answer is that the object not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; select * from bseg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: ORA-00942: table or view does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; desc bseg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: ORA-04043: object bseg does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to consult this tables types from SqlPlus, rather, their associated fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571632#M1432932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571633#M1432933</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;In SAP's oracle database table name is stored with the cluster name which is &lt;STRONG&gt;RFBLG&lt;/STRONG&gt;. So modify your query to select the data from RFBLG. Ideally it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571633#M1432933</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-10T14:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571634#M1432934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to write a query on either BSEG or RGBLG. Fortunately, you should be able to get the data from other related tables. You can start with the secondary index tabes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSIS&lt;/P&gt;&lt;P&gt;BSAS&lt;/P&gt;&lt;P&gt;BSID&lt;/P&gt;&lt;P&gt;BSAD&lt;/P&gt;&lt;P&gt;BSIK&lt;/P&gt;&lt;P&gt;BSAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571634#M1432934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571635#M1432935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get the tables of cluster tables? Through the transaction, documentation,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know KONV table too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 14:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571635#M1432935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571636#M1432936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For RFBLG, go to SE11 and display RFBLG. On the display screen, go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilities - &amp;gt; Where used list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on "Tables"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571636#M1432936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571637#M1432937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, that's right, but in KONV table, the pool table is KOCLU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11 -&amp;gt; KOCLU -&amp;gt; Where-used List -&amp;gt; only table is KONV... and this is wrong for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571637#M1432937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T15:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571638#M1432938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; only table is KONV... and this is wrong for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't really understand. What would be correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571638#M1432938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T15:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571639#M1432939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KONV is a cluster table too and if I attemp to access it from sqlplus...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORA-04043: object KONV does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571639#M1432939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571640#M1432940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not that familiar with KONV, but what I might do is notice that KNUMV is the first keyfield in NONV. You can do a where used list on this data element and see if you find any tables that are useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 15:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571640#M1432940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571641#M1432941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your help and your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Néstor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 16:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571641#M1432941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571642#M1432942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nestor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Please check the below thread
go to DD02L and pass SQLTAB = RFBLG
in case of CDPOS pass SQLTAB = CDCLS " This way you can find the values for any Cluster Table
in case of KONV pass SQLTAB = KOCLU " Similarly for any Cluster Table&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8546528"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-tables/m-p/6571642#M1432942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T06:53:11Z</dc:date>
    </item>
  </channel>
</rss>

