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: 

FR50 auth

ILIAN_Grigorov
Contributor
0 Kudos

Hi all,

I am not sure is it a security or FM related question, but I have this problem....

While trying to use transaction FR50 and create budget on a certain level in a structure,

the program asks for Activity 20 for several obejcts, for ALL higher levels in the structure.

Thus the user can create budget not only on his level , but on higher ones.

If I limit the authorization to his level only, it does no work, but gives a pop-up with missing authorizations...

How can I avoid that?

Thanks in advance!

Ilian

1 ACCEPTED SOLUTION

ILIAN_Grigorov
Contributor
0 Kudos

I have fixed the problem.

Key objects are:

F_FICA_CCT

F_FICA_CTR

F_FICA_FTR

Since I want my restriction to be on Funds Center, I did it like that:

F_FICA_CCT

F_FICA_CTR

Activity 20 and 21 for all higher level nodes, fund centers in the structure including the one the users has to work on

F_FICA_FTR

Activity 21 for all higher level nodes

Activity 20 and 21 ONLY for the fund center the user belongs to


Cheers!

1 REPLY 1

ILIAN_Grigorov
Contributor
0 Kudos

I have fixed the problem.

Key objects are:

F_FICA_CCT

F_FICA_CTR

F_FICA_FTR

Since I want my restriction to be on Funds Center, I did it like that:

F_FICA_CCT

F_FICA_CTR

Activity 20 and 21 for all higher level nodes, fund centers in the structure including the one the users has to work on

F_FICA_FTR

Activity 21 for all higher level nodes

Activity 20 and 21 ONLY for the fund center the user belongs to


Cheers!