You are on page 1of 1

report ztx0209.

tables ztxlfa1.
select single * from ztxlfa1 where lifnr = 'V1'.
if sy-subrc = 0.
write: / ztxlfa1-lifnr, ztxlfa1-name1.
else.
write 'record not found'.
endif.

You might also like