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

Multiple value selection for Parameter

Former Member
0 Likes
614

Hello everyone,

I have created a custom parameter field on selection screen. I wanted to pass multiple values in it which i am not able to do.

Any inputs would be of great help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

use select-options : ss_cust for kna1-kunnr.

4 REPLIES 4
Read only

Former Member
0 Likes
569

You cannot. Use select-option with no intervals instead.

Read only

Former Member
0 Likes
569

hi saurav,

use this

select-options: s1 for itab-name no intervals.

this will give you only one input field with multiple lines input option.

something which will look like:

.... _______________ .. __

S1 |______________ | . |=>|

Edited by: Soumyaprakash Mishra on Sep 18, 2009 12:44 AM

Read only

Former Member
0 Likes
570

use select-options : ss_cust for kna1-kunnr.

Read only

0 Likes
569

Thanks guys

This was exactly what i was looking for.