Hi all,
does anybody know how I can check whether there is data record in current table.
I use now
SELECT COUNT(*)
FROM dtab.
if sy-subrc eq 4.
write:'no record'.
endif.
But it seems ugly.Any better solution?
Thanks
B.R.
Liying
Message was edited by: Liying Wang