‎2008 Feb 27 8:13 AM
i'm using BAPI_PO_CREATE1 for creating a purchase order .the problem is that BAPI_TRANSACTION_COMMIT is taking hell lot of time .i have seen in debugging mode that code processing halts for long time after TRANSACTION_COMMIT.
plz tell me what to do or any alternative FM that do same as BAPI_TRANSACTION_COMMIT.
‎2008 Feb 27 8:25 AM
Hi Vivek,
Do you have any update tasks programmed. Update tasks execute when a explicit COMMIT WORK is triggered which is achieved by BAPI_TRANSACTION_COMMIT.
When the BAPI is running for a long time, just run SM51 and check all the work process/applications running durign the time.
Cheers.
‎2008 Feb 27 8:25 AM
Hi Vivek,
Do you have any update tasks programmed. Update tasks execute when a explicit COMMIT WORK is triggered which is achieved by BAPI_TRANSACTION_COMMIT.
When the BAPI is running for a long time, just run SM51 and check all the work process/applications running durign the time.
Cheers.
‎2008 Feb 27 8:32 AM
‎2008 Mar 04 4:57 AM