cancel
Showing results for 
Search instead for 
Did you mean: 

How to supress field "purchasing Group" in Shopping cart

Former Member
0 Kudos

Hello,

I would like to know what is the easiest way to change the status of the field "purchasing group" in the chopping cart to "visible". In the standard, this field is "modifiable".

We want to have this field visible when we are creating a shopping cart

Thanks for any clues.

Aart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aart,

Try using the BBP_UI_CONTROL_BADI.

Method BBP_SC_UI_CTRL.

Use the fieldname and try hiding it by setting parameter CV_INPUT_READY = ' '

CASE IV_FIELDNAME.

WHEN 'fieldname'.

CV_INVISIBLE = ' '.

CV_INPUT_READY = ' '.

ENDCASE.

Thanks,

Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If the field is not visible,you can use the BADI " BBP_UI_CONTROL_BADI " to change the display properties.