‎2008 Feb 26 12:05 PM
i'm using BAPI_TRANSACTION_COMMIT
then it is running very very slow at the time executing it.
what can be done?
‎2008 Feb 26 12:23 PM
Hi Vivek Gaur ,
Functionality of BAPI_TRANSACTION_COMMIT.
This method executes a COMMIT WORK command. It is required for transactions developed outside the SAP system that change data in the SAP system by using BAPI calls.
When you call BAPIs in your program that change data in the SAP system, you must then call this method to write the changes to the database.
It will have more data, so u can ping ur basis guy to improve the system performance...
Thank you,
Srini.S
‎2008 Feb 26 12:07 PM
speak to the basis guys, to add more RAM to the application servers.
‎2008 Feb 26 12:23 PM
Hi Vivek Gaur ,
Functionality of BAPI_TRANSACTION_COMMIT.
This method executes a COMMIT WORK command. It is required for transactions developed outside the SAP system that change data in the SAP system by using BAPI calls.
When you call BAPIs in your program that change data in the SAP system, you must then call this method to write the changes to the database.
It will have more data, so u can ping ur basis guy to improve the system performance...
Thank you,
Srini.S
‎2008 Feb 26 12:41 PM