‎2008 Jan 02 6:50 AM
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
‎2008 Jan 02 7:03 AM
Hi
Swapna
select single *
from spfli
into fs_spfli
up to 1 rows
where carrid eq p_carrid.
if sy-subrc ne 0.
messge s010.
endif.
dont use both only one either single or up to u sholud give where condition based on the complete key then u wont get EPC
plzz reward if help full....
‎2008 Jan 02 7:04 AM
hi swapna,
when u r not using that field you ll get warning in epc