cancel
Showing results for 
Search instead for 
Did you mean: 

Describe requirements - role specific?

Former Member
0 Kudos

Hi experts

Do someone know if it is possible to make "Describe requirements" visible / unvisible depending on roles?

The users with the employee role must not have the possible to use this sort of buying (must be invisible) while the users with a purchaser role must have.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. The way to do this would be to create a custom authorisation object called "Describe requirement allowed" or similar and add it to the roles you want to have access to this.

Then use BADI BBP_SC_MODIFY_UI to check this custom authorisation object and hide the describe requirement option IS_SCR_ITMCHOICE-SPECIAL_REQUEST = '' if the authorisation check is failed.

Regards,

Dave.