<?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: Question about Generically Buffered Key Area in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452762#M1055736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use meaningfull subject titles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2008 07:34:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-08T07:34:46Z</dc:date>
    <item>
      <title>Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452755#M1055729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a warning information about : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Generically Buffered Key Area not Fully Specified for Table "QPCT" '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I deal with this issue? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blake Le&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 8, 2008 7:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 06:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452755#M1055729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452756#M1055730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you access a generic area not buffered with fully specified key, it will be loaded with database call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452756#M1055730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452757#M1055731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just use a simple select statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, select * from ddtp7......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blake Le&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452757#M1055731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452758#M1055732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding bypassing buffer in ur select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452758#M1055732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452759#M1055733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me some suggestion how to use by-pass buffer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blake Le&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452759#M1055733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452760#M1055734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your problem is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your table is buffered generically, but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either keys are not properly defined&lt;/P&gt;&lt;P&gt;or all the key are not specified &lt;/P&gt;&lt;P&gt;or they are not in sequence of their appearence in the data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these 3 issues. Prob will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452760#M1055734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452761#M1055735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select * from ddtp7 bypassing buffer............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452761#M1055735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Generically Buffered Key Area</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452762#M1055736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use meaningfull subject titles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2008 07:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-generically-buffered-key-area/m-p/4452762#M1055736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-08T07:34:46Z</dc:date>
    </item>
  </channel>
</rss>

