Application Development and Automation 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: 
Read only

Question about Generically Buffered Key Area

Former Member
0 Likes
3,892

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
Read only

Former Member
0 Likes
2,083

Try adding bypassing buffer in ur select query.

Regards

Sathar

7 REPLIES 7
Read only

Former Member
0 Likes
2,083

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

Read only

0 Likes
2,083

Hi Anup,

I just use a simple select statement.

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

How can I solve this problem?

Best regards,

Blake Le

Read only

Former Member
0 Likes
2,084

Try adding bypassing buffer in ur select query.

Regards

Sathar

Read only

0 Likes
2,083

hi Satha,

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

Best regards,

Blake Le

Read only

0 Likes
2,083

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

Read only

Former Member
0 Likes
2,083

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

Read only

Former Member
0 Likes
2,083

Please use meaningfull subject titles.