Skip to Content
0
Former Member
Dec 12, 2006 at 08:37 AM

problem in select statement

39 Views

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.