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

TABLE_INVALID_INDEX

Former Member
0 Likes
705

i am getting a short dump TABLE_INVALID_INDEX..what does this means

4 REPLIES 4
Read only

Sm1tje
Active Contributor
0 Likes
629

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).

Read only

Former Member
0 Likes
629

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.

Read only

Sm1tje
Active Contributor
0 Likes
629

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).

Read only

Former Member
0 Likes
629

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