2007 Nov 16 9:31 AM
Hi All,
I have written a program to update PAYR table for the check nos given in a flat file.The file contains some 18000 records.When i run the program in background it updates the table but the job stays in active state forever(in SM37).What cud be the problem?
Thanks,
Rakesh.
Hi All,
I have written a program to update PAYR table for the check nos given in a flat file.The file contains some 18000 records.When i run the program in background it updates the table but the job stays in active state forever(in SM37).What cud be the problem?
Thanks,
Rakesh.
2007 Nov 16 9:34 AM
Hi,
If your job is waiting for a response from the database, the job won't be canceled until the database responds. To terminate such jobs, you have to go to SM50.
regards,
Omkar.