2006 Feb 20 4:17 AM
hi,
I am doing a code inspector i have got a warning,
" Generically buffered key area not completely specified for table CSKS."
What does error mean how to rectify it.
hi,
I am doing a code inspector i have got a warning,
" Generically buffered key area not completely specified for table CSKS."
What does error mean how to rectify it.
2006 Feb 20 4:22 AM
Are you using select statement to retrieve data??
If you are using so, include your key fields in your selection criteria.
2006 Feb 20 4:31 AM
Hi Anitha,
Your select statement is bypassing the sap table buffers.
Visit his link...
http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/evaluati... the quality of your abap programs and other repository objects with the code inspector
For more specific answer see the page 27.
Hope it helps.
Regards,
Maheswaran.B
2006 Feb 20 5:30 AM
HI
THIS ERROR ARISES BECAUSE YOU SELECTED GENERIC BUFFERING IN THE TECHNICAL SETTING OF THE TABLE AND YOU TRIED THE SELECT STATEMENT WITHOUT MENTIONING THAT KEY FIELD USED.
RECTIFICATION
WHEN YOU ACCESS THE DATA FROM THAT TABLE THE GENERIC KEY SHOULD BE REFERRED SO THAT THE WHOLE GENERIC AREA IS LOADED INTO THE TABLE BUFFER.
FOR MORE DETAILS CHECK THE LINK
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/aa/4734a00f1c11d295380000e8353423/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/aa/4734a00f1c11d295380000e8353423/content.htm</a>
OR
<a href="http://cma.zdnet.com/book/abap/ch05/ch05.htm">http://cma.zdnet.com/book/abap/ch05/ch05.htm</a>
if this finds useful please reward points.
REGARDS
ANOOP
2006 Feb 20 5:35 AM
yes, what mr anoop said is exactly right.
i also checked, in se11, for this CSKS table, in technical settings, <b>buffering type</b> is "generic area buffered" selected.
u cant change that. u need access key to change :(.
one thing u can do is,
no. of key fields specified are two here.
so use first two key fields as indexing and try, this error will not come.
Message was edited by: Hymavathi Oruganti
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |