Planed Delivery Time - Scheduel Lines

Dear Sir,
Master data
Material Code: WIP01
Material TYpe :HALB
MRP Type: VB
Reorder Point:10
Lot size:EX
MRP Controller:L1
Procurement type: X
Special procurement:30
Planned Deliv. Time: 4
Availability check:01
Material Code:: RAW01
Material Type:ROH
BOM
Header:   wip01 Qty :1
Item category: L
Component: RAW01 Qty :1
Creating subcontrating Schedulling Agreement for WIP01
MRP Runon 20.09.2010  schedule  Line are generate as plan del. time i.e  24.04.2010
Now I am changing Plan del time: 0 day
After MRP run on 20.09.2010
Schedue Line are generated on  24.04.2010 as should be on 20.09.2010
How schedule  lines will generate as per pian del time?
Edited by: CMPatil on Sep 20, 2010 5:09 PM

hi,
check your purchasing processing time at SPRO >> MM >> CBP >> plant parameters >> check the maintained purchasing processing time under the tab...
Also check whether the changes are taken into consideration or not??
which planning key you are using for it??
Regards
Priyanka.P

Similar Messages

  • Effects of Planned delivery time

    Hi All,
    I have the following Scenario.
    The Scenario is I have agreed delivery time by the vendor by which he promises me to deliver the goods. So i need to make PO automatically cancel after that delivery grace period. What I did was i entered the Greed period of time in Planned delivery time of the article and vendor master but i find no effect taking place.
    If the case is so what is the exact use of planed delivery time in article and vendor masters.
    And how can i make PO cancel automatically after the Grace period expires so that i  cannot receive goods from the vendor.
    Please suggest me guys.
    Thanks in Advance.
    Regards,
    Madhan Raj. C

    Hi,
    I guess automatic cancel of PO after certain grace period does not exists in SAP.
    Planned delivery time is the time period given by vendor, stating that he will deliver goods no later than this date.
    Forum Folks can add more
    BR,
    Krishna

  • 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 of Schedule Line

    Dear Gurus,
    I have done the setting in SPRO >MM>PURCHASING>PP>PROCESSING TIME from 1 day to 0 day bt still  it is picking up one day for schedule lines.There is 0 days planned delivery time in VendorMaster,Material Master,Vendor info record.
    I hv run the MRP  on 06/01/2011 and system is generating schedule lines for 07/01/2011.I want it for 06/01/2011 only.
    With Regards.

    I hv run the MRP on 06/01/2011 and system is generating schedule lines for 07/01/2011.I want it for 06/01/2011 only.
    During MRP, System will do the backward scheduling... from FG reqmt to Raw material,
    Compare the order start date  of header material in plan order or in prdn order  with the reqmt date for  the schedule line material - Is any difference in days?

  • Copying delivery time from 1st  (unconfirmed) schedule line to confirmed SL

    Hi Friends
    Long time since I visited our forum.
    During order creation or change,  by selecting all items and using 'Edit- fast change of- Delivery date' menu option one can set a delivery date and time for all the items. This info moves to schedule line 1 (for the requested delivery date) Shipping tab to Arrival time field. However if an item (s) is not confirmed for the requested date, then a second schedule line is created for the confirmed date based on user's choice in the ATP dialog window. Now the issue is that delivery time is not copied to the new SLs. And it will be cumbersome to enter it by going into the SL-Sales tab for multiple items via  their confirmed SLs.  Is there a config way ( I doubt it) to get the delivery time (only time) copied to the confirmed SLs from the first SL. Or user exit is the only route?  if so is it FORM USEREXIT_MOVE_FIELD_TO_VBEP    in MV45AFZZ? Does this info stay once it comes via this user exit or do we need to do anything extra during Sales document save or prepare? Oh, by the way, we are set up for complete delivery and fixed date/qty checked.
    Let me know ASAP. Thanks.

    Hi
    If I understand you, the problem is that EZEIT is initial, ie; VBEP-EZEIT = 0 (ie: it has the value on dynpro'00:00:00' depending of the format of your country). The problem for this userexit is that it's called in the end of subroutine VBEP_FUELLEN in the include FV45EFEP_VBEP_FUELLEN. If you read the ABAP coding you have the call to a subroutine before:
    * Anlieferzeit ermitteln
          perform vbep-ezeit_ermitteln.
    If you read it in include FV45EF0V_VBEP-EZEIT_ERMITTELN, you can read this coding:
      if vbep-ezeit = 0.
        if vbep-edatu ne *vbep-edatu or vbep-prgrs ne *vbep-prgrs or
           ( svbep-tabix = 0 and ( vbep-wmeng ne 0 or vbep-bmeng ne 0 ) ).
          perform anliefertermin_pruefen using vbep-prgrs
                                               vbep-edatu
                                               vbep-ezeit
                                               vbep-cmeng
                                               vbep-bmeng
                                               da_dialog
                                               da_edatu
                                               da_ezeit
                                               sy-subrc.
          if sy-subrc = 2.
            vbep-ezeit = da_ezeit.
          endif.
        endif.
      endif.
    * Sekunden sind bei Lieferplänen für Zulieferer nicht relevant
      check not vbak-abdis is initial and
            not vbep-ezeit+4(2) is initial.
      clear vbep-ezeit+4(2).
    I think that you are looking for this, am I right? Surely, you knew it before to post this subject.
    Alghough the purpose of userexit is populate fields from an append (fields ZZ) but it's possible to change others. I suggest to think about this, because I think that it's the same and you can know the checks to avoid inconsistencies. If you need something else, please let us know.
    This is only a suggestion. I hope this helps you
    Regards
    Eduardo
    Edited by: E_Hinojosa on Apr 1, 2011 10:38 AM
    Edited by: E_Hinojosa on Apr 1, 2011 10:38 AM

  • Delivery time in sale order

    Dear Sap Gurus,
    I had created a sale order with reference to a quotation.
    In the quotation-there are 2 line items with different delivery time.
    sale order date is 15/2/2008
    for eg line item 1  is 3 days
    line item 2 is 1 week
    the maximum delivery time is for line item 1 is 3 days
    so 15+3=18/2/2008.
    the system allows me to do the delivery,and pgi  even on 29/2/08.
    so the delivery time is not effective here.
    kindly suggest me what is the exact usage of this delivery time in a sales document.
    Points will be rewarded

    The Delivery date in the sales order is the Earliest date proposed by the system after automatic availability checks and delivery scheduling.
    The system uses the delivery date for each schedule line together with predefined time estimates for delivery activities (such as picking and packing) to determine the
    Material availability date
    Loading date
    Goods issue date
    Transportation planning date
    In ur case, ur order contains two item with different delivery dates of 15th and 28th.
    Suppose if u deliver the order on 15th , the delivery split takes and only one item will copied into the delivey.
    But if u deliver the order at 28th, both the items will be copied to the delivery, since both have already confirmed on the date
    Hope u understand...

  • Planned delivery time in Scheduling agreement and MRP

    Hello,
    Do you know is it possible to determine system so that MRP run will consider the planned delivery time from the scheduling agreement line instead of material master? Now the system read planned delivery time from material master when creating schedule lines automatically by MRP-run.
    Regards, jaana

    This can be customized in
    SAP Customizing Implementation Guide
    -> Production
    --> Material Requirements Planning
    ---> Planning
    > Procurement Proposals
    > Define External Procurement
    Here you can select the indicator "Scheduling according to purchasing info record or agreement" either at plant or MRP group level.

  • System is not considering Planned Delivery time

    Dear Gurus,
    As iam planning for the month of January and running the MRP,schedulelines are getting generated but system is not condering Planned Delivery time maintained in the material master ie. 7days.Following is the example:
    I have a FERT-X with a component A-1PC in its BOM and its planned delvery time from vendor is 7 Days.If iam running the MRP on 13/12/2010 for FERT-X  100 PCS for January1,2011 then the schedule lines are getting generated for for component A is on 01/01/2011.But PDT is maintianed in material master is 7 days and same has been maintianed in vendor inforecord.But system is not considering it.
    Kindly help to resolve the issue.
    With Regards.

    I have one ROH which has two different vendors.
    Two scheduling Agreemnt with target qty 100000 kg each.
    Two different Vendor info record with Min. order qty maintained.V1-1000Kg,V2-6000Kg.
    One source list with two vendors and with respective scheduling agreement.
    Quota arrangement is there in which SOB is maintiained 50:50.
    I hv the requirement of 3084 kg of ROH.
    I run the MRP and two diiferent schedule lines are getting generated with 50:50 qty as mentioned in Quota arrangement.
    Not considering the minimum order qty maintiained in vendor info record.
    The above process is correct
    Only One doubt In Quota Arrangement?
    IS two schedule line is created after MRP run?
    Generally System will  select a vendor Whose Quota value is less
    quota rating   = quota base quantity + quota-allocated quantity/ quota
    Edited by: Sundaresan . E. V on Dec 14, 2010 3:26 PM

  • 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 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).

  • 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

  • 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

  • Plannned Delivery time not considered while calculating delivery date

    Hi PP Gurus,
    We have a situation is that after MRP run system is not taking into account planned delivery time while calculating delivery dates in schedule lines
    It is taking into account GR processing time.We have GR processing time of 3 days.requirment date is 13.10.2011 & delivery date created by the system is 10.10.2011.
    We have maintained correct master data i.e.Materail Master , Info record & Scheduling agreement.
    Please advice why it is happening & what is the significance of planned delivery time in externaly procured materail with scheduling agrement schedule lines?
    Thanks & Regards,
    Sandesh

    Hi Sandesh,
    Is this happening for particular materials or for all materials
    Couple of checks -
    1) Check with material master changes, might be after MRP run PDT is updated in material master etc ..
    2) Check in OPPQ, for option external procurement , whether scheduling info records/agree is marked or not
    Best Regards
    K.Madhu Kumar

  • URGENT-Plnned delivery time in schedule

    Hi gurus,
    I have maintained the planned delivery time in material master for which there is a schedule agreement. I have source list and quota for the same too.
    But the planned delivery time has no effect on the schedules created and schedule lines are created on same day as of required day.
    Suppose if required date is 10.04.08 and I have given planned delivery time as 5 then schedules must create on 05.04.08, Which I am not getting.
    Pls help me out as soon Possible if I have missed any Configaration or does it has no effect in Schedule agreement?
    Regards
    Shashi

    Hi,
    Have you added the planned delivery time to the material master after creating the scheduling agreement?
    If so, then this data is not copied to the scheduling agreement. You have to make the entry manually in the scheudling agreement. Also, creation of the delivery schedules does not get affected by the planned delivery time. The delivery scheduls should get generated as soon as the requirement is detected.
    Regards,
    Prashant

Maybe you are looking for

  • Error Message when trying to run Applications Module in OA Framework

    Below is the message that I received when trying to run my Applicaitons Module in test mode. When I click the error message I navigate to "public class TpcApBanksEOImpl extends OAEntityImpl". I was told to put "abstract" before "class" and to run it.

  • System locks up during multiple Podcast downloads

    I am using the latest 7.7 (43) iTunes and found that when I download Podcasts using the setting "Allow simultaneous downloads" my entire system totally locks up after about 1/2 hr. It's not just the Beachball effect but the whole computer just freeze

  • Unicode strings (Japanese) with java 2

    I have made a program with java 1.1.8 where I can paste in Japanese words from the clipboard. View them correctly in the JTextField, save them to file, read from file and display them. To get it to function I had to install a Japanese font, change th

  • Displaying JOptionPane in the background

    Hi, As per a topic I had posted some time back (see http://forum.java.sun.com/thread.jsp?forum=57&thread=215788), I had implemented a semi-modal option pane that blocks only the parent JFrame displaying the error. further to that, I have a new requir

  • I downloaded an app but it doesn't appear

    Hi apologies as I have searched for an answer - anyway I downloaded an app 'My writing spot' and it doesn't appear on the front of the ipad. I can find it when I search and I have done the synch and I can see it in itunes. How do I get the app to app