‎2006 Aug 01 7:28 AM
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?
‎2006 Aug 01 7:32 AM
Hello,
can you paste your code ?
or,
tables: lfa1.
select-options: s_lifnr for lfa1-lifnr.
Regards,
Naimesh
‎2006 Aug 01 7:38 AM
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
‎2006 Aug 01 7:55 AM
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.