2013 Apr 29 6:48 PM
I need help ...
we had a background job fail this morning for over 2 hours (affecting 200+ records)
I can see them all in SM37 -> cancelled jobs for today
If i drill down into the job log it tells me what PO number the job failed for. but there are so many...
Is there anyway i can mass download the text on the job log for these tickets without having to go into each one - one at a time so I can rerun the job for those PO's?
2013 Apr 29 7:58 PM
Select the job and then go to display job log(CTRL+SHIFT+F11). Once you are in the job log go to System->List->Save->Local File. You will get a pop-up asking you to specify the format in which you want to save. Select unconverted, give it a destination and a file name and you should be able to download the job log..
2013 Apr 29 7:58 PM
Select the job and then go to display job log(CTRL+SHIFT+F11). Once you are in the job log go to System->List->Save->Local File. You will get a pop-up asking you to specify the format in which you want to save. Select unconverted, give it a destination and a file name and you should be able to download the job log..
2013 Apr 29 8:08 PM
Hi Aneesh - i've tried that...
but i have 267 jobs that failed... I want to mass extract the job logs for each.
not drill into them one at a time.
Shane
2013 Apr 29 8:27 PM
You can read a batch log programatically using BP_JOBLOG_READ. There are other FMs for manipulating batch jobs. So you could write a program using these.
2013 Apr 29 8:31 PM