I have 4 BAPI calls in chain. Result of first BAPI call is needed in to 2nd BAPI and so on up to 4th bapi. Is it possible to ROLLBACK all three BAPI in last step when last 4th BAPI call ends with errors? On one hand i need to COMMIT WORK after every BAPI CALL and on other ROLLBACK works only on last DB change. asked 13 Mar '13, 16:01 Pawel Hixohe... |
I don't think I ever chained more than 2 BAPIs, but that worked ok doing the sequence of calls and calling answered 16 Mar '13, 08:15 pedrolima ♦♦ |