Hi,
I want to update a lot of rows, say for example 1 million rows.
If I do it like a for loop:
LOOP
UPDATE
SET
WHERE
ENDLOOP
Do I have to use the keyword "commit work" somewhere?
Or is commit being done automatically after each update or after the whole abap report is done?
regards
Baran