Application Development 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: 

Time_out error CL_HRPAD00AUTH_CHECK_STD======CP

0 Kudos
799

Hi All,

We have a hr report that displays all the employees in the organization. there are around 8500 employees.

This report uses PNP logical database and GET PERNR.

This runs fine sometimes but throws bump with error below sometimes

The program "CL_HRPAD00AUTH_CHECK_STD======CP" has exceeded the maximum

permitted runtime without

interruption and has therefore been terminated.

I understand that the error is due to time out during the HR auth check in the HRPADooauth_check badi called by the PNP database.

Is there any option that I can speed up the auth check of PNP database.

Thanks in advance.

Vamsi.

5 REPLIES 5

Former Member
0 Kudos
184

Hi,

Please refer to the SAP Note 1150762 - Authorization objects with many fields: Long runtime.

Symptom:

A report or query terminates because the maximum runtime was exceeded. The error message often specifies the program CL_HRPAD00AUTH_CHECK_STD======CP as the cause of the error.

Reason and Prerequisites:

Kernel patch 7.00 level 143 introduced a new algorithm to accelerate the authorization check, particularly when you call a transaction (see Note 1124615).

However, this new algorithm is slower for authorization objects that have multiple fields, since the assigned authorizations are rarely defined in all fields that have single values but they are defined in some fields that have templates or areas.

Solution:

These corrections combine both algorithms. For authorization checks with a field, the system first checks all of the authorizations for a suitable single value. If this is unsuccessful, the system then searches for authorizations with templates or areas. For authorization checks that have several fields, the system does not perform a direct search for single values, but it completely checks all of the authorizations in the same way.

Kernel patch 7.00 is scheduled to be available as of calendar week 12/2008. As a workaround, you can downgrade to patch level 142 or lower.

Implement the following SAP Note 150762.

BR

Tanmoy

Former Member
0 Kudos
184

Requesting to close the thread incase your question is answered or else you should re-open it.

BR,

Tanmoy

0 Kudos
184

Hi Tanmoy Monda,

Thanks for reply.

We have implemented the sap note you mentioned a year back. I don't know why the program takes such a long time. It some times works fine. Please let me know if there is any way to increase the speed of auth check.

sorry for the late reply.

Regards

Vamsi

0 Kudos
184

I would suggest that you should consult SAP and raise an OSS note. As per looking into the market place its saying to downgrade to a patch level 142 or less.

BR

Tanmoy

Edited by: Tanmoy Mondal on Nov 29, 2011 6:46 PM

Former Member
0 Kudos
184

Hi Vamshi,

We are facing same problem.

if you have solved the issue, please share the solution.

Regards,

Swetha