Application Development and Automation 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: 
Read only

Job not getting completed

Former Member
0 Likes
454

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.

1 REPLY 1
Read only

Former Member
0 Likes
374

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.