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

Schedulling program in Background.

Former Member
0 Likes
443

Hi All,

I have schedulled a program to be executed in back ground on a date greater than current date. While doing so, i have provided no of pages to be printed wrongly. Now i want to cancel/change only this no.of pages value. So to do this if i reschule this program to be executed in background on the same date & time as set in ealier but with changed/correct value of no.of pages, then will it over write the wrong value and will correctly print on that day? or do i have to do in other way?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
417

in this way you will have 2 different job scheduled.

use transaction SM37 to delete the job with wrong page number.

2 REPLIES 2
Read only

Former Member
0 Likes
418

in this way you will have 2 different job scheduled.

use transaction SM37 to delete the job with wrong page number.

Read only

rainer_hbenthal
Active Contributor
0 Likes
417

Time/Date/Jobname are not the keys, so you will have two jobs running. You need to delete the wrong one und reschedule it again.