Difference in Maintenance Plan date to Order basic start date

If i creat a strategy plan and schedule, i am getting difference in PLan date in Maint plan to Basic start date. What is making this difference. How to overcome this. I need Order start date same as PLan date.
Plz help me frnds.
Guruprasad

hi
can you explain in details with your maintenance plan with the dates.Normally your call date and plan date will be different becase of call horizon ,but the order basic start date and plan date will be equal only
kindly revert back
regards
thyagarajan
your order basic date will be when you have maintenance call is generated.kindly check
Edited by: thyagarajan krishnamurthy on Feb 25, 2009 9:46 AM

Similar Messages

  • Change document for Maintenance Order Basic Start date

    Hi Gurus,
    I want to trace the changes to MO basic start date. But the change document indicator for MO Basic start date is not enabled.
    Is there anyother option to trace the changes to MO Basic start date??
    Thanks,
    Prabhu.

    Prabhu,
    Not all fields are tracked for changes.
    In the past we have developed some functionality to add these missing fields to the change documents.
    In this case you could utilise IWO10009 (at save event) to save the change documents.
    PeteA

  • Production order Basic start date calculation

    Hello PP Sapperu2019s,
    I have an production order for total qty - 865,00.This production order created on 11.08.2011 and I could able to see the Basic start date as 26.06.2011.Please let me know how this basic start date gets calculated. I mean what are all the parameters included for calculating this basic start date.
    My Observation:
    I have checked in OPU3 for the respective plant and order type the scheduling type mentioned as Backward.
    SMK u2013 903 (ie, opening period for planned order u2013 3 days)
    In Routing we have two operations.
    Requesting from forum people to give me the detailed calculation part on how this basic start date gets calculated / arrived.
    Please let me know if you need any more inputs.
    Cheers,
    Kumar.S

    Hi Kumar,
                     As per my understanding this is all decided/maintained through scheduling parameters which are defined in Customizing per order type, plant and production scheduler (from the material master) (Customizing for Shop Floor Control, by choosing Operations > Scheduling > Define Scheduling Parameters). In what follows the parameters are described that affect the scheduling of a production order. Further control parameters are described in the course of this section.
    According to your query I suggests ,In Customizing you can specify that an order is rescheduled as soon as it is a certain number of days late (Start in the past indicator). The system then automatically carries out today scheduling when the basic start date of the order is more than the given number of days in the past. This scheduling is a type of forward scheduling starting from todayu2019s date and where the necessary reduction measures are applied .
    Else you can also specify  that a production order is to be rescheduled automatically whenever it is saved (indicator Automatic scheduling). If changes relevant to scheduling are made in the order and this indicator is not set then the order is given the status NTER (dates not current).
    Hope this would be useful for you at some extent.
    Please revert if required .
    Regards
    Chandra

  • Order basic start date.

    Hi,
    We are updating the basic start da of order using FM BAPI_ALM_ORDER_MAINTAIN.
    We are deleting the basic finish date and then updating the basic start date.
    I am observing the following:
    1) For some orders, the basic finish date is recalculated, whille for some it is not, and the basic finish date get deleted and the field becomes blank.
    2) For some orders, the basic start date is updated when the start date is in the past and in some cases, it is not?
    Please explain the reason.

    Hi,
    The following settings are there in OPU7:
    Do not adjust basic dates,dep reqmts to operation dates
    Scheduling type - forward scheduling
    Automatic scheduling is checked
    start in past = 0
    Can you please explain what to check when saving in the FM?
    Regards

  • Work Order Basic Start Date and Basic Finish Date to be changed

    Hi,
    Currently the business creates work orders without specifying the work resulting which the start and fish dates on work order are same. Also we have automatic scheduling turned off. In spite of this If I am trying to manual modify the basic start and basic finish dates on work order it does not allow me to do so. This issue is seen with work orders which are Released whereas orders with status outstanding have no issues. Could anyone please let me know what could be the reason?
    Thanks,
    Vinay

    Please check whether Scheduling type only capacity requirement is configured.
    If yes, choose this scheduling type in order, you can able to change Basic start date & basic finish date.

  • Basic finish date earlier than basic start date while backward scheduling

    I am encountering an issue where in when I am selecting backward scheduling for a process order and I am entering the Basic finish date, afte which system is giving me a Basic startdate which is after the basic finish date.
    For eg:- When i give the basic finish date as 08.12.2011, system is giving me basic start date as 09.12.2011
    I have checked the recipe of the material. In the recipe one major flaw that i found out was that all the activity timings were maintained as 0. But when i created a similar scenario in the testing client, i am not getting the issue.
    Please help.

    Hi,
    Check what is maintawined in number of days the start day is allowed to be in the past in scheduling parameters of the order type, in OPU3. If there is an opening float defined in schedule margin key of the order, and concerning this float backward scheduling finds a start date which falls into past, lead time scheduling will automatically switch to forward scheduling starting from today. 9.12.2011 could have been deducted this way. Also check the factory calendar if days upto 9.12.2011 are defined as working days.
    Regards.

  • WO basic start date - requirement date

    Good morning folks,
    Would anyone be able to shed some light on any config that would be suitable for the following:
    The materials are assigned to a task list that is then assigned to a plan.  That plan is then scheduled and the work orders are generated.
    When the materials are added to the work order their requirement date is automatically assigned as the work order basic start date - can this requirement date be pulled from the scheduled dates instead?
    The problem is that the material may not be required at the beginning of the WO, so the defaulted basic start date of the WO would not be the way forward.
    Thanks
    Mantas

    hi Mantas
    you can set in scheduling parameters with following possibilities
    <b>Path Plant maintenance and customer service->Maintenance and service order->scheduling->set scheduling parameter</b>
    1)The basic dates are adjusted and the dependent requirements are scheduled for the start dates of the relevant operations.
    2)The basic dates are not adjusted and the dependent requirements are scheduled for the start dates of the relevant operations.
    3)The basic dates are adjusted and the dependent requirements are scheduled for the order basic start date.
    4)The basic dates are not adjusted and the dependent requirements are scheduled for the order basic start date.
    so when you add the components you have to assign the operations,after selecting the operation you can change the operation date, after you change the operation dates,the material scheduled dates will be changed to the operation date
    (using the option <b>1</b>)
    regards
    thyagarajan

  • Basic start date and basic finish date in the maintenance sub-order

    Hi guys,
    when I create a maintenance sub-order by the transaction IW36 are the Basic start date and the Basic finish date taken,inherited from the principal Maintenance order?And if it is in this way,is there the possibility to put these two dates as a current day only on the  maintenance sub-order ?Thanks in advance...
    Maximilian

    Here is my code
      DATA : lv_date_diff TYPE i.
      lv_date_diff =  caufvd_imp-gltrp - caufvd_imp-gstrp.
      caufvd_exp-gstrp = sy-datum.
      caufvd_exp-gltrp = sy-datum + lv_date_diff.
    This is a 4 year old answered message. Please open a thread for your specific query.
    -Paul
    Moderator
    Edited by: Paul Meehan on Nov 24, 2011 8:42 AM

  • Process Order Basic Finish Date and Scheduled Finish Date

    Folks,
    I have a requirement from the business to be able to update the Process Order Basic Finish Date and Scheduled Finish Date independently from each other.
    In other words, update the Basic Finish Date and the Scheduled Finish Date cannot change or update the Scheduled Finish Date and the Basic Finish Date cannot change.
    I believe the reason for this is to be able to use the Basic Date to maintain the ATP accurately and keep the Scheduled Date to mark when the order was originally due from the shop floor to be able to measure if orders are being completed on time or late.
    I have worked in tnx OPUZ and had some success with other issues with these dates but I can't seem to make them work independently from each other.
    Or does anyone have any ideas how to measure proces order performance to the production schedule?
    Thank you for your help,
    Greg

    Rajesha, thank you for your reply but it doesn't solve my problem.
    Let me restate my scenario:
    I start a process order and both the basic and scheduled finish dates are the same, June 1.
    At some point, shop floor tells me they will be late and cannot deliver until June 15.
    I need to update a date in the system so the ATP and the MRP planning runs have correct information for promising customers, I will update the Basic Finish date with June 15.
    I also need to keep the original June 1 date in order to measure the shop floor performance to the production schedule to measure how early or late the  order was delivered. How can I keep the original finish date or how can I measure if a process order is early or late??
    Thank you for your help,
    Greg

  • Making the Basic Start Date in PM order Mandatory

    Team,
    we created a new PM order type per user requirements. One problem we have is to make the Basic start date field mandatory.Can any one propose how we can make make the basic start date mandatory ?

    Dear,
    Its always better to have forward schedule, and to do so, follow the path
    SPRO-->IMG-->PLANT MAINTENNACE &CUSTOMER SERVICE-->MAINTENNACE &SERVICE PROCESSING-->MAINTENANCE & SERVICE ORDERS-->SCHEDULING-->SET SCHEDULING PARAEMETERS.
    Here you can set the parameters as per your client requirement.
    Regards,
    pardhu

  • Maintenance Plan and Subsequent Order Generation in Preventive Maintenance

    Hai,
    I have an equipment which has 6 Maintenance Activities.
    The following is the sequence of maintenance schedules:
    1) Activity I - Maintenance scheduled once in a year - During March
    2) Activity II - Maintenance scheduled twice a year - During March and September
    3) Activity III - Maintenance scheduled thrice a year - During January, May, September
    4) Activity IV - Maintenance scheduled thrice a year - During February, June, October
    5) Activity V - Maintenance scheduled four times a year - January, April, July, October
    6) Activity VI - Maintenance scheduled six times a year - January, July
    7) Activity VII - Maintenance scheduled six times a year - February, August
    How to create a Task list for the above scenario and subsequent maintenance plan. If orders are generated from the maintenance plant how can they be scheduled according to the above scenario. Should we create a single task list with only one group counter or should there be multiple group counters for each of the above given activities.
    Can anyone throw some light on the subject.
    Regards,
    R. Vijayakumar

    hi
    it is not possible to acheive your requirement with single task list.
    Also you cannot specify the exact month where the call date will lie on the month specified,even you create strategy for once in 3 month and 9 months it will be rotated from the last scheduled one ,ie after completion of 9 month then next will be 12 month instead of next year 3 rd month
    either you create seperate task list with maintenance plan on fixed date ,for example create a maintenance plan for once in year cycle and put start date for Act 1 as 01/03/2009 hence system will create call object on the specified period or refer [HELP|http://help.sap.com/saphelp_erp60_sp/helpdata/en/dd/23608bc1c211d395c400a0c93029cf/content.htm]
    regards
    thyagarajan
    Also post in EAM forum for maxim response

  • Collective orders header order basic finish date is not changing

    Hai all,
    I am working on collective orders. The header order has Basic finish date as 17.05.2011 . Now i have changed this date to 10.05.2011 and re scheduled the order . But again system changing the Basic finish date to 17.05.2011. how to solve this.
    In the outline dates also i have given finish date 10.05.2011 it is remaining the same but order Basic finish date is not changing and schedulded dates are also not changing. can anybody help.

    Hi gurus,
    In a collective order suppose the lead order is having three child orders.  Kindl
    If one of the child order is partially confirmed is the entire collective order can be rescheduled.
    If one of the child order is Fully confirmed is the entire collective order can be rescheduled
    Can any body help me out

  • Tolerance on basic start date

    Hi,Experts,
    In case of Preventive maintenance order generated through system,can we make some settings so that user will be restricted to deviate the basic start date more than 7 days.Means User can only postpone or prepone  maximum 7 -days compared to the planned date of maintenance order .Thanks in advance.
    rgds
    rajib

    User - Exit  IWO10009 can be used and ask ur abap team to check in respect to basic start date in reference to system date and if difference is more than 7 days then dont allow to save the order.
    This can be done using mentioned user exit.

  • Changes in basic start dates and its effects

    Dear All ,
    Greetings!!!!
    Can you please guide me in "changes in basic start dates in Prod Ord".
    Actually,We are now starting to plan order creation as following parameters:
                                                     Schedulling type:- Capacity req only.
                                                     Finish date:- 31st(or last date of that month)
                                                     Start date:- 1st( of that month).
    Is it possible to change the dates now for existing Production orders.
    What will be its effects
    It is a kind request to you,to please guide me and correct me if I am wrong .
    Thanks

    Rahul ,
    yes you can change the date of existing production order , only difference it will make is you need to reschedule it and you may face soem capacity availability problem , as the start date for all the order will be same.
    other then this i dont see any issue in it.
    wait for experts suggestion from the forum.
    Hope it help you
    Regards
    Ritesh

  • Production finish date differs from basic finish date in backward schedulin

    Hi, experts.
    When i do scheduling the planned order,
    production finish date differs from basic finish date in backward scheduling as below.
    Scheduling: Backward
    Basic finish date : 2010.01.22
    Basic start date : 2010.01.21
    Production finish date : 2010.01.23  09:00:00
    Production start date ; 2010.01.22 03:57:09
    *GR time : 0.
    *Scheduling Margin key : 0.
    I don't know why production finish date set in 2010.01.23 09:00. ( Basic finish date +1 day)
    Please reply me.
    Thanks.

    Dear Jong,
    1) what is the parameter used in MRP run, Basic scheduling or lead time scheduling
    2) you must find a exception Mssg for that plan order in MD04
    3) basic scheduling take the time from material master & lead time scheduling will take time
    from Routing
    Regards
    Madhu

Maybe you are looking for

  • Void issued check thru auto payment

    hi gurus, can we void a cheque printed thru automatic program F110 without reversing the payment entry and reprint another cheque. my prob is people to cancel cheque reverse the payment also which creates numerous entries of reversal. regards, sandy.

  • HP Envy 7640

    I have a newly purchased HP Envy 7640 for Apple computer.  It is only printing Black and White.  Advise on how to change this setting??

  • Auto replace missing fonts durring script place

    I have a script that runs on startup that places a word document in a new indesign document. The problem is that if there are fonts in the word document that indesign can't find, then we get a message saying there are missing fonts and a series of ja

  • I can' t compile Stratus example from Adobe sample...

    Hey guys ! First, please sorry for my bad english, I'm french and it's a pain to explain this kind of problem in foreign language... I 'm trying to compile the example code found in Stratus sample (the audio/video chat), but I think some package are

  • Include a data in LOV programmatically

    I have created a LOV and I want to include a static value as one of the values with the queried values. How to do this ? null