Is it possible to RESTORE cancelled job and run it.

Hello Experts,
This question is regarding restoring old background jobs which were cancelled.
I have a report which runs in background with one variant. The report has a date as a selectionscreen input. This date is used by the program as field AUDAT to get the Sales orders from VBAK. The purpose of the program is to fetch the Sales Orders on a daily basis.
So I scheduled a job for this report on a daily basis. I created a variant and I used the selection variable 'current date  in the attributes of variant for the date field(AUDAT) of selection screen.
So the background job will run daily by passing that days date to AUDAT field.
My problem is 2 days back the job got cancelled. Today is it possible to restore that old job and fetch the Sales Orders for which AUDAT is 2 days back from today?
Today I tried to reschedule that cancelled job, but I am getting the sales orders for which AUDAT is todays date but not 2 days back date.
Can you people please help me.

Hi Zloch,
That is a perfect solution. Thanks. Thankyou very much. I implemented that. But I got another problem. I implemented as you directed, but the job got cancelled. In the Job Log I am seeing the message  'ABAP/4 processor: EXPORT_INIT_COMPRESS_FAILED'. When I double clicked it, it taken me to the short dump of that error and the short text is 'Compression error with EXPORT'. It said that the Error is in the SAP kernel and the current ABAP "SAPLSLST" program had to be terminated because the ABAP processor detected an internal system error. It has shown that the error is in include LSLSTF06 of program SAPLSLST. But my program has not used any of these includes and function modules.
Can you please suggest what could have  went wrong? Did I do anything wrong while creating the variant or backgrond scheduling?
Please let me know your kind suggestions.
Regards.

Similar Messages

  • Is it possible to create a thread and run it in background in nokia ??

    Is it possible to create a thread and run it in background in nokia series 40 mobile phones using j2me ??

    Probably a good question for ForumNokia. If you mean start up a thread and run in the background while your MIDlet UI does other things, then sure, why not. If you mean that you want to exit your MIDlet, but leave a thread running in the background, then I don't believe you can do this on series 40. S60 is another story since it supports multiple tasks.

  • Is it possible to restore individual apps and files after clean install of Lion?

    My new iMac is one of the small group that is having HDD drive replaced due to issue with 1TB Seagate drives.
    When I get it back I'd like to install a clean copy of Lion and not restore whole system from TimeMachine. 
    However I don't want to lose my iTune or Aperture Libraries.  Is it possible to restore just these libraries form TimeMachine backup or is there a better way to go?  Email is all IMAP so not an issue, F/Fox & Safari bookmarks and all contacts & iCal material are likewise MobileMe/cloud based so not an issue.
    Just after safest and best solution.
    Thanks

    The short answer is: yes you can restore only these libraries from the last Time Machine backup.  It's quite easy
    1) Clean install Lion
    2) Enter time machine from the menu bar while pressing "option" (Browse other Time Machine disks).
    3) Restore the Libraries.
    Individual apps are tricker - depending on how they were installed in the first place.  Anything that used an installer, and may rely on library frameworks (e.g iwork or MS Office) is not going to work easily with this method.

  • My daughter has locked herself out of her ipod touch.  Ironically the computer it is synced to just crashed, is it possible to get her up and running from another computer?

    My daughter set a password and forgot it, she has locked herself out of her ipod touch.  The computer the ipod was synced w/ has crashed, is it possible to restore her settings from another computer?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • We have been given an iPhone 3GS from a friend who apparently paid a shop to unlock it for them, I think they call it jail reaming it.  I would like to know if it is possible to restore this phone and get rid of the jailbreak that was done on it.

    The phone was locked to a network which is why they jail broke it.. Not sure why as it's easier and cheaper to have the network unlock it!!! Which is what I would like to do.  At the moment we can't upgrade any software... I'd like to honestly and respectfully use this phone...

    euh no, that does not sound right. If you restore from back-up it will not fly.
    a. You need to turn on iCloud if not done yet so it sync your contacts, calendar data, etc.
    b. You need to back up in case something happens
    c. Then restore
    d. Then go on the app store, purchased, and re-download the app that you want
    e. Then go on settings/iCloud and turn iCloud on with your Apple ID to put back your contacts, calendar data, etc.
    That should be enough.

  • Threadpool, cancelling jobs and notify when done

    Hi all,
    I already have some experience in using the ThreadPoolExecutor class, however, I am not sure about how to use it for my next project. I am using a thread pool that consists of just one thread (because the job is extreme hard disk I/O intensive it doesn't make sense to have more than one thread). I have a GUI that puts a few jobs into the queue and the threadpoolexecutor performs its work. My two questions are:
    1)
    How can I make the ThreadPoolExecutor stop working on tasks that it has not begun yet? I mean, I do want that the current job that the worker-thread is working on will get finished, but I just want all the other tasks that are still in the queue to be removed from it. So neither shutdown() nor shutdownNow() are the right method for me, especially since shutdownNow() would also interrupt the current thread which I don't want.
    2)
    Is there a way that my GUI is notified once the ThreadPoolExecutor finished all jobs in the queue?
    Regards

    1) Have you tried ThreadPoolExecutor.getQueue().clear() ?
    2) add a task to the thread pool to notify the GUI (as it single threaded it will only be run once all the other tasks are finished)
    If you are worried about more tasks being added and you want to wait for them, you can check the queue length and add the job again if the length > 1
    OR
    You can override afterExecute() to check the queue length and perform the action want when the queue is empty.

  • Is it possible to restore what iTunes deleted from my iPhone?

    Hello
    I am using two notebooks, one with Windows 8 and one with Mac OS X Snow Leopard. I usually use the Windows notebook to charge or sync my iPhone 4 (iOS 7.0.4), but I forgot it at work, so a few minutes ago I connected my iPhone with the Snow Leopard (I don't have any internet connection except carrier 3g network, and my iPhone doesn't allow me to tether it to the Mac), but I couldn't authorize iTunes. Suddenly all my applications dissapeared. I have two apps on my iPhone for work, who store some sensitive data related to my job. And now they are gone.
    1. Is it possible to restore these apps and the data I lost?
    2. Why does Apple require internet connection for such things, when some people don't have?
    <Edited by Host>

    The iPhone is designed to sync to a single computer. It seems as though you had the Mac set to automatically sync when an iPhone was connected. Bad move on your part. It should, however had prompted you not to sync or you would lose content.
    If you have been syncing this to the computer at home (Win8), then your content should be there, and you could restore to the latest backup you have on that computer.
    Not sure the answer to the Internet question, but depending on what you were doing, the Internet is not necessary for a regular sync.
    You are the one that chose to connect the phone to the other comptuer. Apple didn't force you. No grounds for any kind of litigation.

  • R/3 job and get the details of variants like (from and to)

    Hi,
    How to find R/3 job and get the details of variants like (from and to) for that job.
    the job is extraction job and running for 4 hours in R/3 once atfer this job completes BW job will start executing. Now i have to analyse R/3 job that how many years of data it is extracting (from, to) and other useful information why it is taking time for 4 hours.
    Please let me know what transaction i have to use and how to check this information in R/3 side.
    Thanks,

    Hi........
    Go to SM37 >> select the job >> Click on Job log.........Check there whether u r getting any Clue or not...........Is this load is through PSA..........? if so check the records of the First data packet...........then the Last data packet............from there u can get some idea..................
    Also u can check the data in the Extractor.......is it a full load?.............Go to RSA3 >> Execute..........there check the data........
    Is it a LO datasource ? if so................Go to LBWE >> Click on maintenance link for your datasource........>> Here in the Right pane u can see the Structute associated with that Datasource ...........If u remove MC from those structure name............u will get the table name..............In those tables also u can check the data...............there should be some data field.............from where u can get some idea.........
    If ur Extractor is extracting data using some Function Module.............then open the datasource using RSA2.............there double click on the Exrtractor..............u will get the function module.................u can try to analyze the function module............
    For Variants..................select the job >> click on Step in the top >> then Go to in the top >> Variant..............but I don't think this will help u............this will tell u that this Extraction job is part of which chain or IP......
    Regards,
    Debjani..........

  • DPM 2012 R2 Upgrade - Scheduled jobs not running

    Hi,
    We're having an issue after upgrading to DPM 2012 R2 where the scheduled jobs are not running.
    We're running Server 2012 R2 with SQL Server 2008 R2 SP2.
    Looking at SQL jobs, if we run the job step we get an error.
    Message
    [136] Job 18822c3e-8fe 7-47a2-bb6e-0feccecc2952 reported: The process could not be created for step 1 of job 0xA746B176EAD99943A14A57DAF684829F (reason: %1 is not a valid Win32 application)
    However, if we place quotes around the triggerjob.exe path in the SQL default job step:
    "C:\Program Files\Microsoft System Center 2012 R2\DPM\DPM\bin\TriggerJob.exe" 9b30d213-b836-4b9e-97c2-db03c3eb39d7 18822c3e-8fe7-47a2-bb6e-0feccecc2952 server.domainname.com
    It is successful. 
    We've already uninstalled DPM 2012 R2 and re-installed, restored the database and run dpmsync -sync with the same result. We've checked the DCOM Config Launch and Activation Permissions for Microsoft System Center 2012 R2 Data Protection Manager Service
    and has full access.
    Has anyone else had this issue and been able to resolve it?
    Any help would be greatly appreciated.

    Hi,
    The below blog may assist with troubleshooting your issue.
    http://blogs.technet.com/b/dpm/archive/2014/10/08/how-to-troubleshoot-scheduled-backup-job-failures-in-dpm-2012.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually
    answer your question. This can be beneficial to other community members reading the thread. Regards, Dwayne Jackson II. [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights."

  • Problem with CUPS and Canceling jobs

    I am using OS 10.3.9 on a 1.42 MDD PowerMac
    I am having a problem trying to cancel Jobs using the CUPS interface. When I select "Cancel" I get an error "client-error-forbidden".
    I have tried logging in as Root but the same error occurs.
    I have run "CacheOut" and deleted all cache thinking that it would solve my problem.
    I can't seem to find any answers anywhere.
    I have 1 fax job and 1 print job that I would like to remove from the Que.
    If I knew where these files were I would manually delete them, but I cannot find them, except in the CUPS interface
    I was thinking of installing CUPS 1.2b2, as it has more features and maybe it would solve my problem.
    Are there any problems that I should know about before installing this software. If I install it I can't go back to my original CUPS without re-installing the system.
    Thanks,
    Nick
    G4 1.42 MDD   Mac OS X (10.3.9)   2 GB memory

    Nicholas,
    I assume you're talking about accessing your printer from your browser by using the URL http://127.0.0.1:631/printers/
    Understand you can't log in as Admin?
    Do you have an appication named after your printer in the folder Home/Library/Printers ? If so, click on it and see if you can see your job.
    If not, try downloading Printer Setup Repair from:
    http://www.fixamacsoftware.com/software/index.html
    Seems to do a great job in fixing problems, and might restore your ability to monitor your print jobs. I was only able to monitor and delete my print jobs through the CUPS interface on my browser until I ran Printer Setup Repair. After that, I was able to use the application mentioned in my first paragraph to do the monitoring (and it works great!)
    Hope this helps!
    Bob

  • Replenishment Job (usual cancelation reasons and fixs)

    Hello,
    I am due to move the replenishment RLLNACH1 auto job to production.
    If anyone can suggest possible reasons when this job cancels and if so how to fix etc...
    Initially I am running this job for all material.
    One of the cancelation reason I have come across is:
    Replenishment for fixed bins in whse 500 stor.type 500 not possible now
    Message no. LP314
    Regards,
    JPS

    You will at least get the same errors that you get when you do it manually in LP21.
    LP314 comes up if a second TO for replenishment already exists.
    So you have to  wait until this other TO is confirmed, then you can execute LP21 again (or the scheduled job tries it automatically again with the next run)

  • HT4528 My iPhone 4s would not sync - it kept canceling.  I backed it up and did a full system restore.  Now it won't restore my apps.  It starts on 1 of 51 and then tells me it's canceling sync and it stops.  My apps are all black. How do I fix this?

    My iPhone 4S kept canceling while syncing.  In the Apple support communities, it was recommended that I do a full system restore. I backed the phone up and did the restore.  Now it won't finish the restore process.  It gets to where it will restore the apps and it says "copying 1 of 51", and then it cancels the sync.  I have no apps on the phone - they are all black and they say "waiting". How do I get the apps reloaded on the phone?  Do I have to delete them all and redownload them? I'm not even sure that will work.  Do I go to Verizon and ask if they can fix it?  Any suggestions?

    robsta_1980 wrote:
    ...- no laptop, no desktop, just my iPhone! How can I get my songs back?
    Download Past Purchases
    http://support.apple.com/kb/HT2519

  • I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your

    I have install last update for i pod(ios5) but during installation there was one problem....i have restore my ipod and now i have lost all my buyed music!!Is not possible download it....?What are the details, including any error messages, related to your question?

    Have you not got the music on your computer and/or on backups on, for example, external drives or CDs/DVDs ?

  • I recently updated my iPhone to the new iOS and it no longer works with my inbuilt car bluetooth. Is it possible to restore to my previous iOS system?

    I recently updated my iPhone to the new iOS and it no longer works with my inbuilt car bluetooth. Is it possible to restore to my previous iOS system?

    Delete the pairing and then re-pair the devices.
    There are no supported methods to downgrade the iOS.

  • Long story short....I restored my computer to an earlier point using time machine and now all of the previous back-ups are gone. My question has to do with itunes...is it possible to restore my itunes library to the most recent backup because the restore

    Long story short....I restored my computer to an earlier point using time machine and now all of the previous back-ups are gone. My question has to do with itunes...is it possible to restore my itunes library to the most recent backup because the restore that I did was in march and the latest backup was in may....the reason being is that there were app that i had downloaded that are in my most recent back-up, that were not in the backup I restored to. Is it possible to just restore one application ie)itunes?

    See this post.
    tt2

Maybe you are looking for