cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Critical Permission Risk for field value regardless of security object

jeanne_grimes2
Explorer
425

I have a need to set up a critical permission risk which looks at the field BUKRS regardless of the security object. Does anyone know if this is possible? We have 440 security objects containing this field which would require me to create 440 critical permission risks if I have to do it by security object.

Accepted Solutions (1)

Accepted Solutions (1)

RameshVithanala
Active Participant
0 Likes

Hi Jeanne,

I don't think its possible to create a critical permission with just the Field Value BUKRS without an auth object.You might have to check if you can leverage Org Rules or Supplement Rule to achive the same.

Thanks

Ramesh

Answers (2)

Answers (2)

Former Member
0 Likes

Not possible without writing some cutom code.

If it's for table view level restriction then you can put enhancement in SE_16 display/insterface function modules with your specific conditions. If it is for some standard transaction (having standalone code) you should go for BADI->exits->enh to place your code.

Thanks.

M.M.

vijayakumarsuth
Product and Topic Expert
Product and Topic Expert
0 Likes

GRC authorization goes only with auth. object and I don't see any option in standard functionality to skip auth. object and perform directly with auth-object values. In case, if you feel my understand is incorrect on your question,please bit explain with more screen details which will helps us to further understand your requirement to provide our response

jeanne_grimes2
Explorer
0 Likes

You have my requirement correct. That is what I am seeing as well, I was just hoping there was a work around. Thanks for your reply.