Hi,
Could u pls tell me what is the error here
select * from lfa1 into table lt_lfa1 where lifnr in s_lifnr.
if sy-subrc = 0.
*processing
endif.
Here my sy-subrc is 4 while debugging.
could u suggest me pls.