Reg: Excluding one day from the daily schedule process chain

Hi All,
I have a process chain scheduled daily except Sunday i.e. from Monday to Saturday. Now i want to exclude Saturday from the daily scheduling.
Any idea how we can do that. Early response will be highly appreciated.
Best regards

Hi,
Restrict chain Scheduling on Sundays/Holidays
Create a factory calender using TCode SCAL or ask your basis team to create one.
In this calender mark all days except the day you dont want the chain to run as workday.
Now while scheduling the process chain make use of this calender and restrict it to run only on the workdays.
There is a setting in the start process of the PC by which your chain wont run in sundays/holidays based on calendar or run only on workdays as defined in the factory calendar.
Go to PC > start process > change selection  > Date/time. Here enter the date from which the chain should be scheduled and then click the Restrictions button at the bottom. There u can check the option "Dont execute job on sundays or holidays.
Hope this helps.
Thanks,
JituK

Similar Messages

  • Over thirty emails in one day from the itunes store.

    I've happily received one or two emails a week from the itunes store for years.
    But today I've received nearly thirty and they are still coming. They are mostly all different but there have been a few duplicates. This is just spam. I've repeatedly asked to be unsubscribed as I'd rather not get any than this constant stream.
    Is anyone else getting spammed to death by the store today? I'm in the UK but a few seem to be coming from the US store as well though I don't know why as we can't buy anything from the US store in the UK.

    Go to the myInfo page at - https://myinfo.apple.com/cgi-bin/WebObjects/MyInfo.woa - and login then go to the 'subscriptions' and 'contact' tabs and turn off the correct check box.
    You can also give feedback to the iTS from the main iTunes drop-down menu. Sounds like a bug.
    MJ

  • Need to subtract one day from the date appearing

    Hi, I am modifying a script in such a way that for an output type there is an invoice date appearing.  This invoice date should be back dated to 1 date less to the actually date that is appearing currently.
    For ex the date is 2007.08.30 it should appear as 2007.08.29.
    While debugging I found that it is picking up the data for the date from the structure vbdkr and the field is fkdat. From the following code in the script.
    /:   DEFINE &SALES_ORDER& := &VBDKR-VBELN_VAUF&
    /:   INVOICE DATE,, : &VBDKR-FKDAT&
    What changes do I need to make the changes in the script or in the driver program?
    Can you please suggest?
    Thanks.

    Hi..
    You can get this Functionality by Calling a FORM (subroutine) from the Script Layout itself  There is no need to change the Print program.
    Eg:
    In the layout set -> window -> text elements. Write this before displaying invoice date
    /: PERFORM F_DATE_SUB IN PROGRAM ZPRG01
    /: CHANGING &VBDKR-FKDAT&
    /: ENDPERFORM
    INVOICE DATE,, : &VBDKR-FKDAT&
    Create the report program ZPRG01: In the program ZPRG01
    FORM F_DATE_SUB TABLES INTAB STRUCTURE ITCSY
                                                  OUTTAB STRUCTURE ITCSY.
    DATA: L_DATE TYPE D.
    READ TABLE OUTTAB INDEX 1.
    L_DATE = OUTTAB-VALUE. "you need to convert here
    SUBTRACT  1 FROM L_DATE.
    OUTTAB-VALUE = L_DATE.
    MODIFY OUTTAB INDEX 1.
    ENDFORM.
    reward if Helpful.

  • Reg : subtracting weekoff day from the time difference

    Hi ,
    I have query where I am getting time difference first of all in terms of hours as:
    DECLARE @L_TIME_DIFF   INT
    SET @L_TIME_DIFF= (DATEDIFF(hh, '05/09/2014', '05/12/2014'))
    i.e. subtracting 12th may - 9th may and getting diff in hours ..in this case it will be 3*24 = 72 hours
    All fine till here. Now next step I need to subtract from this 72 hours if falling any week off day. It can be Friday, it can be Saturday, or Sunday, or Half day Saturday, or Half Day Sunday, or Full 2 days Saturday/Sunday  .
    The above scenario is decided based on one table [CALENDER_WORKINGDAYS] which looks like below :
    CAL_WORKING_DAY 
    CAL_AM
    CAL_PM
    CAL_SEQ_NO
    Monday
    1
    1
    1
    Tuesday
    1
    1
    2
    Wednesday
    1
    1
    3
    Thursday
    1
    1
    4
    Friday
    0
    0
    5
    Saturday
    1
    1
    6
    Sunday
    1
    1
    7
    So in this case, if you look at friday (CAL_AM=0 and CAL_PM=0) this measn friday full day holiday for some country.
    Hence I need to : 72 - 24 = 48 Hours should be my output.
    In another scenario, let s say some country work half day Saturday and Sunday full day off.
    So my output should be : 72 - 36 (because 24 hours for sunday off, and 12 hours for saturday half day off) =
    36 should be my output
    and so on..
    Can you help to build such query based on the above table given ?
    Thanks

    Hi Jose Diz,
    I am trying the below logic. Seems it should be working:
    DECLARE
    @L_START_TIME    DATETIME,          
    @L_END_TIME    DATETIME,
    @L_TIME_DIFF   INT, -- Time Difference considering week offs          
    @W_TIME_DIFF   INT ,-- Whole Time Difference,
    @PUBLICHOLS   INT,
    @WEEK_OFF INT
    set @L_START_TIME    = '5/9/2014';
    set @L_END_TIME    = '5/12/2014';
    /* TO GET THE TIMDIFFERENCE */          
      SET @L_TIME_DIFF=(DATEDIFF(hh,@L_START_TIME,@L_END_TIME))          
      SET @W_TIME_DIFF = @L_TIME_DIFF          
    -- Subtracting day off in the week(i.e. sat/sun or in some case friday) if it is in between start and end
      set @WEEK_OFF= 0;
        SELECT @WEEK_OFF= @WEEK_OFF + 12 * (abs(CAL_AM -1) + abs(CAL_PM -1))
        from CALENDER_WORKINGDAYS
     IF DATENAME(WK,@L_END_TIME) > DATENAME(WK,@L_START_TIME)           
     BEGIN          
      SET @L_TIME_DIFF= @L_TIME_DIFF - @WEEK_OFF          
     END          
    Thanks to confirm

  • How to send the status of Process Chain to email address?

    Hi,gurus here.
    We monitor process chains' work status by RSPCM, but it's inconvenient.
    Any method to send process chains' work status via email immediately instead of RSPCM?

    Any process in process chain fails, below will send mail to mail ID that specified
    This can be perfectely done using Tcode ALRTCATDEF.
    1. go to ALRTCATDEF
    2. select classification "Process Chains"
    3. click on display/change
    4. double-click on "error in a process of a process chain"
    5. click on "fixed recipients"
    6. write in your username (you have to maintain your e-mail address in SU01 for that to work)
    7. save
    8. go to your process chain (rspc)
    9. go into edit mode
    10. from the menu, select Process chain -> attributes -> alerting
    11. check "send alerts if errors occur".
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64389689

  • Calculating a percentage of change from one day to the other

    I'm working on a report that is grouped by date. What I'm trying to is calculate the difference between one day to the next. But when I try to do the formula it's thinks it's calculating against itself...
    Group by Date: 9/1 = $100
                           9/2 = $80
    Subtotal =              =0.20%

    Please give the formula details to check.  I think you are not multiplied with 100 in your formula.
    Regards,
    Sastry

  • Pricing conditions for the articles are getting triggered one day before the actual activation date to 3rd party systems through job WPMU.

    Hi SAP Guru´s,
    Currently we are sending the pricing, promotions & article master data delta load to 3rd party system from SAP ECC via SAP XI through IDOCS using daily scheduled batch jobs WPMU. IDOC segment - WP_PLU.
    Here the issue is the promotion & pricing data are sent to 3rd party system one day before the actual start date.
    Eg: Promotion 123456 which has start date as 15/05/2014 & ending on 30/05/2014 & was created & activated on 13/05/2014.
    This promotion 123456 is getting triggered from SAP ECC through batch job on 14/05/2014 morning & 3rd party system receives the data on 14/05/2014 & the promotion are getting activated at 3rd party system end on 14/05/2014 itself which actually gets active from 15/05/2014.
    Same in the case for Standard Pricing data which needs to be active from 31/05/2014 once the promotion 123456 ends on 30/05/2014.
    The standard pricing data gets triggered from SAP ECC on 30/05/2014 through batch job & reaching 3rd party system on 30/05/2014 & getting activate on 30/05/2014 itself.
    This creates more issues at the store end as well as affecting business.
    We checked at 3rd party system end & they replied that their system considers the updated time stamp & date to activate the prices & it does not considers the actual active from & active to date. They need the data to be sent from SAP ECC on the effective date of the pricing & promotions.
    Can any one help me how to change the pricing conditions beign triggered through batch job in SAP ECC based on the actual promotion & pricing conditons start date or is there any other process to trigger the data through the batch job on the actual promotion & pricing data activation date.
    Thanks in Advance.
    Thanks & Regards,
    P.P.Shankar

    Hello Shankar,
    Change the lead time in the POS Outbound Profile. You can't put less than 2 days there so data for today and tomorrow will be transferred which also means you need to adjust your batch timing accordingly.
    Sales and Distribution -> POS Interface -> Outbound -> Maintain Profile for POS Outbound.
    See if it helps. The best option would still be that the 3rd part system considers the activtion date.
    Kind Regards
    Kaizad

  • Add one day to the current date

    Hi all,
    A stupid question...
    How can I add one day to the current date in a select. I want something similar to add one month to current date, but with days:
    something like:
    select TO_CHAR (ADD_MONTHS (SYSDATE, -1), 'DD-MM-YYYY')
    from dual
    Thanks

    select sysdate+1 "add one day" from dual;

  • How to Use COLUMN NOPRINT - need to exclude one column from Select *

    Dear Friends,
    I need to exclude one column from a SELECT * query. Everytime the column data type is BLOB, I dont' want it to be part of my SELECT. After googling I found some info about NOPRINT but it doesn't seem to be working in my case. May be I am using it incorreclty.
    COLUMN FILE_DESC NOPRINT
    SELECT * FROM FILES;
    Where FILE_DESC is of BLOB datatype.Can I use it in my SELECT or it has to be used in Dynamic SQL? Is there any other option to achieve this?
    Thanks in advance.

    Hi,
    COLUMN FILE_DESC NOPRINT
    affects all queries in the same SQL*Plus session (unless you cancel it with a COLUMN FILE_DESC PRINT command.)  It doesn't matter if those queries are static or dynamic.  As mentioned before, COLUMN is a SQL*Plus command.  If you using a different front end, then it may have a different way to hide specific output columns.
    Did you have a poroblem when you tried it?  Post a complete test script that the people who want to help you can use to re-create the problem and test their ideas.
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • Faxes from the daily manager.

    I have an OfficeJet 6500A, which I purchased in August 2011.  I keep getting faxes from the Daily Manager, which I do not want to receive, but cannot figure out how to make it stop!  Its wasting ink and paper and I do not want to get them anymore.  Can you help me?

    Hi ibed12,
    here is a link for information on how to stop unwanted Scheduled Delivery:
    http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile/Unwanted-faxes-Print-Apps-Auto-Printing-Manage...
    I was an HP employee.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • When downing an app on 3gs phone it says invalid address . worked one day not the next

    When trying to download apps on 3gs phone it says invalid address . It worked one day not the next day . Any help would be greatly appreciated. Thanks

    Hi Roger,
    Welcome to the Apple Dicsussion Pages.
    The Alcatel Speedtouch 585 proabably has version 5 firmware on there. I see form your post you know what the problem is.
    This can be the problem.
    Earlier modes in the 500 series had Firmware versions 3 and 4 which meant you could telnet into them form the Terminal Application and Unbind SIP from port 5060.
    This is what is causing the problem.
    The symptoms are a starnge pattern of succss and failure.
    A small group you can contact all the time
    An equally small group of now and then success
    And a large group of Buddies that you can never get AV chats with.
    ibosie who posts here says he has been in caontact with Alcatel and that they are working on a Firmware update to get round this.
    At this stage another modem would be the way to go. (the 510 and the 580 can be Unbound)
    Ralph

  • Scheduling in Deliveries not copied from the correct schedule line of SO

    Hi All
    I have availability check activated for sales orders.
    In which for a given material it determined 2 schedule line .
    Schedule line 1. With 0 quantity -- e.g. delivery date 01.10.2010
    Schedule line 2. With 5 quanity -- e.g. delivery date 05.10.2010
    The re-scheduling is de-activated for my delivery note (type).
    When the delivery note was created, it had planned delivery date = 01.10.2010, and not 05.10.2010.
    Why was the date in the delivery copied from the 1st schedule line instead of the 2nd schedule line which was the correct date based on material availability?
    What should be done to ensure that the delivery copies the dates from the 2nd schedule line?
    Thanks for the answers!
    Regards
    Rajesh

    It is solved. Copy routines did not consider multiple schedule lines.

  • I have hp laptop dv9009us one day all the USB ports and webcam camera stopped working

    I have hp laptop dv9009us one day all the USB ports and webcam camera stopped working, I had windows XP and tried all solutions posted on online forums didn’t work, I upgraded to windows 7 and still not working, please note that the USB is detected in device manger and it says working properly but he webcam is not detected at all, also when I connect any device to USB it gives it power and I even can charge my cell phone but it doesn’t detect any device. Is there any genius out there that can help me?
    Also after I installed windows 7 I went o system information----software environment--- system drivers, and I found all USB drivers stopped by the way this was the case in windows XP as well
    usbccgp            Microsoft USB Generic Parent Driver   c:\windows\system32\drivers\usbccgp.sys         Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbcir   eHome Infrared Receiver (USBCIR)    c:\windows\system32\drivers\usbcir.sys Kernel Driver   No       Manual            Stopped           OK      Normal No       No
    usbehci Microsoft USB 2.0 Enhanced Host Controller Miniport Driver  c:\windows\system32\drivers\usbehci.sys            Kernel Driver   No       Manual Stopped           OK      Normal No       No
    usbfilter            AMD USB Filter Driver           c:\windows\system32\drivers\usbfilter.sys          Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbfltr   Razer Copperhead Driver         c:\windows\system32\drivers\copperhd.sys       Kernel Driver   No       Manual            Stopped           OK      Ignore  No       No
    usbhub Microsoft USB Standard Hub Driver    c:\windows\system32\drivers\usbhub.sys           Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbohci Microsoft USB Open Host Controller Miniport Driver  c:\windows\system32\drivers\usbohci.sys          Kernel Driver   No       Manual Stopped           OK      Normal No       No
    usbprint            Microsoft USB PRINTER Class           c:\windows\system32\drivers\usbprint.sys          Kernel Driver   No            Manual Stopped           OK      Normal No       No
    usbstor USB Mass Storage Driver        c:\windows\system32\drivers\usbstor.sys           Kernel Driver   No       Manual            Stopped           OK      Normal No       No
    usbuhci Microsoft USB Universal Host Controller Miniport Driver         c:\windows\system32\drivers\usbuhci.sys            Kernel Driver   No       Manual Stopped           OK      Normal No       No
    uwbusb            UWB Bus Control USB-Miniport Driver          c:\windows\system32\drivers\usbuwbmini.sys    Kernel Driver   No       Manual Stopped           OK      Normal No       No

    Did you ever get this resolved? I am having the same problem and have tried just about everything for my dv9000.

  • Is it possible to reference one cell from the value of another?

    Is it possible to reference one cell from the value of another e.g.
    value of b1 = value of c(value of a1)
    So if a1 = 3 then b1 = c3, if a1 = 5 then b1 = c5.

    Excellent!
    Thanks Wayne. Just saved me many hours and a headache.
    Works like a dream.
    Thank you for your succinct (and accurate) answer.
    Mark

  • Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4.

    Is it possible to exclude single contacts from the mute? For example: I want to hear when I recieve an SMS alert even if I mute my iPhone 4 (I am a fireman).

    No iPhone apps have access to the necessary API's to do so...they're all sandboxed.

Maybe you are looking for