cancel
Showing results for 
Search instead for 
Did you mean: 

Improving the performace of RM06INP0 program

Former Member
0 Kudos

Hi all,

I need your help in solving an issue. In our project the requirement is to calculate the cost price of articles in inforecords using the RM06INP0 program. We have applied an OSS note 978131 to improve the performance of this program when running for 300000 articles..But the improvement is not good enough.It currently takes 5 hours to completely process these number of articles. Can anyone suggest what should we do to reduce the time to 1-1.5 hours as we need to put the program in a batch schedule and that is the maximum time we can allow this program to run? Thanks a lot !

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

what about a bigger machine?

who else than SAP can change the source code in this program to make it faster? Hence you should open a message to SAP, tell what notes you already implemented and what their effect was and that it is still not good.

Former Member
0 Kudos

Hi Jurgen,

thanks a lot for answering :)-thing is the note 978131 is meant to improve the peformance of this program.It basically declares the internal table XEINE as a sorted table.But it seems it is not fast enough for our requirement.Can we ask SAP to suggest us any possible procedure (I mean any configuration) ? Thanks!

JL23
Active Contributor
0 Kudos

sure you can ask SAP.

the program needs to be analyzed during runtime to see where it spends most of the time, then someone may be able to work on the program to make this process part quicker.

however, a good portion of the performance is the machine, the memory, other processes runnig at the same time .....

Former Member
0 Kudos

ok will surely do that..thanks a lot !

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The issue with this program (RM06INP0) generally lie in variants used

and the amount of info records used. You might consider not getting the

system to gather all the info records if not all are to be updated.

You might also try archive obsolete info records from your system. Check

how many entries are in EINE, this is where all the data for purchasing

info records are stored. If you have many info records you consider

splitting the job into smaller pieces (variants) and doing these at

different days.

BR

Nadia Orlandi

Former Member
0 Kudos

Nadia thanks a lot for your reply-Thing is I have run this program in background with the 'No date Check' checkbox as checked and without entering any article/vendor values so I think it is picking up all the inforecords in the system in which there has been a change of cost price.Till now it has run for more than 5 hours(there are 380697 records in EINE).But or requirement permits only 1-1.5 hours run.I have already applied the note 978131. As per Jurgen's suggestion think we need to approach SAP to provide us a better solution.