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

Problem creating a dynpro with TabStrip Screen

Former Member
0 Likes
403

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

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).

2 REPLIES 2
Read only

Former Member
0 Likes
376

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).

Read only

0 Likes
375

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