cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Cost Distribution button in SRM SC screen

Former Member
0 Kudos

Hi Experts,

We have a requirement where in we need to hide the cost distribution,copy to clipboard,etc..buttons in the cost assignment section of shopping cart screen . we are using SRM 5.0

Is there a way where we can make this invisible without making any changes to the standard code.

Any Help in this regard will be highly appreciated

Regards

Vidya

Edited by: Vidya Pankaj on Oct 27, 2009 12:21 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Implement BADI BBP_UI_CONTROL_BADI method BBP_SC_UI_CTRL for Object type BUS2121.

Do a check on the iv_fieldname parameter and set the cv_invisible and cv_input_ready to the value you need.

The fieldname for the distribution is called GV_DIST_IND (to get you started).

Regards,

Robin

Answers (0)