2013 Jan 08 7:09 AM
Hi Experts,
I have a query regarding the job scheduling in sap . In our plant every day 8500 no of job is running . But in the database table TBTCP or TBTCO we are not getting the jobs older than 10 days . I have searched in transaction ‘SM37’ , but I am not getting the proper data there also .So my question is that why the data older than 10 days is missing in these two tables ? Is there any other able which contains all the scheduled job data older than 1 year?
Thanks and regards ,
Deb
2013 Jan 08 7:28 AM
There are periodic jobs than purge/clean the log in the system, those jobs delete old jobs, old spools, etc. to prevent basis table to become too large. You can check via SM36, standard jobs, look for SAP_REORG_JOBS (Note 784969 - Program RSBTCDEL2), look for the variant used in the job.
Regards,
Raymond
PS: You could also read Note 16083 - Standard jobs, reorganization jobs and Note 706478 - Preventing Basis tables from increasing considerably.