2009 Nov 05 6:23 AM
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.
2009 Nov 05 6:55 AM
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.
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.
2009 Nov 05 6:55 AM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |