hi all,
select single *
from spfli
into fs_spfli
up to 1 rows
where carrid eq p_carrid.
if sy-subrc ne 0.
messge s010.
endif.
In my code fs_spfli is used for pass only in my program i never use this
field string so i got 1 EPC check in my program how to solve this problem.
thanks
swapna rani