<?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: Retrieving data from table pool and table cluster.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674213#M1099305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 11:49:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T11:49:45Z</dc:date>
    <item>
      <title>Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674210#M1099302</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;Please let me know the procedure to retreive data from table pool and table cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674210#M1099302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674211#M1099303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;Follow these lines : you may find your problem resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Table:&lt;/P&gt;&lt;P&gt;Database table defined in the ABAP Dictionary, whose version on the database is not only assigned to one table defined in the ABAP Dictionary. Several cluster tables are assigned to a table cluster in the database. The intersection of the key fields of the cluster tables forms the primary key of the table cluster. The other columns of the cluster tables are stored in compressed form in a single column VARDATA of the table cluster. You can access cluster tables only via Open SQL, and only without using joins. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for pool table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pool table:&lt;/P&gt;&lt;P&gt;A database table defined in the ABAP Dictionary whose database instance is assigned to more than one table defined in the ABAP Dictionary. Multiple pool tables are assigned to a table pool in the database. The key fields of a pool table have to be character-type fields. The table pool's primary key consists of two fields: TABNAME for the name of a pool table, and VARKEY for the interdependent contents of the key fields in the corresponding pool table. The non-key fields of the pool table are stored in compressed format in their own column, called VARDATA, of the table pool. The only way to access pool tables is by using Open SQL. Joins are not allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674211#M1099303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674212#M1099304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nice copy/paste job from Kris' answer here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="483570"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674212#M1099304</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-17T11:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674213#M1099305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674213#M1099305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674214#M1099306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674214#M1099306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674215#M1099307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can show same case i.e C&amp;amp;P that to from one of our leading contributor in SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then what&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674215#M1099307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674216#M1099308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, perhaps you are refering to Anji? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case the reason is different =&amp;gt; They are points gaming (same person).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674216#M1099308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674217#M1099309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 12:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674217#M1099309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674218#M1099310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No he is not!.Do you want me  to mail the source and target messages.You feel so bad and will be in a dilemma as to what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oops i didn't read your next sentence i don't know about that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.P.N on Oct 17, 2008 5:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 12:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674218#M1099310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674219#M1099311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually this is the first time we have caught a ponits-gamer even before assigning the ponits to himself &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy&amp;amp;pasting is indeed hard to spot and there is a grey area as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Normally, the procedure is to remove the posts and let the person know.&lt;/P&gt;&lt;P&gt;- After that confront them and give them a few warnings with increasing "hazard to health" alerts.&lt;/P&gt;&lt;P&gt;- If they still carry on... then I wait for an opportunity to catch them "red-handed" breaking the rules and request &lt;EM&gt;guestification&lt;/EM&gt; of them and all other accounts associated to their ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see copy&amp;amp;pasting without referencing the source, please click the "Abuse Report" button and provide a link to the (perhaps original) source in the "comments box". It will be dealt with, no matter who it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 13:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674219#M1099311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674220#M1099312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;who might be that, any guesses..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 19:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674220#M1099312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T19:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674221#M1099313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first guess would be myself, because I know myself better than others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confession: About 2 years ago I copy&amp;amp;pasted an approach to a solution from another website (which I had known about for some time).&lt;/P&gt;&lt;P&gt;I soon after the post realized that this was a bad idea (meaning the C&amp;amp;P) so added a disclaimer that it was not my original text / code.&lt;/P&gt;&lt;P&gt;This is the only case I am aware of, and can "get off my shoulders".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did however not add the source, as I was not (and still not) sure that the original source was their's either...&lt;/P&gt;&lt;P&gt;Most likely it was someone in Walldorf who is the "author" of this but did not hardcode his/her user name into the program... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read the thread here =&amp;gt; &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="197322"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For those who read the link in detail, there are some (release dependent) changes and certainly SAP can change it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to act ethically, even if we make some (historical) mistakes before thinking about our actions (or reading the rules).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you don't all think less of me for this, and that we can carry on having interesting discussions without other agendas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was the only case I ever copy&amp;amp;pasted something (though it is perhaps not realy a c&amp;amp;p), but I would like to come clean on it to set an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 01:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674221#M1099313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T01:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674222#M1099314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought it is me who is KPN pointing to. when i started SDN in 2005's i copied and pasted twice , then i got a message, later onwards i used to post my own. may be you are thinking that i copied and pasted the code samples from some one else post. please let me know. i will correct myself. i wantedly never did , i always away from c&amp;amp;p(except my posts )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: KPN if it is me kindly point out , i will correct myself, if i am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 01:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674222#M1099314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T01:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674223#M1099315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps an explanation for your 2 posts vs. my 1 is that copy&amp;amp;pasting secure coding also is a 50/50 case &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is of course much better if the security is beyond the boundaries of the input/import parameters of the Fm interfaces and Report screens,&lt;/P&gt;&lt;P&gt;or if they are going to be generic... then at least protected from changes to variants (and stupid submits...)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today we deleted a lot of user ID's from 100's of c&amp;amp;p trolls and dwarfs in the ABAP forums. Almost all of it was c&amp;amp;p (in both directions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will make me a very happy man when that comes to a gradual end (bar one or two mistakes, when the person realized their mistake).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that we have made a lot of progress there and created awareness for ethical behaviour in the ABAP forums (note =&amp;gt; stupid interview questions are &lt;U&gt;not&lt;/U&gt; unethical... they are &lt;EM&gt;just&lt;/EM&gt; deleted...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Oct 18, 2008 4:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 01:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674223#M1099315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T01:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674224#M1099316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Vijay yes its you.But my intention is to prove that its not a bad idea to use C&amp;amp;P if its helpful to others.I want to see whether action  is same for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i confess that i have used C&amp;amp;P many times before but i can't edit them now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you are different vijay you are down to earth.my intention is never to point you but  to a top contributor so that i can know rules are same for all or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rules are same for all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674224#M1099316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674225#M1099317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, if possible can you share the link. so that i will see what is the wrong with me and correct myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674225#M1099317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674226#M1099318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the link your answer has been removed&lt;/P&gt;&lt;P&gt;&lt;/P&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="6364191"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674226#M1099318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674227#M1099319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm..subtotals link , i really wondered. i am not sure what is the code i used. i am sure its my own code. i am not sure. can you tell me what is source atleast where i copied. so that i will get more clarity .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ALV programs i give i write myself or will take from my old posts collection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes rules are same for all, who ever it may be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674227#M1099319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674228#M1099320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SCN wont allow that link to be posted here.but i felt that i have seen same code somewhere and i referred to one of the site.its same as it is by some other author.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know you wont do  mistakes.its over now we will request both of these threads to  delete as there is no use to this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674228#M1099320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from table pool and table cluster..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674229#M1099321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. now you are coming very close. i got the site. why can't the person copied the code from my post. &lt;/P&gt;&lt;P&gt;i remember correctly the code i mentioned is the modified version from below thread. i modifed it a little and mentioned in the link which you have provided in earlier post.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="978043"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; i know you wont do  mistakes.its over now we will request both of these threads to  delete as there is no &amp;gt;use to this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are humans , we do mistakes, if some points others mistakes then only we can correct ourselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Oct 17, 2008 11:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 02:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-table-pool-and-table-cluster/m-p/4674229#M1099321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T02:50:49Z</dc:date>
    </item>
  </channel>
</rss>

