Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Submit report with radiobutton

Former Member
0 Likes
1,082

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
634

Try something like this


SUBMIT zrep USING SELECTION-SCREEN '1000' with p_radio = 'X'.

Vikranth

1 REPLY 1
Read only

Former Member
0 Likes
635

Try something like this


SUBMIT zrep USING SELECTION-SCREEN '1000' with p_radio = 'X'.

Vikranth