How to set a job ran after another job finished?

Dear Experts,
Our requirement is to have 2 JOBs defined in SAP:
JobA and JobB
The requirement is JobA will firstly ran and finished everyday.
Then JobB will start to run upon JobA finished everyday also.
Then what i did is set 2 jobs, and set JobB ran after with JobA. I set JobA's name in 'After Job' for JobB.
Right now, the issue is:
JobB will run after JobA, but only could run one day..
The next day after JobA finished, JobB will not run...
Please kindly help what issue here??
Thank you very much.

Dear Hoo,
It is possible to follow one job after another.
For this set up please go to transaction "SM36"
fill your details and then press "Start condition" a new screen opens where you can see several tabs,
and there is one tab with "After Job" , please enter the name of Job e.g jobA.
here you can set all the conditions to start a new job.
I hope this solves your problem.
Regards,
Paresh

Similar Messages

  • How to set a job to import automatically transport requests

    I wander how to set a job to import automatically transport requests

    Hi jan Bo,
    http://help.sap.com/saphelp_erp2004/helpdata/EN/44/b4a3c57acc11d1899e0000e829fbbd/frameset.htm
    Usung above link you can schedule a transport, if you schedule this job a back ground job will be defined copy this job and create a new varient with your transport request. Make this job run after the back ground job you want.
    Regards,
    S.Manu.

  • How to set capital letter automatically after enter.. during email

    how to set capital letter automatically after enter.. during email
    as it defaults to lower case all the time..  just like above
    However would like to know how to change so its like the H in the word However automaticlly
    thanks.

    thanks.
    i tried this..
    in transformations the three options are in ghost txt.. not bold.
    tried them all.. and no change..

  • How to run concurrent program one after another

    hi,
    i have three concurrent program which are inter linked. how to set to run the concurrent program one after the another, ie.. not to run simultaneously.
    regards
    Yesukannan

    Hi Yesukannan,
    We need to call the wait for request in between the calling programs...
    Example:
    Package Pack1
    Procedure P1 ( ... )
    Procedure P2 ( ... )
    Procedure P3 ( ... )
    Procedure call Concurrent
    call P1 -- Capture the request id here
    wait for request -- send the above request id to this procedure.
    call P2 -- Capture the request id here
    wait for request -- send the above request id to this procedure.
    call P3
    end Package Pack1
    Regards
    JA..

  • How do I play one podcast after another?

    Hello,
    I have iTunes 7.0.2 and I can't figure out how to play podcasts one after another ... like, when one podcast is done, to go on to play the next one. Any ideas?

    I think you can create a podcast playlist then drag episodes to it, and arrange them in the order you want to listen.
    Hope that helps.

  • How to set auto shut down after download finishes?

    How to set notebook to auto shut down after Firefox finishes download?

    Firefox 4 Auto Shutdown has been updated for Firefox 4 and has been featured here - [http://www.techiechips.com/auto-shutdown-after-download-firefox-4/ Auto Shutdown after Download for Firefox 4]

  • How to set a job name to a report?

    Post Author: nandors1
    CA Forum: Deployment
    Hi
    I' m programming an application with Visual Basic .Net 2005 and CrystalReports, when I print an report, at the printing spool all Crystal Reports' documents appears as 'document', I want to know if exists any way to set a job name at document at the Crystal Report Viewer to can recognize a document in printing spool at the moment of print from VisualBasic at runtime.

    Post Author: quafto
    CA Forum: Deployment
    Sorry. There is no way to change that name. When you load a report we make a temorary copy of the report file and that is what is often used when sending the print job. At this time we don't have access to that print job property.

  • How to set-up  Time Machine after Restore

    After having restored an entire system back from Time Machine, it looks to me as Time Machines wants to completely backup all data already held on the hard-disk. With this effect, the harddisk is not big enough. I do not want to buy another disk. Is there any way how to persuade Time Machine that it should use the existing data on the disk?

    Hi Aulia,
    I don't believe that you will be able to have Time Machine understand that you only want it to continue with the same data : once it has detected that a file changed, it makes another copy, even if you know that it's the same file : it's based on messages telling it that a file has changed, not on files comparison.
    I think that the "inprogress" file will be replaced by another one if you let TM do it's job : it won't make a third copy of your data. If there is enough space on the disk, you can let TM continue, and try to manage with the following trick, with patience and much care.
    Make sure that the "Action" menu is visible in a Finder's window (it is if you did not customize the toolbar to remove it), and dive into Time Machine. Select a item in the window : the Action menu now has an item that should read "delete all backups of this element" (or something like that : I'm translating my French version). Take care that "all" here really means ALL versions in the backup : the only copy left would be on your main disk.
    The next backup may not make a fresh copy unless you help it a little : after all, there was no message telling TM that the original was changed, since it was not ! Just do anything in the folder containing the item that you deleted from the backup (like creating and immediately deleting a folder there) : this will tell TM that something has happened there, the next backup will check the folder, detect the missing element and make a fresh copy.
    Having only one copy of a really important folder may not suit you, even if it's only for the short delay until the next backup. You can make a copy of it, and run TM to backup the copy (a right click on the icon in the dock shows a "backup now" item). You now have a backed up version, you can delete the original, and all the backup copies of the original with the previous method. But if you rename the copy back to it's original name, it will be saved again... just iterate one more time !
    I hope that this can help you, but please do not hesitate to try and validate your method on small copies before you delete something in your backup !
    PS : I just tested my proposals with my 33Gb iMovie Events folder : a new copy of an event folder is created in the backup each time you rename an event, and I gained more than 40 Gb by deleting all previous redundant versions.
    At least, it works for me !

  • How to set travel time for after a meeting?

    Hi,
    I hope you can help solve this problem...
    Scenario: I have to go to a meeting and come back again.
    Problem: In the Calendar application I can set the travel time for before a meeting but there is seemingly no functionality to set the travel time for after a meeting. Hopefully it hasn't escaped all those fantastic developers that people have to travel back from a meeting as well as travel to it?
    Question: How do I set the travel time in an event for travelling back after a meeting? I would like to avoid the kind of solution where I have to create another separate event just after the meeting event and call it 'travel time'.
    Hope you guys can help...
    Thanks
    Clown Guy

    first make a Locale object as
    public Locale(String language,
    String country)
    Construct a locale from language, country. NOTE: ISO 639 is not a stable standard; some of the language codes it defines (specifically iw, ji, and in) have changed. This constructor accepts both the old codes (iw, ji, and in) and the new codes (he, yi, and id), but all other API on Locale will return only the OLD codes.
    Parameters:
    language - lowercase two-letter ISO-639 code.
    country - uppercase two-letter ISO-3166 code.
    Throws:
    NullPointerException - thrown if either argument is null.
    and then use following method.
    public SimpleDateFormat(String pattern,
    Locale locale)
    Constructs a SimpleDateFormat using the given pattern and the default date format symbols for the given locale. Note: This constructor may not support all locales. For full coverage, use the factory methods in the DateFormat class.
    Parameters:
    pattern - the pattern describing the date and time format
    locale - the locale whose date format symbols should be used

  • How to set/change spell value after button is pressed

    Hi All,
    I have a requirement, I need to change the spell value(Boolean) dynamically based on the sitution. (say for eg. If i click search spell (ReadOnly) variable shouldbe set to TRUE.like that ..
    I have create a dummy VO and in that VO I have created spell variables.
    Can some one help me how to do this when a button is pressed, I wrote code after buttton pressed it's throwing the below error.
    if(pageContext.getParameter("Create")!=null)
    OAViewObject disvo = (OAViewObject)am.findViewObject("XxafpEepStageRebateValidateVO1");
    OARow row1 = (OARow)disvo.first();
    row1.setAttribute("ItemProperty", Boolean.FALSE);
    row1.setAttribute("ReadOnly", Boolean.TRUE);
    call another page..
    Error(102,6): class OAViewObject not found in class xxafp.oracle.apps.qp.pricelistrebate
    Thanks,
    Mahesh

    Hi Mahesh
    Seems you have not imported OAViewObject Class in your controller..Do the following in the import section of your controller..
    import oracle.apps.fnd.framework.OAViewObject;AJ

  • How to set web job like a ssis which can take xmil file from azure storage to up date azure sql

    Hi,
    I have xml files under azure storage, i would like to set up web job which should be scheduled and
    load xml to update/insert/delete azure database.
    I have done SSIS locally and but cant use in azure.
    According to several advices and forum pages,I need to create azure web job.
    Please advice link or advice.
    Thanks.
    Superman

    Hi,
    To get started with Azure webjobs you could refer the following link:
    http://azure.microsoft.com/en-in/documentation/articles/websites-dotnet-webjobs-sdk-get-started/
    The article shows how to create a multi-tier ASP.NET MVC application that uses the WebJobs SDK to work with Azure blobs in an Azure Website.
    Meanwhile, we will research regarding your specific requirement and revert with our finds.
    Regards,
    Malar

  • How to set default value and after that , use it as control

    Hello,
    Currently i am making motor driver from labview, and i am facing one problem.
    When i connect to my board via labview, it will relay last position to global variable. After that, i have to go to loop, where i can send back  modified position to my motor control board
    In short, i have to control number, but that number default value should be writtem by another function when i start vi.
    any ideas how to do it ?
    Solved!
    Go to Solution.

    Let me know if any clarification is needed
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet
    Attachments:
    VI.vi ‏13 KB

  • How to set selection in UIPickerView after view has loaded?

    I have a UIPickerView working just fine, and I can set the current selection when a button is clicked, but how can I set the current selection when the view appears?
    I've tried to set the selection in viewDidLoad, viewDidAppear and viewWillAppear to no avail, I've also tried to do it in initWithNibName. Again no joy.
    As far as I can tell, the sequence of events is that my nib gets loaded by the view, my UIPickerViewDelegate interface methods are called to configure the picker, but what message can I pick up after all that has occured to set the selection?

    Hey Paul-
    I use this in one of my apps and it works great. Once the view loads, the picker gets set to the value I want with a nice animation. Let's say you want to set it to row 3.
    - (void)viewWillAppear:(BOOL)animated {
    [myPicker selectRow:3 inComponent:0 animated:YES];
    Of note: If you have the function - (void)viewWillAppear without the :(BOOL)animated part, it won't throw an error on compile, nor will it get called. Yes, I learned that firsthand.
    Hope this is what you are looking for.

  • How to set PDF Job option using FDK11?

    Hi,
    I have a tool to convert Framebook into PDF and this works good. But the generated pdf is not of the same size as it is generated through FrameMaker Save as PDF. With the FrameMaker API, I get a dialog box to choose the different PDF Job options available. I came across a similar provision with FDK which also has a property to set the PDF Job options but it doesnt work as expected. Please correct me if my approach is wrong.
                    params = F_ApiGetSaveDefaultParams();
                    i = F_ApiGetPropIndex(&params, FS_FileType);
                    params.val[i].propVal.u.ival = FV_SaveFmtPdf;
                    i = F_ApiGetPropIndex(&params, FP_PDFJobOption);
                    params.val[i].propVal.u.ival = F_StrCopyString ((StringT)"Smallest File Size");
    Thanks,
    Venkat

    As far as I know, the only way to specify PDF options is by programmatically displaying the PDF Options dialog (via WinAPI calls), "selecting" the options and "pressing" the OK button. There have been numerous discussions on this topic on the Yahoo frame_dev group ..
         http://groups.yahoo.com/neo/groups/frame_dev/search/messages?query=pdf%20options
    And here's some code ..
         http://groups.yahoo.com/neo/groups/frame_dev/conversations/messages/1578
    You may be able to set the options as you're doing, but I don't think they are "set" until you display the dialog and "press" the OK button.
    ...scott

  • How to set an alerting substitution for another user as admin?

    Dear experts,
    having the case on of our employees went on vaction without entering a substitution for his alerts.
    How can I as an administrator setup a substitution for the alerts of this user?
    Thanks in advance,
    BR Matthias

    No ideads around?

Maybe you are looking for