Hi1
I have a report which has parameters as checkboxes in the sleection screen and by default all the three parameters are checked . What I want to do is hide these parameters in the selection screen while their functionality still existing mean when I run teh report the result should show what it showed when the three checjboxes were checked and the parameters were visible. So now I just want to hide these parameters in my selectiopn screen.
Can anyone help me out pls.
PARAMETERS: p_varia TYPE disvariant-variant MEMORY ID wrk,
p_rb1 RADIOBUTTON GROUP G1 user-command ucomm default 'X' hide,
p_all AS CHECKBOX DEFAULT 'X' modif id 123,
p_group AS CHECKBOX modif id 123,
p_rb2 RADIOBUTTON GROUP G1,
p_date AS CHECKBOX MODIF ID 234,
p_bedat TYPE fpla-bedat DEFAULT sy-datum MODIF ID 234,
p_endat TYPE fpla-endat MODIF ID 234,
p_rental AS CHECKBOX MODIF ID 234.
Thanks