2008 Oct 03 7:35 AM
Hi
How to include a flag in the selection screen for a patricular field.
Thanks,
Mahi.
Hi
How to include a flag in the selection screen for a patricular field.
Thanks,
Mahi.
2008 Oct 03 7:38 AM
2008 Oct 03 8:03 AM
define a check box as a parameter.
PARAMETERS: ch_chk AS CHECKBOX USER-COMMAND chk.
then under
AT SELECTION-SCREEN OUTPUT.
u can write your code for necessary validations as:
IF ch_chk NE 'X'.
:
:
:
ENDIF.
HOPE it helps..
2008 Oct 03 8:15 AM
hi,
just declare a global variable of type c.
and in selection screen event check out your parameter is initial or not.
if it is initial..
change flag eq 'X' / ' '.
endif.
CHANGING FLAG depends upon ur logic.
Regards,
Shankar.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |