Dear community members,
within a transactional framework, developped in ABAP-OO (SAP NM 7.0), I would like several methods, mainly clean-up methods, to run after a 'commit work' has been triggered. The transacational framework, however, does not trigger the 'commit work' itsself, but has to listen on the 'commit work' event and to execute the clean-up methods.
Does anybodya of you know, how such a 'listener' class could look, or how one could react on the 'COMMIT WORK'-event 'or even an 'AFTER COMMIT'-event in an ABAP-OO context?
Thanks and best regards
Stefan