2010 Jun 14 11:00 AM
hi,
I have used BADI MB_MIGO_BADI methd LINE_MODIFY to populate the G/L account field in account assignment tab of MIGO t code.Now after populating i want to disable i.e grey out the field so that user cannot modify it.Please give me appropriate solution how to do it.
Thanks,
Ramotar
2010 Jun 14 11:29 AM
Can you check it by writing a loop at screen in method PBO_DETAIL of badi MB_MIGO_BADI
2010 Jun 14 11:55 AM
i have coded
LOOP AT SCREEN.
SCREEN-INPUT = '0'.
MODIFY SCREEN.
ENDLOOP.
at IF_EX_MB_MIGO_BADI~PBO_DETAIL but not getting any result.
2010 Jun 14 2:22 PM
Moderator message - Please use a more descriptive subject line Please post in the correct forum. post locked