cancel
Showing results for 
Search instead for 
Did you mean: 

Background Job for program RVKRED07

Former Member
0 Kudos

Hello All,

The program RVKRED07 runs once in every 5 minutes in the production system for all the customers for the last 5 days.

For all the day the program runs. The job name created is with the customer code,Delivery document number and a serial number.

We cannot identify whether any predessor job triggers this job to be executed periodically.

We do not know how to stop the background job. On analysis we found that the program RVKRED07 program is called off in the program RVKRED77. But the program RVKRED77 executes and completes in 20 minutes maximum.

Could anyone provide your valuable inputs.

Regards,

Parthasarathy.R

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209761
Active Contributor
0 Kudos

Dear Parthasarathy.R,

Go to the TCode SM37.

Here you can see the list of scheduled jobs.

You can click on those background jobs running and you will be able to identify the RVKRED07 program in one among them.

Delete that background job .

Alternatively you may also reduce the frequency of interval of the job.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Hi,

Thanks for the answer. The job schedules automatically in every 5 mins. I have to delete all the jobs one by one then.

Hence I need to know why the job is triggerred every 5 mins and how?

Regards,

Parthasarathy.R