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

Tabstrip Validation

Former Member
0 Likes
390

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!!!

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi Seema

iam not able to understand your question can u bit explain about that

Thanks

Surendra

Read only

Former Member
0 Likes
337

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