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

Required Input field Processing in Wizards

Former Member
0 Likes
403

Hi,

In the subscreen of one of the steps of a wizard, I have an input field that is set as required. I want the PAI to be executed when the user checks a check box even though this field is not filled. In a normal screen this could be done by assigning a function code to the checkbox and making it an exit command, but in the wizard, the wizard's standard code processes the function code in the sy-ucomm and resets it, before the pai of the subscreen is executed. So the module at exit command does not get executed.

So, how else can this be handled.

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hi,

my suggestion is not to use wizard.. go for manual.

b'coz u can catch a simple event from it and all type of helps is available...

regards,

shardul shah

Read only

0 Likes
378

Hi Shardul,

I do understand that in normal screen there wouldnt be any such problem but I definitely need to implement a wizard and in that wizard i have such a requirement to handle a checkbox click event even though the "required" input field is not filled.