Skip to Content
-1
Jun 12, 2020 at 07:45 AM

don't show the last line data

82 Views

describe table item lines v_lin.
read table item index v_lin.
IF v_lin IS NOT INITIAL.                     " Fetch the last line data and for Judge
      MESSAGE s001(00) WITH 'NO DATA'.
ENDIF.

When  I type the code and the last line data is existing.