<?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: Help in Select without full key for buffer table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862140#M1321704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Single-record buffering&lt;/STRONG&gt;: you don't want that because you won't select with the full key (from what I understand the address is also a key in your table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generic area buffering&lt;/STRONG&gt; (with two fields): you don't want that because it would create too many small areas; that is not good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Full buffering&lt;/STRONG&gt;: you probably don't want that for 100,000 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is: why do you think you need to use table buffering? &lt;/P&gt;&lt;P&gt;If you switch buffering off and select by customer (pretty selective, I would guess) I don't think you'll have performance problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rui Dantas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 18:14:14 GMT</pubDate>
    <dc:creator>Rui_Dantas</dc:creator>
    <dc:date>2009-07-16T18:14:14Z</dc:date>
    <item>
      <title>Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862139#M1321703</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 had table with 3 keys mandt userid and address and... , for this table i need to use select &lt;/P&gt;&lt;P&gt;with key userid in order to get all user data such address (can be more then one per user )etc.&lt;/P&gt;&lt;P&gt;i create the table as single row buffer (since the table are read frequently and i can have 100000 entries on the table )and in the code inspector i get warning for performance&lt;/P&gt;&lt;P&gt;since it is single row buffer,when i change it to genric buffer table with to keys i get also warning ,when i choose on key on the genric buffer 1 the warning  disappear.&lt;/P&gt;&lt;P&gt;if i choose one key on the generic buffer i think it take the first key such mandt&lt;/P&gt;&lt;P&gt;and i don't think that this is good from performance aspect.&lt;/P&gt;&lt;P&gt;there an idea how to design it well from performance aspects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 16:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862139#M1321703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T16:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862140#M1321704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Single-record buffering&lt;/STRONG&gt;: you don't want that because you won't select with the full key (from what I understand the address is also a key in your table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Generic area buffering&lt;/STRONG&gt; (with two fields): you don't want that because it would create too many small areas; that is not good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Full buffering&lt;/STRONG&gt;: you probably don't want that for 100,000 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is: why do you think you need to use table buffering? &lt;/P&gt;&lt;P&gt;If you switch buffering off and select by customer (pretty selective, I would guess) I don't think you'll have performance problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rui Dantas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 18:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862140#M1321704</guid>
      <dc:creator>Rui_Dantas</dc:creator>
      <dc:date>2009-07-16T18:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862141#M1321705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rui ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use buffer tables since i have lot of record (KPI   can be until 300000 entries  on the table ) ,and the record of the tables &lt;/P&gt;&lt;P&gt;such user data with all his data read frequently by several of program( since the table can have user address such home address email address and so on so specific user can have 5 - 6 entries on the table  ....)    . i.e. there is &lt;STRONG&gt;lot of access to the method that read user data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and can read every time different user from the table  .&lt;/P&gt;&lt;P&gt;so for that i think of using the buffer table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you think that i should avoid it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 19:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862141#M1321705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862142#M1321706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the type of buffering is clear, single record can only be used if you specify to full key, which you don't. And fully buffered is not a good idea her.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try the generic 2 buffering and check the size of the table in transaction ST10 (AL12) afte a while.&lt;/P&gt;&lt;P&gt;I has a lot of records, but tjis does not mean thatall records will be buffered. Only what is used will come into the buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 20:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862142#M1321706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T20:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862143#M1321707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Siegfried ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try it (generic with 2 keys )but when i check with code inspector i get warning since in the select i need to provide all the user &lt;/P&gt;&lt;P&gt;data ,so i cant select for user and address since i need to get all the user address.&lt;/P&gt;&lt;P&gt;and when i choose just one key on generic buffer i don't have perfomace problem on the code inspctor but i think it take the first key&lt;/P&gt;&lt;P&gt;which is mandt and i don't know what is the benfit on this case ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862143#M1321707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862144#M1321708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you copy the SELECT which gives you the warning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862144#M1321708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T08:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862145#M1321709</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;PRE&gt;&lt;CODE&gt;Select *
from ZEMP_GEN_DATA
into table it_emp_date_out
where employee in it_employee  .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862145#M1321709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862146#M1321710</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; So try the generic 2 buffering and ...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Siegfried. From what I've always read, too many different areas is not recommended because it will not be efficient (in this case there would be one area per customer, which would mean hundreds of thousands of different areas). Generic area buffering would only be recommended in cases where few areas would be created (for example, language or company, or sth like that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a recommendation different that this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rui Dantas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862146#M1321710</guid>
      <dc:creator>Rui_Dantas</dc:creator>
      <dc:date>2009-07-17T08:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862147#M1321711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generic buffering with key field one (which is MANDT only) equals FULLY BUFFERED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your IN condition CAN NOT be processed on single record or generic buffered tables in the buffer.&lt;/P&gt;&lt;P&gt;It will be processed on fully buffered tables in the table buffer however the buffer will be scanned&lt;/P&gt;&lt;P&gt;(full table scan in main memory) since the in will not be optimized internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For making efficient use of the table buffer you need a where condition that uses EQ on the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 09:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862147#M1321711</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-17T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862148#M1321712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rui Dantas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Generic area buffering would only be recommended in cases where few areas would be created (for example, language or company, or sth like that).&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Do you have a recommendation different that this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no anwer but a few thoughts on that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how much is few? &lt;/P&gt;&lt;P&gt;Does few depent on nr. of entries or space available in the buffer?&lt;/P&gt;&lt;P&gt;And if so, could few change over time when available hardware changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the answer would be that it depends... on configuration(space and entries available).&lt;/P&gt;&lt;P&gt;Additionally there might be limits in the kernel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just checked a system with 4GB allocated space (1GB free) in the generic key buffer.&lt;/P&gt;&lt;P&gt;Additionally 6.7 Million Entries (generic areas) are possible and some 700000 are free.&lt;/P&gt;&lt;P&gt;With such a setup i think one could go for the buffering i would say &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; However i would&lt;/P&gt;&lt;P&gt;monitor the impact in any case ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Hermann Gahm on Jul 17, 2009 1:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 09:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862148#M1321712</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-17T09:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862149#M1321713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Hermann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe i can use  fully buffer  table, but for that issue i need to calculate the  table size ,(since fully buffer table have some limit&lt;/P&gt;&lt;P&gt;size i think ) do u have an idea how i can I calculate the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. if the table size dont fits the fully buffer size ,do u have other suggestion how to increase the performance of the read process from the table since the table size is large can be until 300000 records and it read frequently  during the day . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nina C on Jul 17, 2009 12:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 10:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862149#M1321713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T10:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862150#M1321714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&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; So maybe i can use  fully buffer  table, but for that issue i need to calculate the  table size ,(since fully buffer table have some limit&lt;/P&gt;&lt;P&gt;&amp;gt; size i think ) do u have an idea how i can I calculate the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you can rewrite your select statement to EQ conditions on buffer key fields. Otherwise, don't buffer it, since you can not make efficient use of the buffer it will probably be not faster (rather slower) and a wast or ressources and a burden for the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However DB05 is used for space calculation in table buffers. Run it for your primary key and you will get this output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 Date/time of analysis:                  17.07.2009  12:29:07
 Analyzed table:                         T000
 Total number of rows:                              4 rows
 Requested bytes per row:                         107 bytes per row
 Requested bytes to be buffered 100%:             428 bytes
 Current buffering mode:                         100% buffering
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above SELECT using an in for employee you can only make sure that you get a good database select (index employee).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 10:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862150#M1321714</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-17T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862151#M1321715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hermann,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make sure that i got u write ,&lt;/P&gt;&lt;P&gt;IF i can use the select for example with for all entries EQ emt_tab , i can use generic buffer with two fields that will be &lt;/P&gt;&lt;P&gt;probably mandt and employee num?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 10:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862151#M1321715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862152#M1321716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, this select:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;from ZEMP_GEN_DATA&lt;/P&gt;&lt;P&gt;for all entries in emp_tab&lt;/P&gt;&lt;P&gt;into table it_emp_date_out&lt;/P&gt;&lt;P&gt;where employee = emp_tab-employee  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would use a generic buffered table with buffered keys mandt, employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffering the table may create a lot generic areas in the table buffer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carefully monitor with ST02 regarding free space, free entries, and swaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The buffering of such a table must not affect the other buffered tables negatively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with ST05 (buffer trace) if the buffering works like it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 11:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862152#M1321716</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-17T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Select without full key for buffer table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862153#M1321717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Generic area buffering would only be recommended in cases where few areas would be created (for example,&lt;/P&gt;&lt;P&gt;&amp;gt; language or company, or sth like that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, I just she should try what is actually used and not what potentially could be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming bach to the original question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Nina,&lt;/P&gt;&lt;P&gt;you should read the code inspector checks more carefully! I know the code inspector checks quite well.&lt;/P&gt;&lt;P&gt;It gives you not just a warning but tells you more. It should be possible to figure out, that the statement is wrong and not the buffer setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2009 12:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-select-without-full-key-for-buffer-table/m-p/5862153#M1321717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-17T12:23:36Z</dc:date>
    </item>
  </channel>
</rss>

