Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MIGO

Former Member
0 Likes
615

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

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

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
574

Can you check it by writing a loop at screen in method PBO_DETAIL of badi MB_MIGO_BADI

Read only

0 Likes
574

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.

Read only

Former Member
0 Likes
574

Moderator message - Please use a more descriptive subject line Please post in the correct forum. post locked