‎2010 Feb 10 3:37 PM
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
‎2010 Feb 10 3:39 PM
in this way you will have 2 different job scheduled.
use transaction SM37 to delete the job with wrong page number.
‎2010 Feb 10 3:39 PM
in this way you will have 2 different job scheduled.
use transaction SM37 to delete the job with wrong page number.
‎2010 Feb 10 3:51 PM
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.