cancel
Showing results for 
Search instead for 
Did you mean: 

change screen bid

Former Member
0 Kudos

Hi,

Is there any way to deactivate the button 'Publish' for some users?

Some users can only create and hold a bid but they are not allowed to publish it and I'd like that this kind of users doesn't see this button

Is this possible?

thanks in advance

best regards

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

First I suggest to use authorization object BBP_PD_BID activity Publish for your requirements.

You may also change the screen in the BADI BBP_SCREENVARIANT or BBP_UI_CONTROL_BADI.

Regards,

Masa

Former Member
0 Kudos

to ellaborate Masa

create a custom role by copying standard role

SAP_BBP_STAL_OPERAT_PURCHASER

in PFCG - change for this role

go to single role

SAP_EC_BBP_OP_PURCHASER

doubleclick

go to tab "authorisation"

go to "BBP component"

go to SRM bid invitation

go to activity

deactivate the activity "PU" (publish)

BR

Dinesh

Former Member
0 Kudos

Hi, Dinesh

I've done that you explained me in your thread.

The permission for publish bids for this kind of users is deactivated but the button still appears.

I think I'll have to use the previous badis

thanks for the information

Former Member
0 Kudos

OK then BADI BBP_UI_CONTROL_BADI

method BBP_BID_UI_CTRL

should help you

in other BADI i don't see option for BI

BR

Dinesh

Former Member
0 Kudos

Hi,

You can create a Z role for all the users for whom the PUBLISH button is to be disabled.

Then In the BADI 'BBP_UI_CONTROL_BADI,you can read the role of the logged in USer using the FM "BBP_OM_USR_GET_ALL_ROLES".If the User has the Z role,then you can deactivate the PUBLISH button.

Please see the foll thread for sample code which refers to fields in BID INVITATION screen:

BR,

Disha.

Do reward points for useful answers.

Answers (0)