Application Development and Automation 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: 
Read only

Imposing authority check

Former Member
0 Likes
561

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
Read only

mvoros
Active Contributor
0 Likes
518

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
518

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.

Read only

mvoros
Active Contributor
0 Likes
519

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