2010 Apr 27 1:53 PM
Hi experts,
I have a req. in which I need to call a report in my method, with a particular radiobutton selected as default.
How can I achieve the same?
For ex: if the report name is zrep, what addition should I give with:
SUBMIT zrep USING SELECTION-SCREEN '1000'
Thanks,
Ajay.
2010 Apr 27 1:56 PM
Try something like this
SUBMIT zrep USING SELECTION-SCREEN '1000' with p_radio = 'X'.
Vikranth
Hi experts,
I have a req. in which I need to call a report in my method, with a particular radiobutton selected as default.
How can I achieve the same?
For ex: if the report name is zrep, what addition should I give with:
SUBMIT zrep USING SELECTION-SCREEN '1000'
Thanks,
Ajay.
2010 Apr 27 1:56 PM
Try something like this
SUBMIT zrep USING SELECTION-SCREEN '1000' with p_radio = 'X'.
Vikranth