cancel
Showing results for 
Search instead for 
Did you mean: 

Debug TM Function QUOTA within PT60

Sougata
Active Contributor
0 Kudos

Hi Experts,

I need to debug the time management function QUOTA when I run PT60 (RPTIME01). I've already set the break-points in the ABAP code behind the function QUOTA (subroutine FUQUOTA for all calling programs) but PT60 will not break!

I'm using a Z schema within which there is a Z sub-schema. Within this sub-schema, the call to function QUOTA is made without passing any parameters (Par1 to Par4). I can see the PT60 displays that function QUOTA in its log after it finished running but it will still not break.

Is there something I'm missing? We are using concurrent employment (CE) so cannot use RPTIME00...it would have been great if we could do so as RPTIME00 has additional checkboxes on its selection screen so that it can be stopped at specific functions - these checkboxes are missing on the selection screen of PT60.

Any help is greatly appreciated. Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check in schema logs (after time evaluation run) that it actually comes to function QUOTA.

Cheers

Sougata
Active Contributor
0 Kudos

Guys,

Can you please READ my post first before replying to the thread.

Many thanks

Former Member
0 Kudos

Dear Sougata,

You can put Brekpoint in statement "IF t559l_quomo IS INITIAL." so that it will stop during time evaluation.

Good Luck.

Om.