Dedicated scheduling of a planned order having a fixed activity

Hi Gurus,
We're using PP/DS Optimizer with Total Delay Costs objective function, following a Backwards Scheduling strategy in order to Reduce Premature Scheduling. Order activities are then scheduled as close as possible from the requirement dates. However we would wish to apply a forward scheduling strategy to the orders having a fixed activity, but starting from the existing order planned start date instead from the system date, i.e:
Requirement X due on 18.01.2012
Output firmed planned order Y with 3 activities (A1, A2, A3), A2 beeing fixed
Optimization result with a Backward scheduling strategy:
A1 09.11.2011
A2 18.11.2011
A3 17.01.2012
Optimization result when Backward scheduling setting is unchecked
A1 NOW
A2 18.11.2011
A3 17.01.2012
The business requirement we d'like to achieve
A1 09.11.2011
A2 18.11.2011
A3 19.12.2011
It is not foreseen to fix A1 to bypass the problem, above example is only a basic example whereas there're multiple activities in between A1 & A2 in our real material PDS. Is there any way (even with another optimization run, or using in combination a Production Planning Run...) to achieve such a scheduling strategy?
BR,
Pascal.

Hi,
To add further and to more precise, the issue is:
In CM01[or in any capacity evaluation tcode], In a particular maonths load[Period] the opeartion from different month is showing up.
For example: if Period[month] 06 is veiwed of a Workcenter load, a line[load appears], whose earliest date is in 7th month[01.07.2014].
I expected to see, only Workcenters scheduled in 6th month to show up in the load evaluation.
Please look at the screen shot.
Regards,
Avinash

Similar Messages

  • Time scheduling by the Plan order (MD02)

    Hi,
    Does the the scheduling margin time be considered by (start and finish date) for plan order after MD02.
    If yes how can I customize the system
    Is the Time scheduling important for the plan order or only for the production order?
    I've set in the Material master for my Material 4 days by the scheduling margin.
    When I execute MD02. The system doesn't consider the 4 days by (start and finish date)  from the plan order.
    It only consider the Goods receipt processing time.
    Is the Goods receipt processing time relevant only for the plan order and the scheduling margin time for the production order?
    Thanks.

    Dear ,
    Did you miaintain the Scheuling Margin Key in OPPR , Material Master -MRP2 and routing ??
    Generally , to define the order float  we need the scheduling margin key in OPPQ .The scheduling margin key is copied from the material master -MRP2 view . The float before production or float after production and the release period are defined in the scheduling margin key
    For Customizing you need to go in OPPR or in   Shop Floor Control, by choosing Operations --> Scheduling --> Define Scheduling Margin Key . This key gets  transferred when the production order is created from planned order or direct production order  These values can be changed in the production ordr only .
    While running MRP , it will not cosider the SMK  for scheuling purpose  because MRP does not carry our detail scehduling based on Work Centre available capacity  where as it takes the routing operation time and perfomr the scheuling to gerenrate the Planned Order Dates .
    refer  this expert comments : Scheduling Dates for Planned Order and Production orders
    Regards,
    JH

  • Scheduling problem in planned order.

    Hi all,
    I have a problem in scheduling of planned orders.
    I had mentioned the following parameters.
    1. Available capacity in the work center as 06:00:00 to 12:00:00
    2.Set up time is 10mins in the routing.
    3. The planned order qty is 100 nos.
    While doing manual scheduling in planned order, the system proposes the start time as 11:50am and finish time as 12:00am. But as per calculation, for 100nos x 10 mins = 1000 min = 17 hrs.
    But the system calculated 10 mins for 100 nos.
    Is there anything i am missing , due to which the system is doing wrong scheduling.
    With regards,
    Afzal

    dear afzal ,
    system is taking setup time only for first piece you are machining and for rest other 99 piece its not considering the setup time.
    Check in the formula you are using if its defined as only to consider one time the setup activity or its taking piece wise/quantity  wise.
    Check and change it , it will solve your problem.
    Hope it helps you.
    regards
    Ritesh

  • BAPI or FM for scheduling a planned order (like MD11 or MD12)

    Hi guys.
    We are working with a group of materials and planned orders, in order to modify and create new planned orders depending on the stock per each material. So we use MD12 to 1) modify the quantity in the order, and MD11 to create new planned orders for the rest of stock for this material.
    For process of creation we don't have problems (BAPI_PLANNEDORDER_CREATE makes its work well ), but when we want to schedule the new planned order created before via FM or BAPI, we cannot see any results in MD12.
    I mean, when a planned order is scheduled via menu button, a new tabstrip appears in the transaction with dates. So this similar action we've tried using CX_PLANNED_ORDER_SCHEDULE or CX_CRP_PLANNED_ORDER_SCHEDULE but there was no change.  If we execute the Schedule button action, in table PLAF (master of planned orders) apears a new number in field PLAF-BEDID related to MRP.
    So guys, could you please help us how to get this issue? As last option is BDC, but BDC's and me are not good friends because its performance. So please, any suggestions?
    Thanks in advance!
    Raul Romero

    Hi guys...
    Sorry for the long time without an answer, which I'm sharing you now:
    1. In order to perform the proccess of scheduling, you have to record the steps from menu bar in your batch input. I mean: (1) set values into fields CRHARBPL-LOW () and CRHWERKS-LOW
      PERFORM set_batch USING: 'X' 'RCCRY000' '1000',
                                      space 'BDC_CURSOR' 'CRHARBPL-LOW',
                                      space 'BDC_OKCODE' '=PLNG',
                                      space 'CRHARBPL-LOW' p_arbpl,
                                      space 'CRHWERKS-LOW' 'PR01'.
    (2) After you ordered your list of planned orders or production orders, loop your internal table and per each order record these commands (these simulates the popup option to select the order you want for scheduling and mark it in the dynpro you are processing):
      LOOP AT gtd_tabofplan INTO gvc_tabofplan.
        PERFORM completa_bi_campos USING: 'X' 'SAPLPLAT' '4000',
                                        space 'BDC_OKCODE' '=Z021'.
        PERFORM completa_bi_campos USING: 'X' 'SAPLCY19' '0120',
                                space 'BDC_CURSOR' 'CYMARK-VALUE(02)',
                                space 'BDC_OKCODE' '=BACK',
                                space 'CYMARK-VALUE(02)' gvc_tabofplan,
                                space 'CYMARK-MARK(01)' space,
                                space 'CYMARK-MARK(02)' 'X'.
        PERFORM completa_bi_campos USING: 'X' 'SAPLPLAT' '4000',
                                space 'BDC_OKCODE' '=SL25'.
      ENDLOOP.
    (3) Set the SAVE operation.
      PERFORM completa_bi_campos USING: 'X' 'SAPLPLAT' '4000',
                              space 'BDC_OKCODE' '=SAVE'.
    Hope you' ve succeeded in this task, let me know if you've another questions.

  • Collective Planned orders Scheduling for lower level orders with reference to the Superior order

    Hi All,
    Collective planned order scheduling.
    I have been trying to reschedule the superior planned order and i was expecting the lower level planned orders to reschedule based on the superior planned order.
    My problem is
    when i try to reschedule the superior planned order the system is not rescheduling the lower level planned orders.
    For example if i change the basic finish date of superior planned order as 30/09/2014 and reschedule the planned order it is only scheduling the header planned order and the lower level planned order is not scheduling.
    Could some one tell me why this is not happenning at planned order level.
    As the rescheduling of collective order will work at production order level but for some reason it is not happening at planned order level(as there is no option available to do so).
    Please give your thoughts on this asap.
    Mahee.

    Hello Mahee
    Please observe that your system is working as designed. Planned orders are scheduled independently, even when they are part of a network/collective order. Note 152319 explains the planned order scheduling in detail and it provides the following information:
    * No scheduling of overall networks is executed although a directly manufactured component is assigned.
    Note that no scheduling of the overall network is executed for planned orders. For the components requirements dates are determined. In order to cover them, planned orders are created in the next MRP run. Since the requirements are not managed using the exact time, the results of the planned order scheduling and of a scheduling of the overall network of the converted collective order can differ.
    BR
    Caetano

  • Planned Order Scheduling - No Valid Routing Selected

    Hi Friends,
    I am trying to create planned order and then trigger lead time scheduling for it.
    I have maintained BOM, Routing, Production Version, and Scheduling Parameters for Planned Order as Detailed Scheduling with Scheduling Horizon as 50 days, and gactivated scheduling anf enerate capacity requirements in OPU5.
    My Production Version is valid through 12/31/9999 and also validity in terms of order qty is correct.
    I face problem of routing not being selected beyond the 70 days horizon.
    I could not understand why the scheduling horizon considered is 70 days tough i have maintained 50 as scheduling horizon in OPU5.
    Waiting for your valuable help and pointers
    Regards,
    Mayur

    Dear Maulik and Dhaval,
    Good morning, Hope you remember me.
    In my material master I have 28 days as inhouse production time but even aftre changing it to 0 there is not change in the leadtime scheduling result. I still get the message that no valid routing found.
    Dhaval,
    For the selection ID routing status matches. My problem is, If my Planned Order has a basic start date on or before 30-Apr-2009 when I try to schedule order it successfully fetches routing but when i give basic start date as 1-May-2009 it results in message no valid routing found.
    I though it might be because i have maintained detailed scheduling horizon as 50 days but 30-Apr-2009 is 70 days from now, so I am confused where to check for. My material even do not use production shceduling profile.
    Thanks for replying.
    Looking to see some clue
    Mayur...

  • Remaining capacity requirements scheduled for operation in Planned Order

    Hi all,
    I'm workig with planned orders, and I need the "Remaining capacity requirements scheduled for operation" data to list it in a Z Report, but I don't know how to get it.
    You can see the info in the "Detail Scheduling" of the planned order in MD13.
    Anyone knows how to get the info? Any table or any FM to get it?
    Points will be given for helping
    Thanks in advance!

    Did you ever find out where the planned order capacity information lives?  I can find the production capacity information in table KBEZ, but it appears that there is no planned order info there.
    Thanks,
    Matthew Bruckner

  • Need Automatic Lead-time scheduling in Planned Order using MD11

    All,
    Our users have a requirement that when they create a planned order using MD11, they would like system to do automatic lead-time scheduling based on the "basic finish date" entered by the user. Currently the system is taking 3 days from the in-house time maintained in material master to calculate the basic start date. But users want to use the 100 days that have been maintained in the routing.
    Currently users have to click on "manual scheduling" on the planned order for system to pick up 100 days from routing which is an additional step for the users. Hence users want an automatic way in which system would do lead-time schedule when they enter the basic finish date.
    Thanks,
    Swapnil

    Dear Swapnil,
    In my understanding it is the standard SAP behaviour even if you have made the necessary settings in OPU5 for the planned
    order type.
    If my understanding is correct, then as per this setting the MRP behaves for the particular plant and order type combination.
    Whenever you create a planned order manually you have to do a detailed scheduling and then you get the production dates
    for the planned order.(This might be because generally when a planned order is converted into production order the system
    carries out a lead time scheduling.- Check the same and correct me if I'm wrong)
    Even if you update the material master through CA97,you will not get the detailed scheduling done along with the production
    dates.So you have to perform this manual activity during MD11.
    What is the reason of setting the in-house production time as 3 days,if the exact production time is going to be more?
    Check and revert
    Regards
    S Mangalraj

  • APO schedules order having REL and PCNF status

    Hello,
    We are using PPDS for planning and scheduling. The planned orders are converted to production orders and sent to R/3. After order release in R/3, user may adjust the quantity and reschedule the order in R/3 to extend the orders when needed. This can be the case for partially confirmed orders also.
    But as soon as user reschedules order in R/3 APO overwrites the dates. How can we stop this so that R/3 has the control on orders with REL and PCNF status.
    Thanks
    PE

    Hi,
    Can you check the settings defined in /SAPAPO/CP3 for retransfer.
    Thanks,
    nandha

  • Capacity Reservation Table for a planned order

    Dear experts,
    When I look at MD13, I can see the capacity requirement for a planned order.  I can also see the requirements build up in my CM01 screen.  We would like to pull the data into our BW system, but we are having issues finding where the capacity reservation information resides.  When I look at table KBEZ, I can only find values that correspond to production orders.  Is there a similar table for planned orders?  Does SAP save the detailed scheduling infromation for planned orders in a table somewhere, or is this calculated at the time MD13 or CM01 is run?
    Thanks,
    Matthew Bruckner

    Have you tried with KBED? I can see with SE16 that you have a field for selection with the planned order number....

  • Repititive Manufacturing-Planned orders

    Hello Experts
    I have a REM planned order having a quantity of 100 nos. If I do GR of 110 for this planned order,it will give a warning message number: RM124: "Backflush qty> plnd ord qty. Over delivery for planned order carried out". I dont want over delivery. So I would like to make this message to error. Which is the tcode in spro.
    Is there any other way to prevent overdelivery.

    Dear ,
    I do not think Over delivery or under delivery tolerence in GR  can be given in Planned Order level .Basically this tolerence level are in Work Scheduling view which is not applicable in REM scinario.
    To my knowledege , there is no such configuration set up to avoid execss GR in REM .We need to think some txan variant  OR User exit in MFBF level
    Re: User Exit For MFBF
    User exit in planned Orders
    Regards
    JH

  • Error while creating Planned order in SAP PP

    Hi ,
    I am creating planned order for finished material and system has given below error - Please specify the order deadlines in ascending order.
    SAP Message Error- Message no. 61009  Please specify the order deadlines in ascending order
    Very first planned order get saved and we declare the production and business completed
    Now creating second planned order , while saving system giving above error.
    I am Taking Planned Order Profile LA -Stock order
    Any solution  ...?
    Thanks in advance !!!
    Deepak.

    Hello Deepak,
    Please adjust the order dates in the scheduling of the planned order. In normal production scenario operation completed end of the night shift and order finish date is possibly moved one day in the future for this reason we need to set the operation timing in 24:00:00 format
    In your issue change date like this
    End date : 30.06.2014
    Start : 31.05.2014
    Opening date : 31.05.2104
    Check with this date, it’s work for you 
    Regards
    Umesh Mali

  • PPDS Planned orders with setup driving requirements in R/3

    Hi Gurus -
    We plan Finished Goods and Semi-FG in APO and send the planned and process orders over to R/3. We use the change-over matrix(set-up)matrix to create the set-up times for the finished good planned orders.
    For a material I have 24 hours change-over time. Lets say material runs on tuesday 3 PM, the setup time is 24 hours before that.
    Setup time: Monday 3 PM to Tuesday 3 PM
    Run Time: Tuesday 3PM onwards.
    Unfortunately the Packaging requirements are being shown on Monday itself. While I have setup or change-over time, I don't really need the packaging materials on monday. So what can we do to avoid this?
    Basically as soon as the APO planned order hits R/3, the BOM in R/3 is being exploded based on the order start date/time and not based of actual runtime of the order.
    For MRP folks, its misleading since the packaging items are not really needed on monday.
    Any help on this will be greatly appreciated.
    Regards
    Rajesh

    Hi Varun,
    Have you mapped setup and run as two activities in same resource or seperate operations all together.
    If compoenents are assigned to run then are dates getting calculated correct ly in APO and only getting chaged in ECC?
    In ECC there is configuration for production/process order   under scheduling parameters for production order where you can decide whether component should be assigned to run activity or set up activity but unfortunately this config is not available planned order.
    If you have defined set up and run as seperate operation then there shold not be problem check config in ECC
    Define scheduling parameters for planned order- adjust dates- adjust schduling should be adjust basic date and dependent requirement to operation date.
    Regards,
    Santosh

  • Planned order splitting during capacity planning

    Hello,
    anybody plese help me during the capacity planning in T.code.CM31 i want to split a planned order and want to assign alternative sequence. how can i do this and the capacity should be reschedule automatically to my requirement date. i am using backward scheduling.
    plese suggest immediately
    Thanks and reagards
    Bhakta

    Dear Bhakta
    MRP does not perfom any Capacity Requirement Planning .While  you are executing MRP with Lead Time Scheduling , MRP proposes Planned Order Dates based on the Routing Operation Timing not based on the Work Centre available Capacity because in SAP Std R/3 we did not have scope to check the finite scheduling and capacity requirement chek .MRP assume that Work Centre has infinite available capacity .
    In MRP run , it will give you Detail scheduling of the Operation in Planned Order -Detail Scheduling tab  and copied the routing , BOM as master data .When you convert that Planned order to Production order , it will copy the Routing details based on the Order Type denpendt Parameters -OPL8-Routing -Alternative sequnce  and Automatic selection -3 option
    Thats why we have Capacity Requirement Planning  for Detail Capcity check and production order scheduling  .
    Note : Earlier to my first  reply , please note that you have option in CM21  enter sequence number  at order level which may applicable to you .CM21-Work Centre -exectute -Select the Order from order pool -Goto Order -Sequence number maintainence
    This number( sequence number operation /order )  that can be assigned to production orders or planned orders at the level of the task list header and is therefore valid for all the operations in an order.
    Hope this is clear .Revert if you nees farther help
    Regards
    JH
    Edited by: Jiaul Haque on Jul 5, 2010 3:32 PM
    Edited by: Jiaul Haque on Jul 5, 2010 4:01 PM

  • Automatic dispatch of Planned Order - Reg.,

    Hi
    Here i'm trying to dispatch a planning order automatically, when a work center capacity got fully loaded. What is the necessary settings has to be done?
    Kindly explain clearly
    Regards,
    Gopi

    Dear ,
    When you are dispatching the operation for Planned Order /Production order in that day , system checks the availble capacity load in that work centre .If required capacity is not avalaible based on the work centre available capacity (Capacity Tab-Available capacity -Check overload CM05 for workcentre in that week) , operation will not be dipatched and Scheduling logg will be created
    .I suggest that you need to check the Available Capacity (can be viewed weekly /monthly -Select the weekly grid -double click -system will dipaly the daily load in a week ) of the work centre and then go back to CM25 with your work centre -select Overall Profile -Enter Work centre -Strategy -Mark "Date Entry while dispatching " which will hel you to dipatch the date based available capacity CM05.Or else try to use CM21-Graphical view (goto -settings-scale-daily split -chek the available capacity date -dispatch.
    In CM01/CM05 , please enter Plant /Work Centre in CM05-Hit DETAIL Capacit list or Varibale View -it will display with weekly bais capcity set up based on the .Select the week where this date fall on or If you want to look the daily baisi load , then goto Planning tab-Profile-Option Profile -select as appropirate to analysis the load daily /weekly
    Setting Required :
    1. Settings for Available Capacity
    2. Setting for Capacity requirements
    3. Settings for Capacity evaluation and leveling
    1.Materials Master define the Production scheduler and production scheduling profile
    2.Work Center - Define the capcity planner group,activate checkbox Relevant for Finite sceduling,on the capacity header define the shift timings,break timings and unit of measure,no of individual capaity, enter formula for scheduling in capacity view.
    3.Routing - enter the values for the standard values. Use control key with scheduling.
    4.In transaction OPU5 and OPU3Z - define the scheduling parameters for planned order and productiion orders and activate the checkbox Capacity requirement and Scheduling. what is the settings in OPPQ and OPPR for the "Start in Past" parameter, you need to keep them consistent with the OPU5 settings.
    Capacity Setup :
    Define time profile in OPD2.
    Define the strategy profile in OPDB
    Define the Overall profiles in OPD0.
    In the order control OPJK I have maintained check capacity with SAPSFCG013 profile.
    Define Scheduling parameters for Production orders-OPKP-Maintain Capacity Checked /Finite Scheduling Cheked /Scheduing Type -BW/FW .
    Hope this will help u in analysis the set up.Revert if u need any help
    Regards
    JH
    Edited by: Jiaul Haque on Apr 28, 2010 2:04 PM

Maybe you are looking for

  • Error 13014... iTunes wont open?

    Well I had an old version of iTunes, 7. something, and when I tried to download a song it gave me an error message, so I downloaded the new version, and now it wont even open. It says an unknown error occured.(13014). I tried uninstalling it, reinsta

  • Problem in passing vector from an applet to servlet

    Hi, I m facing problem in reading an object in the servlet (that i send from an applet). I have used BufferedInputStream ... The servlet reads the object but it takes about 30 seconds to do this ... If i don't use BufferedInputStream, it gives an "er

  • IMac display issues / Trying to output at 1920x1080 through VGA

    I'm having some external display issues with my 2007 Intel Core 2 Duo iMac (2.4ghz). Using the mini-DVI to VGA adapter, I plugged the VGA cable into a Samsung LCD TV (PC mode). When I originally had everything set up, I was using the TV as an extende

  • Why, when i try to synchronise my pc library with my Zen Vision M does it not update??? Pleae He

    Hi, I have a Zen Vision M 20g and i've been trying (in vain) to synchronise from my PC library which i've updated and cleaned up - to my Zen. Everytime i've done this (about 5 times now) it doesn't update. I've still got Artist files named 0, 02, 03

  • ADF BC 组件的运行时介绍 -1 Application Module的状态管理

    原文连接 [ADF BC 组件的运行时介绍 -1 Application Module的状态管理|http://blog.csdn.net/genexujin/article/details/7086679] ADF BC 框架中提供了开箱即用的应用‘状态管理’的功能.所谓状态管理,英文就是State Management,指的是维护用户在使用应用系统时的会话状态.概念上可能会和Http Session对象混淆.ADF BC提供状态管理是独立于Http Session机制的,自成体系的一个机制.