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

dump in mb51

Former Member
0 Likes
1,506

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
Read only

Former Member
0 Likes
1,319

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.

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,320

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.

Read only

Former Member
0 Likes
1,319

Please download the dump file and send for analysis.

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,319

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

Read only

0 Likes
1,319

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

Read only

Former Member
0 Likes
1,319

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

Read only

Former Member
0 Likes
1,319

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

Read only

Former Member
0 Likes
1,319

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