cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi experts,

what is the best practise to follow auth check for a custom report. Say if we have a auth object Z_PROG with fields PROGRAM ACTVT WERSK BUKRS and so on.. can we give ACTVT = 16 for users in production? What is the best way to apply authorisation check ?

Regards

Aditya

0 Likes
View Entire Topic
hariom_garg
Active Participant

Hi Aditya,

Yes, you can apply authorization check in custom reports also. you can use SU21 to see the object list which you can use in your program or report since Z program/Report is also using some standard object in background.

So first develop report in DEV and QA environment based on authorization check and you can collect what objects will be required for production based on the SU53 output.

for more information you can check below blog as well:-

https://blogs.sap.com/2013/11/02/how-to-put-proper-authority-checks-to-your-custom-programs/

https://answers.sap.com/questions/7056866/no-auth-checks-for-custom-transactions.html

Regards

Hariom