2010 Jan 22 4:49 AM
hi,
below is the slect query i have written.
while accessing the table KEKO( Product Costing - Header Data ) .more time is taken.
is there any alternative other than KEKO table when using in my report.
SELECT FEH_STA VBELN POSNR FROM KEKO
INTO TABLE IST_KEKO FOR ALL ENTRIES IN IST_VBAP_KEKO
WHERE KALNR = IST_VBAP_KEKO-KALNR.
regards,
DILIP.
2010 Jan 22 4:55 AM
Hi Dilip,
Before going for any other table,
As Kalnr is only one of the primary keys of table KEKO, You can try creating secondary index on KEKO, which might help in improving your report performance.
Also, you can add more conditions in where clause if possible, which will also help in improving performance.
Thansk,
Archana
hi,
below is the slect query i have written.
while accessing the table KEKO( Product Costing - Header Data ) .more time is taken.
is there any alternative other than KEKO table when using in my report.
SELECT FEH_STA VBELN POSNR FROM KEKO
INTO TABLE IST_KEKO FOR ALL ENTRIES IN IST_VBAP_KEKO
WHERE KALNR = IST_VBAP_KEKO-KALNR.
regards,
DILIP.
2010 Jan 22 4:55 AM
Hi Dilip,
Before going for any other table,
As Kalnr is only one of the primary keys of table KEKO, You can try creating secondary index on KEKO, which might help in improving your report performance.
Also, you can add more conditions in where clause if possible, which will also help in improving performance.
Thansk,
Archana
2010 Jan 22 5:07 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |