Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any commit work log file

Former Member
0 Kudos

Hi all,

I'm working with a program doing somme commit works because of huge quantity of data and a server not strong enough

my question : my program is running since about 90.000 sec. there was somme commit works done.

is there a log file for these commit???

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hi Mohammed,

No system logs are generated while commit work done.

But you can create a system log explicitly while the execution of successful 'COMMIT WORK'.

Then you can collect whatever logs you created.

Use following function module :



RSLG_WRITE_SYSLOG_ENTRY_ALV

Regards,

R.Nagarajan.

0 Kudos

Thank you for the answer,

What i want is to see if code is doing régular commit work or it is running in a loop for ever.

It is a background job whitch is running since 90.000 sec. is there a method to make job pause when next commit is done?