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: 

what values are important

Former Member
0 Kudos

Dear all,

I have provided plant values in orgnization level,user has modification of plant at object level,if F* is there at org level,if i modify the values at plant level as FM*,which one will pick up.

1 ACCEPTED SOLUTION

RainerKunert
Active Participant
0 Kudos

The value in the authorization wins.

At runtime authorizations are checked against profiles. Profiles are generated from roles. All active authorizations in the role will be written into the profile. If you change a value on field level (so it is different from the org field value), the value in the authorization will be written into the profile and checked at runtime.

My recommendation: don't change org level fields on field level, if it is not really necessary.

Better way is to create a new role for the other org levels.

3 REPLIES 3

Former Member
0 Kudos

F

  • at Org level only will be picked up.

RainerKunert
Active Participant
0 Kudos

The value in the authorization wins.

At runtime authorizations are checked against profiles. Profiles are generated from roles. All active authorizations in the role will be written into the profile. If you change a value on field level (so it is different from the org field value), the value in the authorization will be written into the profile and checked at runtime.

My recommendation: don't change org level fields on field level, if it is not really necessary.

Better way is to create a new role for the other org levels.

0 Kudos

I fully agree with Rainer. Do not maintain fields which you already have assigned in Org level. When you try to go and change that kind of field, you get a warning from SAP as well, that it is org level field and you should not change it one auth object field.

And FM* access as given at field level will be taken into consideration over F* given at Org level as laready explained by Rainer