How to run a job group mult x per day M-F but only 1x on the weekend

I currently have a job group that runs M-F, repeating several times each day. I'd like to now have this same group also run on Sat and Sun only once for these days. Is this possible on a single job group configuration or must I create a 2nd copy of the group and apply a weekend calendar with no repeat? I'm trying to avoid copying the group because I assume any changes I make to the group I'd then have to make twice? One approach I'm trying to figure out is if I can trigger the group to run on Sat and Sun via variable trigger and hoping this will not cause it to repeat in this case?

Micheal
What version are you running?
In 5.31, what I would do is to have the main set M-F then use a different job (like a cmd echo or powershell write-host) on weekends that inserts the MF set at the time you want with a job event \ job insert action. This would override the time and execute when you want (you could probably just use one for  SAT, SUN). we do similar things to avoid maintenance windows.
You might lose any downstream dependecies if the original is in a nested group but that might even work with a slight modification to the job depdency with the match occurance check box (relative to group, otherwise, for day) option
It would be best if tidal let you add multiple calendars to one job, not sure if that is in the works but it should be on their radar.
Marc

Similar Messages

  • How to run a job in background programatically after 10 sec

    Hi Forum,
    Can anyone tell me How to run a job in background programatically after 10 sec..
    Thanks in advance

    Hi,
    Here is the example code
    *Submit report as job(i.e. in background) 
    data: jobname like tbtcjob-jobname value
                                 ' TRANSFER TRANSLATION'.
    data: jobcount like tbtcjob-jobcount,
          host like msxxlist-host.
    data: begin of starttime.
            include structure tbtcstrt.
    data: end of starttime.
    data: starttimeimmediate like btch0000-char1.
    * Job open
      call function 'JOB_OPEN'
           exporting
                delanfrep        = ' '
                jobgroup         = ' '
                jobname          = jobname
                sdlstrtdt        = sy-datum    " You need to give the Date for execution the Job
                sdlstrttm        = sy-uzeit    " You need to give the Time for execution the Job
           importing
                jobcount         = jobcount
           exceptions
                cant_create_job  = 01
                invalid_job_data = 02
                jobname_missing  = 03.
      if sy-subrc ne 0.
                                           "error processing
      endif.
    * Insert process into job
    SUBMIT zreport and return
                    with p_param1 = 'value'
                    with p_param2 = 'value'
                    user sy-uname
                    via job jobname
                    number jobcount.
      if sy-subrc > 0.
                                           "error processing
      endif.
    * Close job
      starttime-sdlstrtdt = sy-datum + 1.
      starttime-sdlstrttm = '220000'.
      call function 'JOB_CLOSE'
           exporting
                event_id             = starttime-eventid
                event_param          = starttime-eventparm
                event_periodic       = starttime-periodic
                jobcount             = jobcount
                jobname              = jobname
                laststrtdt           = starttime-laststrtdt
                laststrttm           = starttime-laststrttm
                prddays              = 1
                prdhours             = 0
                prdmins              = 0
                prdmonths            = 0
                prdweeks             = 0
                sdlstrtdt            = starttime-sdlstrtdt
                sdlstrttm            = starttime-sdlstrttm
                strtimmed            = starttimeimmediate
                targetsystem         = host
           exceptions
                cant_start_immediate = 01
                invalid_startdate    = 02
                jobname_missing      = 03
                job_close_failed     = 04
                job_nosteps          = 05
                job_notex            = 06
                lock_failed          = 07
                others               = 99.
      if sy-subrc eq 0.
                                           "error processing
      endif.
    Regards
    Sudheer

  • How to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also

    how to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also

    032ee1bf-8007-4d76-930e-f77ec0dc7e54 wrote:
    how to run 3 job(a,b,c) parallel in unix shells script and after will complete d will start  and we have to handle the error also
    Please don't overwhelm us with so many details!  
    Just off the top of my head ... as a general approach ... something like
    nohup proca
    nohup procb
    nohup procc
    while (some condition checking that all three procs are still running ... maybe a ps -ef |grep  )
    do
    sleep 2
    done
    procd
    But, we'd really need to know what it is you are really trying to accomplish, instead of your pre-conceived solution.

  • How to run OBIEE Reports in Multi-Org Environment?

    How to run OBIEE Reports in Multi-Org Environment of EBS.

    hi Rainer,
    My Forms and Reports Server is in Same System only. Actually i am giving this path
    http://vagee.ail/reports/rwservlet?
    server=rep_vagee_oracle10g_apps_server&report=D:\FP2
    \dealer_reports\oc_dealer.rep&userid=fp2/fp2erp@info
    &destype=cache&desformat=pdf&ODSNO=OC0809/00110&branch=DLR002
    In My AS System Running Successfully. But Client systems Page cannot be display message is displaying.
    but generally i m able to access the reports server using this path
    http://vagee.ail/reports/rwservlet?
    then Reports server page is displaying but
    when i specify that report server name
    http://vagee.ail/reports/rwservlet?server=rep_vagee_oracle10g_apps_server
    page cannot be displayed.
    what will be the problem. please help me. thank you.
    Regards,
    Kalyan.

  • How to run a job (program in it) every 48 hours

    Dear All,
    Can you please tell me how to run a job every 48 hours. I am not able to find suitable job option.
    Thanks and regards,
    Atanu

    Hi,
    1. Go to SM36 give the job name i.e. ZABC_MYJOB
    2. Click on Steps (Upper left corner - 2nd Button) and assign the ABAP report name .i.e. RSUSR002, Check and Save.
    3. Click on Start Condition (Upper left corner - Ist Button), click Date/Time and specify the Start Date and Time.
    4. Select "Periodic Job" and click on Period values now click on Other Period
    5. Now input 1 in the Minute Box. , and check and save.
    6. Again Check and Save. and Again Check and Save.
    7. Now save the job.
    This job will run after every 1 minut
    (OR) try the below steps.
    you can setup your job in order to start after an event.
    After that you can get the event triggered from the Operating System:
    - log into you Operating System with the SIDadm user id (at the Operating System level) and go to directory /usr/sap/SID/SYS/exe/run
    - Run the SAPEVT executable as follows :
    sapevt YOUR_EVENT -t pf=/usr/sap/SID/SYS/profile/DEV_DVEBMGS00_server001 nr=01
    This will raise the event, and cause the job scheduled within SAP to execute.
    In this way you can use the O.S. (u201Ccrontabu201D for example) functionalities in order to schedule your job between 9am to 6pm.
    Regards
    Shweta

  • How do I fix a initializing problem with my macbook pro? I only get to the blank screen with the apple logo and the "processing something"sign... it just doesn't start the system....

    How do I fix a initializing problem with my macbook pro? I only get to the blank screen with the apple logo and the "processing something" sign... it just doesn't start the system....
    Please help
    Marcelo

    If there is no loading bar, it's usually a problem with a third party kext file in OS X itself.
    You can press the power button down to force a hardware shutdown, then reboot holding the shift key down on a wired or built in keyboard, this will disable them and you go around and update your third party software.
    Gray, Blue or White screen at boot, w/spinner/progress bar
    Also take this time to backup your users files off the machine if possible.
    Most commonly used backup methods
    Sometime that won't work and you need to do more
    ..Step by Step to fix your Mac

  • How can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    how can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    No you do not need separate Apple ID's in order to use 3 devices with one Apple ID. I use 4 devices to Message and FaceTime and all use the same Apple ID. You do need to add additional email addresses for the other devices.
    Look at this very informative video for the instructions.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • My video's have moved a few times so I have many of the movies showing up 4 times. But only one of the 4 is the real path. How to I get rid of the invalid paths in mass? I know I can get rid of them one-by-one but I want to do a bulk clean up.

    I have many movies. I have moved them a few times. Now each movie shows up about 4 times in the video list but only 1 of the 4 is a valid path. How can I get rid of the invalid one in-mass. I know I can do them individually but it would take too long. So I want to do a bulk clean up so all the links are valid but I can't find a way to do it.

    Install iTunes Folder Watch and set its option to check for dead tracks on startup. This will root out any tracks that are no longer in your folders, and can add any that are in your folders, but not in iTunes.
    tt2

  • How to fix Adobe App Manager error code -60 Download appears corrupt but only for Photoshop CS6 app

    How to fix Adobe App Manager error code -60 Download appears corrupt but only for Photoshop CS6 Creative Suite Cloud App. Many attempts were made to install Photoshop CS6 with Adobe Application Manager without success. Every other Creative Suite Application was successfully downloaded. I keep getting Installation Failed when attempting the Photoshop install. How does one correct this?

    Thanks Jeff! So, it totally appears as if it was a network issue. The corporate network where I work is quite likely the culprit. Where I was thrown off is that since I have admin rights on my computer, I can install software. But using Adobe Application Manager to install Adobe software wasn't working. And to make matters worse, there didn't appear to be any way to install Acrobat Pro for Mac without using AAM. The workaround that I used previously was to install the trial versions of Adobe software, and then just register them using my username and password. But the workaround for being able to install everything using AAM was to bring my computer home and download from my home network.

  • How come some apps won't play sound on a USB device but only on the internal speaker while others can?

    How come some apps won't play sound on a USB device but only on the internal speaker while others can? Mac OS 10.8.5

    You can simply set your system preferences
    Sound preference
    output - to whatever your USB device/audio interface is
    Your question seems a bit vague to me though. So can you actually inform us of what it is you are trying to do and give us examples with named kit.

  • HT6170 How to reset your Security questions if they say they sent it but you didn't the email. Plz help

    How to reset your Security questions if they say they sent it but you didn't the email. Plz help

    CCheck your spam folder.

  • Updates all the photos (cameraroll) in iCloud or is it just photo stream when you sync? I have 5000 photos in the camera but only 800 in the stream and I would like to save them all. How to do?

    updates all the photos (cameraroll) in iCloud or is it just photo stream when you sync? I have 5000 photos in the camera but only 800 in the stream and I would like to save them all. How to do?

    Plug your iPhone into your Mac and open iPhoto. Transfer the photos from the phone to your Mac.

  • HOW TO RUN BODS JOB THROUGH UNIX SCRIPT

    Dear Experts
    Please provide me the way how to call a job by a script .
    I have used Export Execution Command as recommended by below links
    http://scn.sap.com/docs/DOC-34648
    http://scn.sap.com/community/data-services/blog/2012/08/22/sap-bods--running-scheduling-bods-jobs-from-linux-command-line-using-third-party-scheduler
    But I am not able to locate .sh  file in unix server .
    This is required to call a job after completion of parent job.
    Thanks
    Anupam

    You can check the status in "SAP Business Objects Data Services management Console", Below are the steps
    Login in SAP Business Objects Data Services management Console
    Click on Batch Job
    Select the local repository
    Then check your Job Execution status from there
    For your second query there are two ways one is do the same activity what you have done in DEV.
    below are the steps
    Login in SAP Business Objects Data Services management Console and export the Jobs using export execution command from batch job
    SHELL Scripts will be exported in Job Server Log
    Move that SHELL script as per your location
    Update the User environment variable same as DEV only difference is SID is changed
    Thanks,
    Daya

  • How to run a job every month

    Hi guys,
    I know it's not right to ask others to create code for me, but I searched for a while and still blank. Can someone show me how to run myPackage.myProcedure every first day of the month (eg, Jan 1, Feb 1, March 1).
    I am thinking use this function, but I don't see how..
    DBMS_JOB.SUBMIT (
    job OUT BINARY_INTEGER,
    what IN VARCHAR2,
    next_date IN DATE DEFAULT sysdate,
    interval IN VARCHAR2 DEFAULT 'null',
    no_parse IN BOOLEAN DEFAULT FALSE,
    instance IN BINARY_INTEGER DEFAULT any_instance,
    force IN BOOLEAN DEFAULT FALSE);
    Any suggestions are welcome,
    Thank you
    Mike

    How come the first test works and the second test cannot find the procedure?? I am very confused now.. Also, how do I post code with indents? LOL
    SQL> DECLARE
    4 begin
    5 PRICE_PKG.CREATE_BUFFER_TBL;
    6 end;
    7 /
    PL/SQL procedure successfully completed.
    SQL> DECLARE
    2 v_Job NUMBER;
    5 BEGIN
    6 DBMS_JOB.SUBMIT(
    7 v_Job,
    8 PRICE_PKG.CREATE_BUFFER_TBL,
    9 LAST_DAY(SYSDATE)+1,
    10 TO_CHAR(TRUNC(LAST_DAY(SYSDATE)+1) + (6/24))
    11 );
    12 END;
    13 /
    PRICE_PKG.CREATE_BUFFER_TBL,
    ERROR at line 8:
    ORA-06550: line 8, column 36:
    PLS-00222: no function with name 'CREATE_BUFFER_TBL' exists in this scope
    ORA-06550: line 6, column 4:
    PL/SQL: Statement ignored

  • How to run a job?

    Hi,
    I have a report which should regularly delete a directory on an app server.
    How to run this report as a job every 10 minutes?
    Thanks a lot,
    Olian

    Hi Olian,
    Follow the below steps:-
    1) execute SM36, give the job name.
    2) Click on "Start condition" on the top
    3) Select the approriate triggering way for e.g. if your report should start immediately then press "immediate" .
    4) Select the "Periodic job" check box
    5) Click on "Period values" and then click on "Other Period"
           give the time you wish to give like provide 10 in the   
           minute(s) field.
    6) Save!! it will work
    Also go to "Step" option on the SM36 to provide the report name which you want to execute.
    Thanks and revert back if you need more info.
    Harry

Maybe you are looking for

  • W700 - Random, frequent. Black Screen of Death

    Hello,  I have a W700 that I acquired in june 2010 and that I enjoyed very much until the beginning of this summer.  Gradually I started to get black screens of death, no cursor, no response, no solution but to hard reset the computer. At first it wa

  • Import/Export ZendAMF project

    Hi, I'm wondering if I'm missing something when exporting my Flashbuilder project (Php w/Zend). Is there any way to get the services to show up in Flashbuilder after import? It seems the 'link' files in the Flex portion of the projects are internal s

  • Quick Info on ALV Tree node

    Hi All, I have this requirement. On ALV Tree node, when user places cursor then i should display some text as quick info. while create node i have used ICON <- left arrow, i cannot use other ICOn as functional person need this icon only. During Add_N

  • Cannot Re-Install CS4

    I updated my hw and cannot get CS4 to re-install.  New machine running Win7 (64bit).  I have removed adobe reader and the flash player.  I then ran "the cleaner". It appears to want to load then "Critical errors were found in setup..." OK it exits. 

  • Are my files on my computer twice??

    I have videos on a "videos" folder. I drag and drop them into itunes using my windows explorer window. Are they copied to the itunes folder, or is itunes just looking for them in the "videos" folder? If they are copied, can I delete them from the "vi