‎2009 Nov 11 12:22 PM
Dear Experts,
SAPLIDTR program uses high CPU approximately %65,
Name PID CPU% PgSp Owner
disp+wor 434240 72.3 23.3
I analyzed the process from se30 and the results here ;
ABAP 51.489.063 = 100,0%
Hints ;
Call No. Gross = Net Gross (%) Net (%) Program Type No. Filter
1 51.489.063 0 100,0 0,0 Sys.
IT_103 361 51.483.330 = 51.483.330 100,0 100,0 SAPLIDTR
the background job which is this process is a customer developed starting with Z* , but when i check from sm50 the process report seems SAPLIDTR,
Could you please help me to understand why this process using too much CPU,
Best Regards
‎2009 Dec 01 10:30 AM
‎2009 Nov 11 2:08 PM
SAPLIDTR is a program containing a group of function modules (a function group). You are probably calling one or more of the function modules in a loop many times.
Rob
‎2009 Nov 11 3:23 PM
> IT_103 361 51.483.330 = 51.483.330 100,0 100,0 SAPLIDTR
there is something missing, what is done with the internal table
Please check the ABAP code of this line.
Maybe your execution of the ABAP trace is buggy, please read :
/people/siegfried.boes/blog/2007/11/13/the-abap-runtime-trace-se30--quick-and-easy
check the setting of the measurement restrictions.
Siegfried
‎2009 Dec 01 10:30 AM