Question:
Good day all.
I found something weird in HR Training. When employee trying to book a training from transaction PV7I by pressing "Request Attendance" system has a message "You have no authorization for the function or the object". When I check the SU53 it said "All authorization checks have so far been successful".
Is there any other tools to prove that this is realy authorization issue or something else?
Thanks
Answer:
On rare occasions SAP performs a simulation of authorizationchecks so no SU53 is present but the user is not authorized. In some cases the error message is wrong. All youcan do is debug the code andbreakpoint a message to find where an what is causing he failure.
Answer:
On rare occasions SAP performs a simulation of authorizationchecks so no SU53 is present but the user is not authorized. In some cases the error message is wrong. All youcan do is debug the code andbreakpoint a message to find where an what is causing he failure.
Thanks John for the explanation.
Is there no other way such as transaction/report we can do instead of debugging?