hi all,
i write this logic but i get syntax error see my code
select-options carrid for spfli-carrid.
data itab type table of spfli.
select *
from spfli into table spfli where carrid in carrid.
if sy-subrc ne 0.
write / 'no records'.
endif.
plzz help what is the worng in my code it's urgent.
thanks
swapna rani