You can get the error message “Database error: TemSe->XRTAB(4)->64 for table TST01″ in transaction SM21 like shown in the below picture, then you can solve the issue with the following solution…
Probably you see the message in your SAP system like shown in the picture via transaction code SM21 ;
The message is caused by parallel executions of “RSBTCDEL2″. Even if RSBTCDEL2 cannot enqueue a job, it will still try to delete its job log, which will already have been deleted by another executions of RSBTCDEL2
Check the background job for the report “RSBTCDEL2″ via transaction code SM37
If you find the double scheduled job like our case, please delete one of the “scheduled” RSBTCDEL2 program.