Hi Experts,
In the selection-screen, i have 2 radiobuttons .
parameters : rb1 radiobutton group g2 ,
rb2 radiobutton group g2 .
and 4 input fields.
SELECT-OPTIONS : S_MATNR FOR MARA-MATNR. " OBLIGATORY.
SELECT-OPTIONS : S_MTART FOR MARA-MTART NO INTERVALS NO-EXTENSION.
SELECT-OPTIONS : S_WERKS FOR MARA-MATNR NO INTERVALS NO-EXTENSION.
parameters : lifnr like lfa1-lifnr .
Now my requirement is when i execute the report by default the 1st radiobutton is selected. For this radiobutton,
i want to display only the first 3 select-options. And when the user clicks on the second radiobutton,
the parameter LIFNR should appear without pressing enter button. Again when the user clicks on
1st radiobutton the parameter field LIFNr should not appear.
Please can anybod yrpovide the code.
Thanks in advance.