Dear all;
i have one issue sync update as below;
stmt1.
one table(TB10) and has key is MATNR and value AAA, i am trying to update key value AAA.
then stmt1_response return to update_count 1.
stmt2.
sencond table(TB20) and has key is MATNR and value BBB, i am trying to update key value BBB that there is no BBB in table(TB20).
then stmt2_response return to update_count 0.
when stmt2_response to update_count 0, I want stmt1 to be roll back . is it possible ? i realized that stmt1 is updated although stmt2 is not updated,