hey
i'm saving to several tables with insert/update and i have know if the data saved consistently .
i know that not in abap it is possible to update with sections like :
BEGIN TRANSACTION.
INSERT / UPDATE ....
ENDTRANSACTION.
if the data didnt saved consistently i roleback .
is there something similar in abap beside catching the Return code every time ?
regards
asa