Skip to Content
0
Former Member
Mar 29, 2010 at 02:50 PM

updating database - begin transaction

631 Views

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