cancel
Showing results for 
Search instead for 
Did you mean: 

PT60 time evaluation report ending with dump

Former Member
0 Kudos

Hi All,

I am executing pt60 of around 370 employees its takes around 3,4 hours and in the end it gives low memory error .

how to overcome the issue ? Please suggest

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member200388
Active Participant
0 Kudos

Uncheck the display log checkbox on the PT60 screen and run.

Regards

Sounak

Former Member
0 Kudos

Hi Sounak,

while i am executting wihout display log i am unable to find the employee nos those time evaluation not run successfully

its just give me result total 300 ,290 successful ,10 unsuccessful how i will search those 10?

former_member200388
Active Participant
0 Kudos

You have to run a report from PT66.

Regards

Sounak

Former Member
0 Kudos

You can try to check this under debugger. Call SE38 and enter include RPTHRT00. Then go to line ~776 and look for:

*-----end of multiple processing of persons                XPXAHRK028542
* Statistik
  case error_status.

Then set session break-point here:

    when '1'.
      fehlerhaft = fehlerhaft + 1.

and here:

    when '2'.
      abgelehnt = abgelehnt + 1.

Run the report and check what is in pernr-pernr variable. This should give you searched person.

Former Member
0 Kudos

Hi Bartosz,

Actually the issue is that if u run pt60 without display log it took 5 min to complete the process but with display log it takes hours .

acuallly i need to run it with display log as i need to know the detail of employee not successful during time evaluation is there any way out that i run the pt60 report wihout log display and can get the detail of employee those are unsuccessful diring the time evaluation process ?

Former Member
0 Kudos

Hello Tasneem,

Try to look into transaction SM50 and identify work process that is occupied. Then select it and click from the top menu administration->program->debugging then go to standard tab and check where this program is working. When finished you can click debugger->exit or exit & continue.

regards,