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 values in selection screen

Former Member
0 Likes
470

Hi all,

I have this program with a selection screen. I used the select-options keyword for the vendor(lifnr).

The output is fine if I give a 'from' and a 'to' value but if I select the dynamic selections icon for the vendor in the selction screen and give multiple values, its not working.

Can u pls help?

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
436

Hello,

can you paste your code ?

or,

tables: lfa1.

select-options: s_lifnr for lfa1-lifnr.

Regards,

Naimesh

Read only

Former Member
0 Likes
436

Hi Sushma,

I doubt you are giving EQ in place of IN in Select statement.

Ex : Select * from LFA1 where lifnr IN S_LIFNR.

AND not Select * from LFA1 where lifnr EQ S_LIFNR.

Regards,

Leo

Read only

Former Member
0 Likes
436

HI,

WHEN YOU ARE ENTERING VALUES IN THE MULTIPLE SELECTION BOX TRY TO ENSURE THAT YOU ARE ENTERING THE VALUES IN PARTICULAR ORDER AND MAKE SURE YOY ARE ENTERING IN GREEN BOXES COLUMNS.