Application Development 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: 

Submit report with radiobutton

Former Member
0 Kudos

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

Former Member
0 Kudos

Try something like this


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

Vikranth

1 REPLY 1

Former Member
0 Kudos

Try something like this


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

Vikranth