hi ,
select-option : s_bukrs for bukrs.
so the data for s_bukrs is AU00 TO AU99
nz00 TO NZ99.
initaily i had for 1 coutnry code only
so
SELECT cod
FROM zcod
INTO table tscod
WHERE land1 = s_bukrs-low(02).
working fine..
now the problem is when i have 2 entires..
SELECT cod
FROM zcod
INTO table tscod
WHERE land1 IN s_bukrs-low.
BUT GETTING ERROR MESSAGE AS no IN for LOW option...
is there any other way I can handle multiple LOW entires????? in the select query