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

Why Selection Dynpro is disable

nirojan_vel
Participant
0 Likes
2,254

Hi friends,

I have two doubts,

  1. I try to create new screen, Dynpro type 1 option (Selection Dynpro) is disable mode why?

2. I saw already created screen Its looks totally different (no selection dynpro) why?

Regards,

Nirojan.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
2,092

A "selection screen" cannot be created manually (via the screen painter), they are created by the ABAP compiler based on ABAP instructions like PARAMETERS, etc.

Read only

nirojan_vel
Participant
0 Likes
2,092

Ok.

Lets say, I want to copy existing screen painter. I saw attributes tab its selected screen type as selection screen (You can see above 2nd screenshot).

when I try to create new screen painter (1st screenshot). the screen type looks differently why?

Is there any alternative way to copy the exiting screen painter?

Regards

Nirojan.

Read only

emanuel_klenner
Active Participant
2,092

Hi Nirojan,

The only way you can 'copy' the existing screen painter is to include all the parameters, select-options and
selection-screen commands from the generated selection screen you are looking at to your program.