Hi ,
I want update the row of a column with user given sequence number which have to auto increment for each row.
I have found T-Sql query but when i try to convert to SQlscript am getting error
Declare lv_var int := 100;
update abaptables_ekpo
set lv_var = myfield = lv_var + 1;