Skip to Content
0
Jun 29, 2020 at 02:58 PM

in migo -How to Make field Document Date ( BLDAT ) disable

337 Views

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.