cancel
Showing results for 
Search instead for 
Did you mean: 

Making fields visible in Shopping cart Item overview screen

Former Member
0 Kudos

We have a requirement where we would like to make more fields visible in the item overview screen for a shopping cart (screen 120). I have implemented badi BBP_UI_CONTROL_BADI with method BBP_SC_UI_CTRL. I have set a breakpoint and can see when it get's to specific fields that I would like to make visible, and I have tried changing cv_invisible = ' '. My problem is, the fields still do not show up when I look at a shopping cart item overview.

My code is as follows:

if iv_dynpname = '0120'.

if iv_fieldname = 'GT_SCR_ITMOVR_I-ACC_CAT'.

cv_invisible = ' '.

endif.

endif.

Although in debug mode, I can see this code set the invisible flag, it doesn't actually do anything in the browser screen..if anyone has any ideas, please pass them on. The field the users would like to see is the account assignment field (cost center or GL)..

Also, I have checked note 974236 it doesn't apply to us.

Thanks,

Marty

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Has been resolved

yann_bouillut
Active Contributor
0 Kudos

Hi,

How did you solve it ?

Kind regards,

Yann