cancel
Showing results for 
Search instead for 
Did you mean: 

bypassing authority check in function module

former_member841898
Participant
0 Kudos

hi experts

I have developed an abap report on material bom explosion using function module cs_bom_explosion

Its working fine and all data are coming ok since I HAVE THE AUTHORITY OF T CODE CS03..

pls note all bom fn modules checks for authorization .

However in production environment some users may not have CS03 AUTHORIZATION.

for them this report is not displaying any bom data.

Now the requirement is such that user will not have cs03 authorization,

but will see the bom data through this report.

so how to stop the authorization check for cs_bom_explosion in abap report.

regards

pankaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

as per my knowledge, granting the rights to those users is only the solution. Now a days the customers are wanting to add explicit authority-check too in the Z objects!! so, i dont see its good idea to bypass the check.

thanq

Edited by: SAP ABAPer on Mar 7, 2009 6:12 AM

former_member841898
Participant
0 Kudos

hi sap abaper ,

thanks for ur reply

but my client will not give authority for cs03.

thanks

pankaj

former_member181995
Active Contributor
0 Kudos

You may want to look at this =>