Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Question about Generically Buffered Key Area

Former Member
0 Kudos

I got a warning information about :

'Generically Buffered Key Area not Fully Specified for Table "QPCT" '

How can I deal with this issue?

Best regards,

Blake Le

Edited by: Julius Bussche on Sep 8, 2008 7:34 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try adding bypassing buffer in ur select query.

Regards

Sathar

7 REPLIES 7

Former Member
0 Kudos

If you access a generic area not buffered with fully specified key, it will be loaded with database call.

0 Kudos

Hi Anup,

I just use a simple select statement.

For example, select * from ddtp7......

How can I solve this problem?

Best regards,

Blake Le

Former Member
0 Kudos

Try adding bypassing buffer in ur select query.

Regards

Sathar

0 Kudos

hi Satha,

Can you give me some suggestion how to use by-pass buffer?

Best regards,

Blake Le

0 Kudos

select * from ddtp7 bypassing buffer............

Former Member
0 Kudos

Hi,

Your problem is,

Your table is buffered generically, but

either keys are not properly defined

or all the key are not specified

or they are not in sequence of their appearence in the data table.

check these 3 issues. Prob will be solved.

Regards,

anirban

Former Member
0 Kudos

Please use meaningfull subject titles.