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: 

Need to deactivate structural auth. check for a custom Report

Former Member
0 Kudos

Hi all experts:

I have a report that is based on PNPCE logical database and it displays work hours for a project, all non-sensitive information. We would like a wide range of users to have access to this but since this is based on PNPCE logical database whenever a user runs it, the str. authorization check is performed. I have tried deactivate this check with P_ABAP object and coers 2 but it only ignores infotype auth. check but still checks the structural. We don't want to expand str. profile for users.

Do you know if there is a way to deactive this just for one report?

Your help will be greatly appreciated.

Regards,

Net

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try a value of * for COARS instead of 2 for that report name.

2 REPLIES 2

Former Member
0 Kudos

Try a value of * for COARS instead of 2 for that report name.

0 Kudos

Thanks Kiran. I had tried that value but still got the same message. I am having problem understanding exactly when this value 2 ignores structural authorization because it works on some reports and not others. Anyway, we implemented BADI for this report to ignore structural auth. check and it is working fine.

Thanks again,

NT