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

Selection-options on a module pool screen

Former Member
0 Likes
602

Hi all,

How to define a field as selection-options on a module pool screen.

Thanks,

Chuong

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hi Chuong,

You will need to define the screen as a selection screen..

Else, you can define a subscreen area in your screen, define a subscreen as selection screen and call that screen here..

Thanks and Best Regards,

Vikas Bittera.

5 REPLIES 5
Read only

Former Member
0 Likes
585

you will have to go for ranges.

use two screen input fields one for low and the other for high.

Shreekant

Read only

0 Likes
585

Hi Shreekant,

How to handle multiple value entries?

Thanks.

Read only

former_member194669
Active Contributor
0 Likes
585

Hi,


you can use FM COMPLEX_SELECTIONS_DIALOG to achieve this.

aRs

Read only

Former Member
0 Likes
585

Rich answered that here:

Rob

Read only

Former Member
0 Likes
586

Hi Chuong,

You will need to define the screen as a selection screen..

Else, you can define a subscreen area in your screen, define a subscreen as selection screen and call that screen here..

Thanks and Best Regards,

Vikas Bittera.