Skip to Content
0
Former Member
Dec 30, 2007 at 03:15 PM

Select-options

48 Views

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