Application Development 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: 

MIGO

Former Member
0 Kudos
94

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

kesavadas_thekkillath
Active Contributor
0 Kudos
53

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

0 Kudos
53

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.

Former Member
0 Kudos
53

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