‎2007 May 11 8:42 PM
Hi Colleague,
I have to do one unique Commit at the end of two transactions. For example : I have to call the transactions J1B1 and FB01 and only after FB01 to make a commit command. I'd like to know if is possible ? How ?
To call the transactions I am using the CALL TRANSACTION command.
Thanks.
‎2007 May 11 8:51 PM
‎2007 May 11 8:47 PM
Hi,
I think in call transaction this is not possible. If you are calling a transaction using call transaction internally system calls for BDC for the transaction J1B1 that have already saved the data, while control comes out of that transaction,
Please find some function modules or BAPI and use the commit work after the FB01 BAPI call.
aRs
‎2007 May 11 8:51 PM