‎2008 May 02 9:47 AM
i am getting a short dump TABLE_INVALID_INDEX..what does this means
‎2008 May 02 9:57 AM
In this in a standard report or custom report?
Check line in which error occured via transaction St22. This has probably something to do with performing some action on an internal table via index. This index for some reason is not valid, meaning that entry in internal table with that particular index is not valid (entry not available).
‎2008 May 02 10:00 AM
this is an enhancement.
i think i am getting the error in the following part of the code:---
lwa_tkomv-kschl = lc_z3ap.
append lwa_tkomv to li_tkomv.
‎2008 May 02 10:04 AM
did you have a look at short dump in ST22. Indicator >>>>>> will tell you the exact line of the coding.
Please have a look (again) and you will be able to find the exact part of the code (line of the code).
‎2008 May 02 9:59 AM
Hi,
dont use variable sy-tabix for internal table if u are processing a huge records use counter variable with in internal table...
Regards
V.Balaji