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

list report

Former Member
0 Likes
420

i use dynpro screen for radio button, the selection for my report. is it possible to output my report as list report in the same screen of i need to have a new screen for my list report.

thanks.

donna

1 ACCEPTED SOLUTION
Read only

Vinod_Chandran
Active Contributor
0 Likes
401

Hi Donna,

You can create radio button in the report itself instead of having dynpro screen using

PARAMETER p_rb1 RADIOBUTTON GROUP rb1.

You can use the command 'leave to list processing' to display list from dynpro.

Cheers

Vinod

2 REPLIES 2
Read only

Vinod_Chandran
Active Contributor
0 Likes
402

Hi Donna,

You can create radio button in the report itself instead of having dynpro screen using

PARAMETER p_rb1 RADIOBUTTON GROUP rb1.

You can use the command 'leave to list processing' to display list from dynpro.

Cheers

Vinod

Read only

Former Member
0 Likes
401

Hi,

May be it is possible if you use two different subscreens, one for the selection and another for the list output.

Svetlin