Skip to Content
0
Former Member
Oct 09, 2006 at 11:02 AM

Sample code for BBP_UI_CONTROL_BADI

36 Views

I'm trying to implement BADI BBP_UI_CONTROL_BADI, but my code isn't working... does anyone have a sample implementation (e.g. making price non-modifiable etc...) of this BADI?

I tried the code below 😔 but the price field is still displayed.

IF IV_FIELDNAME = 'PRICE'.

CV_INVISIBLE = 'X'.

ENDIF.

Thanks!