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

change the screen required field dynamically

Former Member
0 Likes
540

Hello Friends,

I have added one subscreen tab in migo with the help of badi mb_migo_badi.

i have made all the fields in the custom tab as mandatory but now i want remove its mandatory nature in the run time based on some movement types

pls suggest in which method shall i write the code and what is the procedure to do the same??

Regards,

Sunny

Hello Friends,

I have added one subscreen tab in migo with the help of badi mb_migo_badi.

i have made all the fields in the custom tab as mandatory but now i want remove its mandatory nature in the run time based on some movement types

pls suggest in which method shall i write the code and what is the procedure to do the same??

Regards,

Sunny

2 REPLIES 2
Read only

Former Member
0 Likes
500

use loop at screen where the condition is made make it optional

Read only

Former Member
0 Likes
500

solved by my own..