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

Process Message Archiving/Deleting program RCOCB009

Former Member
0 Likes
797

Hi all,

I have problem, when I have run program RCOCB009 with variant it works very long time. Duration is about 18 000 seconds. I search sap notes, but I havent problem solving. Maybe somebody has idea what to do for beter running time, because seems 18 000 second is to big running time.

5 REPLIES 5
Read only

Former Member
0 Likes
732

I assume note 679525 is not relevant?

Rob

Read only

0 Likes
732

Thank you Rob, I read this note but this note is for 46C system. I have SAP ERP Central Component 5.0 and there isn't object name COCM_MESSAGE_DELETE. So I can't modify source code.

Read only

0 Likes
732

Since it is a standard SAP program, why don't you raise an OSS message?

Rob

Read only

0 Likes
732

Interesting that sometimes this program runs shortly for example 6000 seconds and sometimes 10 000. Maybe you are right, we need to open case in SAP for this problem, just I tried to solve it myself.

Read only

0 Likes
732

Have you actually traced the performance of the program for a while when it's running (e.g. runtime analysis SE30 and SQL trace ST05 - I'd personally start with the latter)? This might provide you enough information to fix it yourself or to do some further search in OSS. One could imagine for example that due to deletion (or maybe other causes) table statistics are not up-to-date and thus certain selects might not be efficient (e.g. when deleting the application log the report searches via external log number). I know my example is poor, but the analysis should give you the necessary insight.

Good luck, harald