‎2009 Aug 17 7:51 AM
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
‎2009 Aug 17 7:53 AM
‎2009 Aug 17 7:56 AM
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
‎2009 Aug 17 7:58 AM
Hi,
It is not possible to select multiple options using Parameters. Multiple values are supported only using SELECT-OPTIONS.
Regards,
Vik
‎2009 Aug 17 8:02 AM
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'.
‎2009 Aug 17 7:59 AM
Hi,
As per my knowledge, List box can be used for Parameters statement only and it can not be used for Select-options statement.
‎2009 Aug 17 8:03 AM
why dont you use select option with F4 help as drop down functionality?