Hi all,
I want to make field BLDAT in MIGO disable not changeable,
I used 2 ways.
Badi and customer exit but not working like below,
1- in badi MB_MIGO_BADI and method PBO_DETAIL
LOOP AT SCREEN.
if screen-name = 'GODHEAD-BLDAT'.
screen-input = 0 .
ENDIF.
MODIFY SCREEN.
ENDLOOP.
2- in customer exit MBCF0002 .t
code the same badi .
what can I do ?.
thank you.