PP-PI Exclude time period from scheduling

I have a design question,
I'd like to exclude a certain time-period from scheduling, how do I do this?
Example:
From 1st of January - 1st of february, I cannot plan any production for material A (I can plan production for other materials). For the rest of the year, I'd like to spread my production for material A equally. How do I design this?

Hi,
  This can be done by locking the workcenters.
1. For all your workcenters goto capacity tabpage and choose capacity header.
2. choose intervals and shifts and choose intervals.
3. Enter the period as valid from 01.09.2007 and  valid to 31.10.2007
4. In the same line goto work days and choose 0 ie non working days( if mentioned as working days it will be overrided as non working days) and save.
5. For this period eventhough you have reqmts while converting the planned orders
     you will get pop up message that no routing is selected.
6.It is upto you decide whether this planned order can be converted with default values from operation ( ie from tcode opjg).
7. You can exit
8. And also you can delete out dated planned orders by using roll forward period.
Hope you got some solution to your problem and reward if useful.
Regards,
nandha

Similar Messages

  • How to get bpel process insantaces for perticular time period  from java

    Hi Guys,
    I want to retrieve bpel instances from java for certain ( perticular) time period ,
    Please any one help me.
    Regards
    janardhan

    Did you have a look at the listInstances(WhereCondition wc) of the com.oracle.bpel.client.Locator class?
    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/com/oracle/bpel/client/Locator.html
    Jan Kettenis

  • Is there a way of excluding Time Machine from drives list?

    Every time I save a file or an application scans the drives on my iMac, the Time Machine drive is included.
    But because the HDs in the external drive (Iomega) go to sleep between Time Machine back ups, they have to spin up (2 HDs in a RAID setup, so both have to spin up) before the application can go on. That takes something between 5 and 10s every time.
    Is there a way of excluding the TM drive from the normal drives list? So that it's invisible to applications?
    Cheers,
    Marco

    if it is spotlight that i s scanning your drives, add the time machine drive to the privacy area in system prefs:spotlight:privacy. either drag the drive to the window or click the + buttonon bottom right.

  • Oracle (SQL) support for Temporal / time period based data

    Beyond standard SQL (DATE type etc. and <,>, LEAST, GREATEST, etc.) does Oracle offer anything to help handle time period based data? E.g. overlapping periods, joins when gaps in time periods from 2+ tables, period contiguity checks, etc. I've developed various SQL query techniques, but they're all rather cumbersome using standard SQL.
    Oracle Spatial offers geo-location support - is there anything similar for temporal query support?
    Any good books / docs on the subject?

    Check out Workspace manager for limited out of the box temporal support.
    You may also want to have a read through this series of articles about temporal database systems. They aren't Oracle specific, but may help you with your temporal system design.

  • XI3.0/SP19: Deadline Branch - Set time period dynamically

    Hi All,
    We need to receive the deadline period from an external system
    Is it possible to set the time period from an external value?
    Thanks,
    Ofer

    We had a similar request in a project of ours, and managed to make it work with the following workaround.
    Use a Fork Step with 2 branchs and in "necessary finished branches" option, set it to 1.
    In 1 branch, use the steps you normally would use in the block w/ deadline main branch.
    In the other branch, use a transformation step with a particular mapping.
    This mapping should be from the message you receive in "start process" receive step to any other target (you could create a dummy target message type or use the same message type of source message). In the message mapping, supposing you use target message = source message, just map all fields into the respective targets. In particular, in the field with the value you want to set to the deadline, use a UDF between the source and the target. Supposing the waiting interval is in seconds, use the UDF as:
    int delay = Integer.parseInt(a);
    try {
      Thread.sleep(delay*1000);
    } catch (InterruptedException e) {
      throw new RuntimeException("Error in waiting function.");
    This way you can have any time interval you want (including intervals shorter than 1 minute).
    Regards,
    Henrique.

  • Case function for time period

    I want to count the rows based on the date values and time periods of a date column. e.g.
    08/01/01 00:00 - 01:30 (row count)
    08/01/01 01:30 - 02:00 (row count) etc.
    I'm using the case function to create the time periods from the date column but I'm getting a syntax error, 'missing keyword' at between. How can I code the case statement to create the time periods. The following is the sql code I'm using.
    select TO_CHAR(START_TIME, 'yyyy-mm-dd') as process_date,
         case START_TIME
                   when TO_CHAR(START_TIME, 'hh24:mm') between '00:00' and '01:30' then '12:00 - 1:30 AM'
                   else 'unknown'
         end as process_time,
         count(*)
    from V8_Event_Vw event
    group by TO_CHAR(START_TIME, 'yyyy-mm-dd'), START_TIME
    Thanks,
    Tom

    select TO_CHAR(START_TIME, 'yyyy-mm-dd') as process_date,
    case when TO_CHAR(START_TIME, 'hh24:mm') between '00:00' and '01:30' then '12:00 - 1:30 AM'
    else 'unknown'
    end as process_time,
    count(*)
    from V8_Event_Vw event
    group by TO_CHAR(START_TIME, 'yyyy-mm-dd'),
    case when TO_CHAR(START_TIME, 'hh24:mm') between '00:00' and '01:30' then '12:00 - 1:30 AM'
    else 'unknown'
    end
    *untested (as if I really needed to say that)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to Group discontinued time periods

    Hi All:
    I have an issue which costs me bunch of time to develop. Basically I am trying to use discounted time in a select query but feel  like get nowhere to start.
    the scenarios is like this:
    I have many rows of data of this and I would like to have a solution I can select time period from just like what I can do for integer and text:
    Select *
    From Table
    Where Group = B
    and Open_Date in (select the all group A's time interval)
    to explain this problem in plain text, I would like to select all records from Group B whose Open_Date is within the interval between Group A's Open_Date and Close_Date. Thanks all in advance.
    Record
    Open_Date
    Close_Date
    GROUP
    1
    9/12/2013 9:25
    9/12/2013 10:44
    A
    2
    9/12/2013 10:19
    9/12/2013 10:39
    A
    3
    9/12/2013 10:22
    9/12/2013 10:22
    A
    4
    9/12/2013 10:56
    9/12/2013 12:41
    B
    5
    9/12/2013 12:00
    9/12/2013 12:00
    B
    6
    9/12/2013 12:00
    9/12/2013 12:01
    A
    7
    A+E301:H318
    9/12/2013 12:03
    A
    8
    9/12/2013 13:44
    9/12/2013 13:46
    C
    9
    9/12/2013 13:46
    9/12/2013 13:46
    C
    10
    9/12/2013 13:46
    9/12/2013 14:33
    C
    11
    9/12/2013 14:04
    9/12/2013 14:09
    A
    12
    9/12/2013 14:23
    9/12/2013 17:05
    A
    13
    9/12/2013 15:54
    9/12/2013 15:54
    A
    14
    9/12/2013 15:54
    9/12/2013 15:55
    B
    15
    9/12/2013 15:55
    9/12/2013 15:55
    B
    16
    9/12/2013 15:55
    9/12/2013 15:58
    A
    17
    9/12/2013 16:02
    9/12/2013 16:02
    A

    Sorry cannot test it right now
    Select *
    From Table
    Where Group = B
    AND Open_Date in (SELECT OpenDate FROM Table WHERE  Group = A
    AND  OpenDate  BETWEEN OpenDate  AND CloseDate )
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Can I exclude places.sqlite from time machine backup?

    Hi,
    Just looking at the time machine backup and raised a question about the repeated backup of places.sqlite in "~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/", I am wondering if I can exclude this file from my backup or even exclude Profiles from my backup?
    What would this affect my backup? Are these all essentials?
    I have looked into this page and understand what places.sqlite does. However, what don't know is if this file is missing, does Firefox produce one automatically?
    Or say, if each of my places.sqlite in the prevoius backups was like 90MB, how much size would them really take in the storage?

    Alvyn wrote:
    Thus, I am thinking if this "places.sqlite" thing is there every hour putting around 100MB to my time capsule, quickly my time capsule will be depleted.
    No, that's very small.
    Is there any way to do something like trimming time points from time capsule?
    Under normal circumstances, you shouldn't have to. TM automatically "thins" (deletes) backups every time it does a new backup, on the following schedule:
    "Hourly" backups after 24 hours (except the first of the day, which is a "Daily" backup).
    "Daily" backups after a month (except the first of each week, which is a "Weekly" backup.)
    "Weekly" backups are kept until TM needs the space for new backups; then one or more of the oldest weeklies will be deleted.
    So after a month, even if you do an hourly backup every day, and that 100 mb file is changed and backed-up +*every time+* (not real likely), you'd have 54 backups (1 per day plus 24). That would take a total of 5.4 GB, small potatoes on any TM drive, and really not worth worrying about.
    But if you want, you could delete all the backups of it. See #12 in the Frequently Asked Questions *User Tip,* also at the top of this forum.

  • How do I properly exclude a folder from a time machine backup?

    I want to exclude my music from the backup to keep the size down because I already have it backed up on a separate device. I add my Music folder to the exclude list and the size estimate in the bottom right of the time machine options sheet reflects the exclusion but when the backup starts, the size of the backup is as if the folder was not excluded. How do I make it so that is actually does exclude the folder?

    See
    http://pondini.org/TM/14.html

  • Time stream from resource WC not valid for total display period (PP/DS)

    Hi Apo Experts,
    As I enter the product view in the PERIOD TAB, this error message pops up "Time stream from resource WC not valid for total display period".
    Diagnosis was "The time stream for resource WSMT200_9000_001 is not valid for the general display period. This can cause the display of the time buckets profile for this resource in the product planning table to be inaccurate."
    Please, can someone help me understood what was this error mean and the cause? And maybe an idea on how to correct this.
    Greatly appreciate your answer!
    Thanks in advance,
    Raymond

    Hi Raymond,
    the capacity of a resource in the live cache is generated in the past and in the future according to the settings Planning Parameters (/SAPAPO/RES01) on tab general data. Here the days- and days+ are important.
    e.g. the resource has got the following parameters: days- 30 and days+ 180.
    Today we have the 1th of January 2008.
    After starting the product plan table you can choose the planning horizon from/to.
    If the time fence is more than 180 days in the future you will get your message above because planning parameters do not "allow" more than 180 days in the future.
    Instead of this the message do not appear if you choose a smaller value.
    For more information please see SAP Note 449452.
    Hope this helps.
    Greetings
    Timo

  • Time stream from resource  not valid for total display period

    Dear Friends,
    In APO after PPDS Run, and executing  Product View, in period tab of product view I am getting an error with following meassge.
    Time stream from resource WP5_0110_001 not valid for total display period
    Message no. /SAPAPO/RRP_PT055
    Diagnosis
    The time stream for resource WP5_0110_001 is not valid for the general display period. This can cause the display of the time buckets profile for this resource in the product planning table to be inaccurate.
    Can anybody come across such type of error, if yes please let me know the possible solutions to overcome this problem.
    Thanks and Regards
    Nilesh

    Kinldy refer to  SAP Note No. 449452 for the exmplanation and solution to the issue.
    Rgs - Vikas

  • Exclude a table from time-based reduction

    Hi,
    Iu2019d like to exclude a table from time-based reduction. How can I do this ? Is there any manual how to do customizing in TDMS ?
    Regards
    p121848

    Thank you Markus for your annotation.
    AUFK is technically declared as an Master Data Table, but stores orders. Standard
    TDMS provides a reduction of this file and in the client copies we did via TDMS a lot of  records disappeared when we selected time-reduction.
    Now we fond out that some Transactions as OKB9 or KA03 refer to old internal orders. So we would like to maintain the customizing, to exclude AUFK from reduction. But this is not possible in activity TD02P_TABLEINFO, because no changes can be done to the tables, which have got the transfer_status 1 = Reduce.
    You can manipulate the Transfer-Status in file CNVTDMS_02_STEMP before getting to activity  TD02P_TABLEINFO, but I wonder whether this is the way one should do.
    Any idea ?
    Regards p121848

  • How to compare data from 2 different time periods

    Hi folks,
    I have a question on approach to a problem. I want to be able to compare data from a common db, but for 2 different time periods. For example I want to see the number of occurences of an instance in my data for today and compare it against occurences a week ago today. What's the best approach for this kind of problem? Is this done with 2 separate queries from 2 sub reports and then compared some how? Any comments on this approach or an other are appreciated.
    TIA bvd

    Follow these steps:
    1) Bring your first time period in your main report.  This will be your first query.
    2) Bring your second time period in a subreport.  This will be your second query.
    3) Bring the values from your subreport into your main report using shared variables.
    4) Lastly, compare the results using formulas in your main report.
    I hope this information proves useful.
    Regards,
    Zack H.

  • Holiday Schedules and Time Periods

    Currently at our company, we have a 24 hour travel line. We have been able to use Time Period/Schedule and Partitions in CUCM to forward to different offices at different hours throughout the day. Below is what it is currently set up as.
    Monday
    Tuesday
    Wednesday
    Thursday
    Friday
    Saturday
    Sunday
    8am-8pm
    Main
    Main
    Main
    Main
    Main
    Office 3
    Office 3
    8pm-12am
    Office 2
    Office 2
    Office 2
    Office 2
    Office 3
    Office 3
    Office 3
    12am-3:30am
    Office 2
    Office 2
    Office 2
    Office 2
    Office 3
    Office 3
    Office 3
    330am-8am
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Office 3
    Main is under a partition called Open PT. The same DID is under two other partitions (Office 2 and Office 3) where it forwards the call to an international number.
    Their group has now requested that on certain holidays (thanksgiving, labor day, etc), all numbers be forwarded to Office 2 and another set of holidays (memorial day, presidents day, etc) forward to Office 3. I've looked at Unity holiday schedules and read over some options and it seems like I would have to get rid of the time period/schedules that I have set up in CUCM and set up a call handler with schedules and holiday schedules. How complex will this be? Can this even be done with the way they want it?

    this is my scheduld doc
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    5:00 AM
    7:00 PM
    12:00 AM
    7:00 AM
    7:00 PM
    12:00 AM
    New Year's Day (Closed)
    12:00 AMHoliday
    Memorial Day (Closed)
    12:00 AM
    Holiday
    Independence Day (Closed)
    12:00 AM
    Holiday
    Labor Day (Closed)
    12:00 AM
    Holiday
    Thanksgiving (Closed)
    12:00 AMHoliday
    Christmas (Closed)
    12:00 AM
    Holiday

  • Restrict Periodic jobs scheduling from SM36 or any other t-code

    HI,
    We would like to restrict users from scheduling periodic background jobs. Immediate jobs will be fine.
    And also  one more concerns is that user should not be able  to directly execute any report or transaction in background periodically.
    In short immediate jobs will be fine but users should not be able to set periodic jobs by any T-code.
    Thanks,
    Chandresh Pranami

    If you search for "btcoptions" you will find a comprehensive discussion about this, and a development suggestion in the wiki.
    I attempted the same and ended up recreating the UI from scratch and scheduling the report + variant from a parameter transaction they are authorized for, but the user can navigate in many transactions showing this option.
    A compensating control when retiring users and central batch administration with monitoring is easier.
    Cheers,
    Julius

Maybe you are looking for