‎2008 Sep 08 7:48 AM
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
‎2008 Sep 08 8:16 AM
Try adding bypassing buffer in ur select query.
Regards
Sathar
‎2008 Sep 08 8:01 AM
If you access a generic area not buffered with fully specified key, it will be loaded with database call.
‎2008 Sep 08 8:05 AM
Hi Anup,
I just use a simple select statement.
For example, select * from ddtp7......
How can I solve this problem?
Best regards,
Blake Le
‎2008 Sep 08 8:16 AM
Try adding bypassing buffer in ur select query.
Regards
Sathar
‎2008 Sep 08 8:18 AM
hi Satha,
Can you give me some suggestion how to use by-pass buffer?
Best regards,
Blake Le
‎2008 Sep 08 8:22 AM
‎2008 Sep 08 8:19 AM
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
‎2008 Sep 08 8:34 AM