Application Development 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: 

dump in mb51

former_member740473
Participant
0 Kudos

hi friends,

i am a facing a complicated sictuation in MB51.

in mb51 whenever we execuite the report mb51 then an exception raised as "INDEX_NOT_FOUND".

can you exception at what time these type of Exceptions occured.

thanks in advance

Regards,

karunakar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

the program should be refering to some code which probably reads/modify/inserts etc for a particular index.That index doesnt exist probably in internal table.

its better if you can paste the code snippet from short dump where the error occurred.

7 REPLIES 7

Former Member
0 Kudos

the program should be refering to some code which probably reads/modify/inserts etc for a particular index.That index doesnt exist probably in internal table.

its better if you can paste the code snippet from short dump where the error occurred.

Former Member
0 Kudos

Please download the dump file and send for analysis.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Are you reading archived documents? If the answer is yes, check if you have records in table MKPF_ARIDX.

Regards

Eduardo

PD: check too if you have archived documents for MM_MATBEL. Use tcode SARA

Edited by: E_Hinojosa on Jun 14, 2011 11:57 AM

0 Kudos

hi friends,

when we are giving "Posting Date" in selection screen more than 1 year then the error occur is " THE TABLE HAS NOT SUFFICIANT SPACE " .

regards,

karunakar

former_member195402
Active Contributor
0 Kudos

Hi,

exception INDEX_NOT_FOUND in MB51 means, that there are one or more missing entries in MKPF for a given material document number in combination with a given year.

Maybe there was an incomplete REORG on MKPF or a canceled update request which can cause this issue.

Regards,

Klaus

Former Member
0 Kudos

HI

In MB51 Dump INDEX NOT FOUND Due user have selected check box

: Reread Short Docs In Archive

From Input selectoin-screen -> Data Source

Please check user Input and check Archive system is active or not.

Thanks

former_member740473
Participant
0 Kudos

hi friends,

when we are giving "Posting Date" in selection screen more than 1 year then the error occur is " THE TABLE HAS NOT SUFFICIANT SPACE " .

when ever we are giving small duration i.e around 5 to 6 months it will execuited successfully.

regards,

karunakar