cancel
Showing results for 
Search instead for 
Did you mean: 

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

former_member626380
Participant
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

DominikTylczyn
Active Contributor

Hello alaa-azazy

Actually you can achieve that with simple configuration setting in: Materials Management -> Inventory Management and Physical Inventory -> Settings for Goods Movement (MIGO) -> Field Selection for MIGO - just set GOHEAD-BLDAT field to display only.

Best regards

Dominik Tylczynski

Abinathsiva
Active Contributor

Hi Alaa,

This can be achieved through MIGO screen variant try through SHD0

Regards,