cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict the dropdown list for Goods recipient in SC screen

Former Member
0 Kudos

Hi all,

We are on SRM 5.0 ECS

In the SC screen,under Item details-->basic data,for the Goods recipient field,I want to restrict the dropdown list to only certain users(exclude certain managreial role users so that they dont show up in the F4 help).How do I accomplish this??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can do it using role's authorization object.

1. Create an implementation of BBP_UI_CONTROL_BADI

2. Check if GR field is in screen loop if yes then Use authorization object and pass this to FM AUTHORITY_CHECK

3. If user is NOT authorized then hide the field using CV_INVISIBLE as 'X'.

~ vipin

Former Member
0 Kudos

Thanks Vipin.Howvere you didnt understand my reqt.

I want to restrict the dropdown list (for the Goods recipient field) to all users other then Dircetors.