2008 Jan 22 7:27 AM
In the third block of my ALV report selection screen i should create an check box
that check box is for show CUPS?
COULD ANY BODY HELP ME OVER THIS?
In the third block of my ALV report selection screen i should create an check box
that check box is for show CUPS?
COULD ANY BODY HELP ME OVER THIS?
2008 Jan 22 7:43 AM
hi
good
check this code and try accordingly,.
REPORT demo_sel_screen_user_command.
TABLES sscrfields.
PARAMETERS: rad1 RADIOBUTTON GROUP rad USER-COMMAND radio,
rad2 RADIOBUTTON GROUP rad,
rad3 RADIOBUTTON GROUP rad.
PARAMETERS check AS CHECKBOX USER-COMMAND check.
AT SELECTION-SCREEN.
MESSAGE i888(sabapdocu) WITH text-001 sscrfields-ucomm.
START-OF-SELECTION.
thanks
mrutyun^
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |