‎2005 Oct 05 8:37 AM
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
‎2005 Oct 05 8:48 AM
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
‎2005 Oct 05 8:48 AM
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
‎2005 Oct 05 9:00 AM
Hi,
May be it is possible if you use two different subscreens, one for the selection and another for the list output.
Svetlin