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: 

Imposing authority check

Former Member
0 Kudos

Hi Experts

I want to impose an authorization check in AUT10 so that user should see all the changes particularly relevant for one plant.

Can I do so?

Regards

Soumick

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

check BADI  badi_aut_archive.From quick look at source code you sould be able to use this BADI to implement custom authorization check and filter out records. The only worrying part is that I can't open this BADI in SE18.

Cheers

2 REPLIES 2

Former Member
0 Kudos

Hi,

The answer is invariably yes but the ease of achieving it will vary.

From what I can see of AUT10 it would be complex to implement as there would have to be customising which looks into the details of the record behind the change log and validate on that.  Probably best to speak to a developer to see what the effort involved is.

mvoros
Active Contributor
0 Kudos

Hi,

check BADI  badi_aut_archive.From quick look at source code you sould be able to use this BADI to implement custom authorization check and filter out records. The only worrying part is that I can't open this BADI in SE18.

Cheers