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

checking validation of user input

Former Member
0 Likes
298

Hi Abapers,

i have 3 check boxes in selection screen. by default all are selected. my requirement is what check box is selected taht data should be send to mail. which is not selected it should disable and data should not send to mail.

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
269

I really don't see the problem here. Just check your parameter assigned to certain checkbox and see if it's initial or not???


IF p_cb1 IS NOT INITIAL.
* Do whatever you like
ENDIF.

It doesn't get anymore basic than this. These questions should not be part of this forum at all. Unless there is something I'm missing here, which I really hope to be true.

I really don't see the problem here. Just check your parameter assigned to certain checkbox and see if it's initial or not???


IF p_cb1 IS NOT INITIAL.
* Do whatever you like
ENDIF.

It doesn't get anymore basic than this. These questions should not be part of this forum at all. Unless there is something I'm missing here, which I really hope to be true.

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
270

I really don't see the problem here. Just check your parameter assigned to certain checkbox and see if it's initial or not???


IF p_cb1 IS NOT INITIAL.
* Do whatever you like
ENDIF.

It doesn't get anymore basic than this. These questions should not be part of this forum at all. Unless there is something I'm missing here, which I really hope to be true.