Req date for an activity based on planned delivery time of component

Hi Experts
I wish to create activities for purchase and install an equipment.
The procurement activity is assigned with the component.
the planned delivery time is specifed (ex: 100 days)
Based on this value, can i get calculated the requirement date for the activity (Ex: today+100days) in stead of manual specification of date for the corresponding activity?
warm regards
ramSiva

Hi Ahmed
Thanks for your response. This seems to be good feature.
However, i could not get the date corrected for my activity after applying this function.
I have created an activity with normal duration 1day. For the same activity, i have assigned a compnent which has 100days planned del time.
Then i have used 'Transfer Del time --> duration'. But no change.
Could you suggest me right approach?
warm regards
ramSiva

Similar Messages

  • MRP - Auto creation of del schedule lines based on planned delivery time

    Hi,
    We have activated MRP (type PD) where Purchase requiesition is auto created by system for requirement quantity. We require to optimize delivery schedule in such a way that entire PR quantity is broken into various delivery schedule based on planned delivery time and requirement.  Scenario can be further explained with following example.
    Material Requirement for a month is say 1,25,000 units
    Closing Stock say 25,000 units
    PR Generated by system for 1,00,000 units. The entire quantity is schdulled with only one delivery schedule line as per planned delivery time. 
    The requirement is to generate multiple delivery schedule lines automatically in Purchase requisition based on planned delivery time so that Purchase orders can be placed with system generated delivery schedule lines.
    How can it be achieved ?
    Regards,
    Nirav Kinkhabwala

    Nirav,
    This subject has been discussed repeatedly in this and other forums.  I must assume that you overlooked the rules of engagement, which state that you should first search the forums and other public sites, before posting questions here.
    Standard SAP MRP cannot be made to generate multiple items in a Purchase requisition.  The functionality you seek is usually achieved when converting purchase reqs to Purchase orders, where many single purchase reqs can be adopted into a single Purchase order.
    You also might want to investigate use of Vendor Scheduling agreements.
    Best Regards,
    DB49

  • Planned delivery time issue

    Hello Experts,
    We have below requirement.
    Created sales order for a particular material. Planned delivery time is picked from info record for that material and PR has been created.
    We are converting PR into PO and the planned delivery time is fine. Now we are updating the ASN from vendor with some prior dates. In MD04, the same got updated. However the sales order still shows the old planned delivery time only. How to get the new planned delivery time  in the sales order based on the ASN updated in PO.
    Example:
    Material: A
    Planned delivery time is 10 in info record
    Created sales order. Planned delivery time in the sales order is 10. PR created with fixed vendor and planned delivery time is 10 days from the date of creation.
    Converted PO.
    Now we received the ASN from Vendor that the vendor will deliver this material in five days. So accordingly we are updating the ASN in PO with delivery date.
    In MD04, we could the new planned delivery time based on the ASN. However sales order delivery still shows the previouls delivery date only.
    How to get the new delivery date in the sales order based on the ASN update?
    Regards
    Bala

    This is not standard SAP logic. Required delivery date on the original line item stays as it was when you issued the order. Then you create a confirmation (ASN) that is relevant to MRP with the updated delivery date. Planning sees the new date and acts accordingly, and also in the order you can see both "old" and "new" (in the confirmation tab).

  • Validate the posting date for profit centre documents actual/plan

    Hi,
    I have an requiremnt where we want system to validate the posting date for profit centre documents actual/plan, Functionality should be same as system check  posting period for FI documents maintained in OB52 and controlling cost centre documents posting period maintained in OKP1.
    For creating Profit centre document activity types are available in Tcode 0KEO.
    I have come across Exits EXIT_SAPLPC08_001 and  EXIT_SAPLPC08_002. But i am notsure whether we can use these and implement these.
    PLease suggest what can be done to achieve this.
    Regards,

    Hi,
    U can use subsititution and specify that the profit center could be your head office or the store as per your req...
    I think thats the only option we have..
    Cheers
    Raghu

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • ERMS for email activity based on alerts

    Hi
    What are the configuration steps required to setup ERMS for email activity based on alterts.Please send me soltion immediatly
    Regards
    Vikram

    Hello Vikram,
    I am afraid that your question is not clear. ERMS is a solution for processing and handling inbound emails. Alerts are used to communicate customer-relevant information to Interaction Center agents. The two tools -- ERMS and alerts -- are not related. Can you please clarify your question and/or elaborate on you requirement?
    Thanks,
    John

  • Planned Delivery time not considered after MRP run for scheduling

    Dear All,
    After running MRP, the planned delivery time maintained in Purchase info record is not taken into consideration for calculating start date of the schedule line of externally procured material generated by the system.
    Planned delivery time is 3 days & Requirement of parent material falls on 15/02/2010. With this, system should calculate the start date for schedule line as on 12/02/2010 considering 3 days Planned Delivery time.
    Any idea as to what might have gone wrong?
    thx for your help in advance.
    Rgds,
    Ranjeet

    Hi,
    Determination of PLD from the Purchase info record is maintained in transaction code:OMDT. Planned Delivery time is also maintained in Scheduling agreement. However, it is not calculating delivery date as well as release date.
    Rgds,
    Ranjeet

  • Regarding planned delivery time for Subcontracting process

    1.Factory calender is maintained  and assigned to the plant,SUNDAY is
    not working day for Client,so the system is not planning any internal
    activities for SUNDAY,up to here it is fine.
    2.One semi finished material is produced by vendor.i.e.Sub contracting
    process, it takes 2 days to complete.For vendor SUNDAY is not a
    working day.
    3.Planned delivery time is maintained as 2 days ,so that if PO is
    release on MONDAY ,the delivery date on WEDNESDAY.
    4.If  requirement is on MONDAY ,In MRP Run System is generating the
    release date on SATURDAY and delivery date on MONDAY,here system is
    taking the calender days not the factory calender days,Client is
    asking for correct delivery date.
    5.Is there any way to tell the system that SUNDAY is not working day
    for vendor,so that system will generate the release date on FRIDAY
    and delivery date on MONDAY.
    Please give your valuable inputs.

    Hi
    the following link might help you in setting the planned delivery time in your defined calendar, rather than the general calendar days.
    SAP ERP Manufacturing - Production Planning (SAP PP)

  • How can consider Planned delivery time for subcontracting dependent of qty

    Dear guru ,
    How can mrp schedule delivery date of a subcontracting purchase requisition in order to consider planned delivery time and quantity to purchase.
    Thanks

    dear guru ,
    I want to create a self-defined info structure similar to S013.
    I want to add field purchasing group from EKKO-EKGRP. The other fields are similar to S013 with the same rules.
    What do you suggest i can do consider note 397864 :
    You are not permitted :a) to use info structure S013 as a template for self-defined info structures (This is prevented as of Release 4.5 due to a termination message).b) to create any update rules for S013 with a self-defined update group.c) to include the enhanced update rules that are used for S013 during the definition of key figure updating into the definition of the update of a self-defined info structure (compute...).
    Thanks

  • Planned delivery time Pickup from inforecord not material master data

    Hi,
    Currently the delivery dates of the orders are calculated with the delivery time which is marked in MM02. Since the purchasing integrates this information in the info record, we want the delivery date to be calculated with delivery time of the info record instead of calculating it with the data of MM02
    Please suggest any config.
    Thanks
    Shital D

    Hi,
    Try like this, ME21N, put the vendor, material , plant and other Org elements, hit enter, and check P.O what is the planned delivery time that you are seeing, also is the same PIR also appearing in the P.O when you scroll to the right?
    Also note.. that system might be picking 3, maybe saturday and sunday holiday is coming, check that too
    Regards
    Shailesh
    Edited by: Shailesh Rajan on Jul 7, 2011 7:00 PM

  • User exit for copying planned delivery time

    Hi
    My requirement is to copy the value in field Planned delivery time from contract to planned delivery time field in MRP2 view in material master. Please let me know which user exit or enhancement may be used for the purpose.
    TIA.

    Hi
    Check BADI_MATERIAL_CHECK
    Regards
    Sanil

  • Is planned delivery time is considered in scheduling agreement ????

    Hi experts
    problem is that the schedule lines (for external procurement) generated from MRP are not taking the "" Planned delivery time into consideration"". System is only taking the G.R processing time.
    I have mentioned the Planned delivery time in .
    1) Scheduling agreement for 1 day.
    2) In material master for one day.
    3) In info record 1 day.
    e.g Suppose req date is 13.07.2008. MRP run date 4.07.2008.
    a) Planned delivery time = 1 day . B) G .R processing time = 3 days.
    Now when i run the MRP on 4.07.2008.
    Schedule line is generated on - 10.07.2008
    Please Guide . How i can take care of that time which is requiered at vendor ends.
    Regards
    Rahul Bhardwaj

    Go to OPPQ for that plant
    Click on "External Procurement " tab and check if you have maintained any planned delivery time?
    Tick indicator " Scheduling info record/agreement " (This will take Planned del time specified in scheduling info rec or agreement)

  • How planned delivery time effects delivery creation?

    Dear All,
    Some time before, while placing order thro' CRM, we came across a typical error (hard error).
    "date (11/12/2011) lies afterthe end of validity calendar". 
    we could not place order in CRM but in SAP we could create save the order despite of same error but soft. However system didn't allow to create delivery for same order & same error message populated"
    Later it was found that it is because for material  " Planned Deliv. Time  maintained for say "X "days in material master MRP2 view" & was corrected.
    How planned delivery time effects delivery creation?
    For material even though planned delivery time was maintained as say for 500 days, sales order requested delivery date & delivery date in order schedule line got determined as order date (Considering avaliability of funds & material).
    i.e order date/req. delivery date/delivery date in schedule line are same as date on which order is placed.
    Regards
    Suhas W

    Hi,
    Extended your factory calender in SCA3.
    Regards,

  • Planned Delivery time in case of Scheduling Agreement

    Hi All,
    Does system consider the planned delivery time in case of Scheduling Agreement for Vendor like in normal Purchase order and requisition?
    I am doing the MRP run, but system is taken planned delivery time into consideration. I have one material that is Inhouse produced material for plant X and Y Plant needs this material for further making of a finished goods.
    Y plant have scheduling agreement for STO from plant X. After MRP Run required Delivery date in plant X for Material is same as plant Y. but from Plant X to Y, it take 4 days to reach. So Ideally in Plant X this delivery date should be less than 4 days as plant Y.
    Please look into the issue and reply if you have some answers.
    Thanks
    Pavan

    Hope you have maintained different Planned Delivery times in plant X and Plant Y as per your requirement. For procurement in Plant Y the system would consider the planned delievry time maintained in Plant Y. If you want in-house production time to be considered with Basis date sheduling during MRP run in PLant X then enter the in-house production time approprietely. Else if ou want to consider the exact routing times then consider Lead time scheduling in plant X.
    If the above are maintained properly then you should get the desired result.
    Regards
    Ramanujan

  • Planned delivery time

    Hi,
    I have created a sale order on 1/7/2009 with a material which has planned delivery time of 4 days.
    Now when I go to the schedule lines screen I see that the delivery date corresponding to the confirmed quantity is 1/8/2009.
    Why is not SAP taking the 4 days into considerations while determining the delivery date?
    Please see below the screen shots:
    Scheduling configuration in material master:
    [http://i40.tinypic.com/14b2fyc.jpg]
    Schedule lines screen shot:
    [http://i44.tinypic.com/9pxkzc.jpg]
    Sincerely.
    Ketan

    Hi,
    You seems confused with planned delivery time in MRP 2 view of material master to Sales order delivery date.
    Material master Planned delivery time is for the material which is procured externally  through PR -- PO process.
    In Sales order the delivery date is with respect the ATP--Avalible to Promise.
    If the stock is avalible in the storage location on the date of Sales order creation, then system will consider the delivery date an the basis of confirmed qty in the sales order. You can check in CO09 for confirmed qty.
    rgds
    gsc

Maybe you are looking for

  • What is the accepted format for creating animated emoticons for the iPhone and iPad? Are they .gif files?

    I'm new to creating apps for iOS and am interested in creating an app that uses animated emoticons in messaging. I wasn't sure what format was accepted, however. I presumed that .gif files would work but want to know for sure before we begin working

  • Error Activating Message Mapping

    HI All, I am getting the below error when i try to activate any message mapping in the IR. Any ideas? " Starting compilation  Source code has syntax error:  java.lang.NoClassDefFoundError: com/sun/tools/javac/Main Exception in thread "main" Thank you

  • EWallet crashing when using Firefox on 64 bit Windows 8.1

    Hi there, Since I upgraded my laptop recently to a 64-bit HP Envy running Windows 8.1, I’ve been having trouble with eWallet (a digital wallet for passwords) using Firefox V35.0.1. In case you don’t know eWallet, it is possible to store passwords, us

  • How to get back my Photos in iOS 8

    Hi. I have a iPhone 5S, last week I updated my device to iOS 8 and then i lost 50% of my photos. Im not talking about "Streaming photos", i lost 50% of the photos in the camera roll. I know that in iOS 8 the camera roll its split in different folders

  • Smart forms print with EPSON LQ-2500

    HI all,     I have a problem that my EPSON printer can not print all the lines of the table in Smart-forms. And always the same lines can not be printed. If I output the form with PDF Printer first, then, I print the PDF file with my printer, it woul