WHEN 'DELETE'.
DELETE zbacklog WHERE chkbx is NOT INITIAL.
rs_selfield-refresh = abap_true.
I tried like this but it is showing "Unable to interpret "WHERE".Possible causes:Incorrect spelling or comma error.
WHEN 'DELETE'.
DELETE zbacklog WHERE chkbx is NOT INITIAL.
rs_selfield-refresh = abap_true.
I tried like this but it is showing "Unable to interpret "WHERE".Possible causes:Incorrect spelling or comma error.