‎2022 May 25 7:35 AM
Hi friends,
I have two doubts,
2. I saw already created screen Its looks totally different (no selection dynpro) why?

Regards,
Nirojan.
‎2022 May 25 10:48 AM
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.
‎2022 May 25 11:42 AM
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.
‎2022 May 25 4:06 PM
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.