‎2006 Oct 18 7:40 AM
I'm trying to use BAPI_TRANSACTION_COMMIT in customer exit but its dumping. please let me know how to commit a transaction in user exit through CMOd
‎2006 Oct 18 8:25 AM
Hi Anitha,
i don't think we can use the COMMIT statement in the userexit.
Regards,
Nagaraj
‎2006 Oct 18 8:25 AM
Hi Anitha,
i don't think we can use the COMMIT statement in the userexit.
Regards,
Nagaraj
‎2006 Oct 18 8:47 AM
‎2006 Oct 18 9:41 AM
in user exit i can create a notification using BAPI but i want to post or commit the created notification how this can be accomplished
‎2006 Oct 18 2:54 PM
Hi Anita
As you are using BAPI in an user-exit, need not give explicit COMMIT WORK as the transaction itself will have implicit COMMIT WORK and that should do the work for both.
Just try and execute totally without using BAPI_TRANSACTION_COMMIT.
Kind Regards
Eswar
‎2006 Oct 20 5:50 AM
Hi Eswar,
Without BAPI_TRANSACTION_COMMIT its creating notification thr user exit but i can't display or change notification which is created thr tcode iw22/iw23. its giving some error.
so i tried using a zprogram with BAPI_TRANSACTION_COMMIT its creating notification and that can be displayed and can be changed.
Any idea or suggestion on this.