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

List Box :Multiple Selection Option

Former Member
0 Likes
853

Hi,

Can anyone plz tell me is it possible to select multiple options in the listbox option on the selection screen?

I have to select multiple usage indicator .

Thanks in advance.

Regards,

Archana

6 REPLIES 6
Read only

former_member188827
Active Contributor
0 Likes
661

use select-options statement for that

Read only

Former Member
0 Likes
661

That I know.

But here i have craeted

PARAMETERS: ps_parm(15) AS LISTBOX VISIBLE LENGTH 25.

IBut he problem is i can select only one option,

My question is how to select multiple options?

Regards,

Archana

Read only

0 Likes
661

Hi,

It is not possible to select multiple options using Parameters. Multiple values are supported only using SELECT-OPTIONS.

Regards,

Vik

Read only

0 Likes
661

Hi,

in the value-request for ps_params.... you would be calling an FM 'F4IF_INT_TABLE_VALUE_REQUEST'

in the exporting there in an option called

*   MULTIPLE_CHOICE        = ' '

uncomment that and change the value to 'X'.
something like this

MULTIPLE_CHOICE        = ' X'.

Read only

former_member188829
Active Contributor
0 Likes
661

Hi,

As per my knowledge, List box can be used for Parameters statement only and it can not be used for Select-options statement.

Read only

Former Member
0 Likes
661

why dont you use select option with F4 help as drop down functionality?