‎2007 Mar 13 7:28 PM
Hello,
I have written a programm and it takes very long. The problem is, that the COMMIT WORK is not executed. Does anybody know, why?
Thank you in advance
Hercules
‎2007 Mar 13 7:55 PM
can you able to find RUNTIME ANALYSIS and SQLTRACE which table too much time to update?
if you can able find , then please the paste the code (at least updation part of the code)
aRs
‎2007 Mar 13 7:38 PM
More details needed from your question.
what kind of program? commit work related to updating custom tables?
There are some tools available to see the performance using RUNTIME ANALYSIS, SQL TRACE,
aRs
‎2007 Mar 13 7:48 PM
Hi aRs,
it is a programm is executed in background and insert/change some entries in sap standard tables. The programm change/insert entries of the table during 5 hours.
Thank you in advance
Hercules
‎2007 Mar 13 7:55 PM
can you able to find RUNTIME ANALYSIS and SQLTRACE which table too much time to update?
if you can able find , then please the paste the code (at least updation part of the code)
aRs