‎2007 May 24 12:47 PM
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.
‎2007 May 24 12:51 PM
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
‎2007 May 24 1:00 PM
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.