Application Development 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: 

Selection-screen in a Dialog Screen

former_member355937
Participant
0 Kudos

Hello,

I want to create a selection screen in a dialog screen with all its functionality specially the option for multiple selection like want I'm doing in a report-type program. Is this possible?

tnx,

Jeff

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jeff,

yep, it is possible. Look at the documentation of ABAP command <b>SELECTION-SCREEN</b> (variants BEGIN OF SCREEN with possible option AS SUBSCREEN).

This way you can easily generate selection screens that you can call from your dialog program/module pool.

Best wishes, harald

3 REPLIES 3

Former Member
0 Kudos

Hi Jeff,

yep, it is possible. Look at the documentation of ABAP command <b>SELECTION-SCREEN</b> (variants BEGIN OF SCREEN with possible option AS SUBSCREEN).

This way you can easily generate selection screens that you can call from your dialog program/module pool.

Best wishes, harald

0 Kudos

Thanks a lot guys! It's a pleasure being part of this community!

ssimsekler
Active Contributor
0 Kudos

Hi Jeffrey

As Harald mentioned, it is possible. You can check out to find some more information.

As another thing, since you are a new SDN member, you are welcome and let me introduce you the SDN forums pointing system: You can assign points to posts you find while helpful solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;

- one 10 points (solved)

- two 6 points (very helpful answer)

- many 2 points (helpful answer)

Kind regards...

*--Serdar