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!