‎2010 Mar 22 7:14 AM
Hi All,
I have a tabstrip with 3 tabs as a selection screen. I have a block above the tabstrip with 1 field, my requirement is to throw error to user if checkbox in block 2 (which is sel-scrn for 1st tab of the tabstrip) is ticked and the field in block 1 is initial. I have tried many options but none is working can anyone plz suggest how to handle this kind of validation?
Thanks in Advance!!!
‎2010 Mar 23 11:28 AM
Hi Seema
iam not able to understand your question can u bit explain about that
Thanks
Surendra
‎2010 Mar 23 11:40 AM
Hi seema
define your check box with USER-COMMAND ucomm.
after the definition of the user parameter insert this code:
AT SELECTION-SCREEN OUTPUT.
perform: NAME_PERFORM.
at the check of the checkbox the event ucomm will trigger and the perform will call.
in the perform you can insert the code for raise the user message.
Best regard.
Marco