Hello BRFplus gurus,
Is it possible to have a rollback step when using BRFplus APIs? Let assume I want to populate 2 dependent decision tables A and B. The order is insert records into A first and save. Then insert records into B (if insert A was successful). However, if insert B fails a rollback for the decision table A should occur. I understand that it is possible to discard changes before the save method call, though.
Thanks.