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

regarding performance problems

Former Member
0 Likes
650

Moderator message: please use a more informative subject in future

Hi Gurus,

I have one requirement related to MM..

They r running one transaction 'MB5B'. they are giving the input only company code and date for 15 days.But the program is giving dump saying that "Time_out" error. they raised to sap then they gave a note 1005901.I m unable to understand what i need to do by using that note...I read that note but i didnt understand.Please help me out in this.

Thanks&Regards,

Sastry

Edited by: Matt on Dec 16, 2008 10:01 AM

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
624

Pleasse use a more informative subject in future

The note says:

"An experienced ABAP programmer requires an estimated three to five days to create the ZZ_MB5B work table and these three reports. You can find a similar program as an example in Note 32236: MBMSSQUA.

If you need support during the implementation, contact your SAP consultant."

Are you not an experienced ABAP programmer? If you're not you should pass this on to someone who is experienced. I've read the note, and steps you have to take seem clear to me. Is it the English that's given you problems? What precisely don't you understand?

matt

5 REPLIES 5
Read only

Former Member
0 Likes
624

Hi,

From that note, i understand that u should call Transaction only one time.

With material + Plant details.

Or Define one Ztable with 4 fields.u can use that table material + plant purpose.

relese lock,

commet or roolback many thing are there....

Read it and done one by one.

Read only

Former Member
0 Likes
624

Hi,

You can create a secondary index on MKPF for this date filed. Which will help you increase your report performance

-Maharshi

Read only

Former Member
0 Likes
624

Hi

contact your basis to increase the time limit for execution

Also enter other input values to improve the performance

Thanks

Shiva

Read only

Former Member
0 Likes
624

Hi,

Try to debug the std. program and point out the place where you are getting the dump. You can find some causes by dump analysis text also. SAP note as you mentioned may not be specific to your issue however best solution from my side is to include INDEX in appropriate table as already suggested by one of guru.

rgds

sudhanshu

Read only

matt
Active Contributor
0 Likes
625

Pleasse use a more informative subject in future

The note says:

"An experienced ABAP programmer requires an estimated three to five days to create the ZZ_MB5B work table and these three reports. You can find a similar program as an example in Note 32236: MBMSSQUA.

If you need support during the implementation, contact your SAP consultant."

Are you not an experienced ABAP programmer? If you're not you should pass this on to someone who is experienced. I've read the note, and steps you have to take seem clear to me. Is it the English that's given you problems? What precisely don't you understand?

matt