‎2008 Apr 24 10:30 PM
Hi experts
I need to add one screen to one report wich has 4 screens, when I tried to copy one of them, everything is ok, but on Attributes the "selection screen" radiobutton is not active, how can I activate it?
to make changes on report and everything works fine.
Thanks in advance.
Regards
mgg
‎2008 Apr 25 3:55 AM
Its may be a module pool screen that cannot be set as selection screen. For selection screen you have to declare using 'Selection -Screen' statement in report.if its a normal screen or sub-screen,you have to call it from report program using call screen statement.(If its a report program).
‎2008 Apr 25 3:55 AM
Its may be a module pool screen that cannot be set as selection screen. For selection screen you have to declare using 'Selection -Screen' statement in report.if its a normal screen or sub-screen,you have to call it from report program using call screen statement.(If its a report program).
‎2008 Apr 25 3:24 PM
Thanks Rengith for answering
I included these lines after previously lines:
SELECTION-SCREEN BEGIN OF SCREEN 500 AS SUBSCREEN.
PARAMETERS: p_rad51 RADIOBUTTON GROUP rd05 USER-COMMAND a DEFAULT 'X',
p_rad52 RADIOBUTTON GROUP rd05,
SELECTION-SCREEN END OF SCREEN 500.But when I copied screen 400 to 500 is copied as a sub-screen, how can I do to insert an screen as a module pool screen?
Thanks in advance
mgg