PO delivery schedule "Statistics-relevant delivery"

Hi,
Please suggest PO item level delivery schedule tab- "Statistics-delivery date" how it get influence in PO and specific funtion for this. if we are changing delivery date and not changing this after Printout any where will cause problem.
JACK

Hi
The system uses the statistics-relevant delivery date in the purchase order and the goods receipt date to calculate date variances.
You use the statistics-relevant delivery date, for example, if you know that the vendor will not deliver the material as scheduled on September 15 but on September 30. Enter the delivery date as September 30, but enter the statistics-relevant delivery date as September 15.
In calculating the score for on-time delivery performance, the system will then not use the actual delivery date, but the statistics-relevant delivery date. This has a negative effect on the score for this goods receipt.However, materials planning and control uses the realistic delivery date (September 30) which the vendor will actually adhere to.
Regards

Similar Messages

  • SLFDT - Statistics relevant delivery date

    Hi All,
    Can you please let me know what exactly statistics relevant delivey date means?
    Thanks

    Hi
    Statistics-Relevant Delivery Date is the Date for the calculation of the delivery time.
    Calculation of the delivery time is an element in the determination of a vendor's adherence to delivery dates (that is, the vendor's delivery timeliness, or on-time delivery performance) in MM Vendor Evaluation.
    If it becomes known that the vendor can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes. However, the statistics-relevant delivery date remains unchanged.
    As a result, the vendor's "on-time delivery performance" score worsens. At the same time, it is ensured that materials planning and control works on the basis of the right date.
    The system inserts the delivery date into this field in the following cases:
    You do not enter a statistical delivery date.
    You change the delivery date, have not entered a statistical delivery date, and the PO or scheduling agreement delivery schedule has not yet been transmitted to the vendor.
    Thanks & Regards
    Kishore

  • Statistics-Relevant Delivery Date is not copied

    Hi,
    when i tried to change delivery date of PO at item level , the Statistics-Relevant Delivery Date is not updated automatically  with item level delivery date in delivery shedule, but delivery field is updated with item level delivery date .
    Can anyone update this query if you have any idea.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Thanks
    Ramakrishnaiah Y
    Edited by: Alvaro Tejada Galindo on Sep 1, 2008 4:03 PM

    Hi,
    Here I checked in me22n with changing delivery date that time Stat.Del.Date is updating automatically in delivery schedule in item level with that same date.
    U just check this with the help of ABAPer why this date is not changing.
    Thanks,
    Sanket.

  • Statistics Relevant Delivery Date on purchase order

    Gentlemen
    Please I need your help with this scenario
    1.We create a Request for Quotation (ME41) with delivery date 01.05.2010; a message for this action was created and sent.
    2. We maintain last document (ME47) with Quotation info, this action includes the net price and update the delivery date to 10.05.2010. At this moment the system display a warning (Message no. 06273 u201CStatistics-relevant deliv. date will not be changed automaticallyu201D) and a new message is no created for this action.
    3. After that, we create a Purchase Order by adopting last Quotation, and Delivery Date is fixed on 10.05.2010 but Statistics-Relevant Delivery Date is fixed in 01.05.2010.
    We need the behavior that we describes as follows: Creating a Purchase Order by adopting a Quotation, Delivery Date and Statistics-Relevant Delivery Date on the Purchase Order  must be copied from the updated date on the ME47 without sending a new message (for this case 10.05.2010); currently this last date is applied for delivery date but no for Statistics-Relevant Delivery Date.
    Is possible to do this via customizing or SAP note or de we have to modify and exit?
    Thanks in advance for your help
    JM

    Solution is content on sapnote_0001378481 PO Statistical delivery date determined by RFQ-schedule

  • Preventing Statistics-Relevant Delivery Date

    Our vendor and transport compani often change delivery date and we have to change it in purchase orders to send correct data into MRP.
    But purchase managers want to get information obout initial delivery dates.
    As I understand "Statistics-Relevant Delivery Date" is used for this purpose. But when I chage delivery date Statistics-Relevant Delivery Date is changed also.  According to HELP this date must not chaged.
    My question is how to fix

    Dear,
    If the purchase order outputted to vendor, the statistical delivery date will not be changed in purchase order even you change delivery date, since its important for vendor evaluation.
    With the second anser to this thread, through version management for purchase orders you can track the changes. Try this as I am not sure.
    Regards,
    Syed Hussain.

  • Statistics-relevant delivery date

    Hi Experts,
    While creating  a order in APO system , a STO is getting generated IN R/3 .
    In  R/3 , I want to change ( Statistics-relevant delivery date ) of the perticular  STO .
    is there any badi /  exits available where i can modify the ( SLFDT - Statistics-relevant delivery date ) , while generating STO in R/3.
    Thanx in Advance ,
    Pradipta

    the statistic delivery date is used for vendor evaluation.
    if the PO is not transmitted to the vendor, then SAP changes the statistical delivery date along with the delivery date, as at this time the vendor cannot be guilty for the delivery date change because he did not even know the old delivery date.
    if the PO was transmitted, then SAP does not change the statistical delivery date automatically while the delivery date is changed.
    The buyer has to start thinking who is responsible for delivery date change, if it is the vendor, then it is just okay that the statistical delivery date is not changed automatically. the vendor will be valuated against the unchanged statistical delivery date .
    If your planner wants an new delivery date, then it is not the vendors fault, in this case the buyer has to change the statistical delivery date manually equal to the delivery date, so that the vendor evaluation is done against the new statistical delivery date .

  • Statistics Relevant Delivery Date in ME38

    Hi Gurus,
    i have a question regarding changing the delivery date in Tx ME38.
    When I change the delivery date manually the statistic relevant delivery date is set to blank automatically.
    The SAP Help says that the date should remain unchanged and thats what we want.
    SAP Help Text:
    If it becomes known that the vendor can only deliver ordered goods some
    days later than originally stipulated, for instance, you can change the
    delivery date accordingly for materials planning and control purposes.
    However, the statistics-relevant delivery date remains unchanged.
    As a result, the vendor's "on-time delivery performance" score worsens.
    At the same time, it is ensured that materials planning and control works
    on the basis of the right date.
    Many thanks in advance for your help.
    Best regards
    Georg

    Hi Jürgen,
    in the Include MM06EFET_ETT_FUELLEN there is following coding:
    IF NOT im_sd_scheduling IS INITIAL.
            PERFORM ett_sd_scheduling USING 'X' 'X' eket *eket
                                      CHANGING eketdata_sd.
    In the FORM ETT_SD_SCHEDULING
    there is the following coding:
    Datum oder Uhrzeit geändert --> Versandterminierungsdaten zurücksetzen
      CLEAR c_eketdata_sd.
    Lieferdatum und Uhrzeit setzen
      c_eketdata_sd-eindt = i_eketn-eindt.
      c_eketdata_sd-uzeit = i_eketn-uzeit.
    So the internal table c_eketdata_sd is cleared and only the delivery date and time are updated, but not the statistc relevant date.
    It seems to me like standard behaviour of SAP.
    Best regards
    Georg

  • Statistics-relevant delivery date and Committed date in Stock Transport Ord

    Dear Friends,
    Kindly tell me how the System Calculate  the Statistics-relevant delivery date and Committed date in Stock Transport Order.
    Thanks & Regards
    T.Arulvanan

    Hi Jürgen,
    in the Include MM06EFET_ETT_FUELLEN there is following coding:
    IF NOT im_sd_scheduling IS INITIAL.
            PERFORM ett_sd_scheduling USING 'X' 'X' eket *eket
                                      CHANGING eketdata_sd.
    In the FORM ETT_SD_SCHEDULING
    there is the following coding:
    Datum oder Uhrzeit geändert --> Versandterminierungsdaten zurücksetzen
      CLEAR c_eketdata_sd.
    Lieferdatum und Uhrzeit setzen
      c_eketdata_sd-eindt = i_eketn-eindt.
      c_eketdata_sd-uzeit = i_eketn-uzeit.
    So the internal table c_eketdata_sd is cleared and only the delivery date and time are updated, but not the statistc relevant date.
    It seems to me like standard behaviour of SAP.
    Best regards
    Georg

  • Statistics-Relevant Delivery Date is getting blank

    Hi All,
             We recently upgraded SAP from 4.7 to ECC(6.0), Now when are trying to change the delivery date on Purchase order,After the delivery date is changed the statistical delivery date disappears, are we missing any configuration steps , need help
    thanks

    cehck this thread: Statistical delivery date in Purchase Order

  • ME23N and the statistics relevant delivery date(SLFDT)

    The system allows this field to be entered with a value of 0707.  This is a valid century year but it is so old it should not be allowed.  The system just sends the message that it is an old date.  Does anyone know how I can make the system issue an error message when the value is older than a set date or century/year?  I have been told that the factory calendar is what it checks this value against but I have looked at all factory calendars and none of them show a "from century/year" field that goes back that far.  Can anyone tell me how I can set the system up so that is issues a "hard" error message when it encounters a date older than what is desired?  Thanks

    Hi,
    You can check that using a field exit for SLFDT.You will need to create a field exit for this.( You can also put in your code inside any user-exit before PO save too.)
    Get the valid factory calendar id. (Fn. Mod: FACTORY_CALENDAR_GET will give you all the factory calendar ids...)
    You can check the validity of this factory calendar against TFACD table and issue an error message if the year is not in the limit.
    Hope this helps.Let me know if you need any help in this.
    Regards
    Deepu.
    Reward if it helps.

  • Actual Delivery Date of a Purchasing Item

    Dear All,
        I would like to get the 'Actual Delivery Date for a Purchasing Item'. From which table can I get this data.
    Please give me the Field name and Table name.
    Thanks in Advance
    Regards,
    Lijo

    Hi
    check in table EKET - Scheduling Agreement Schedule Line
    enter the PO number
    Check the fields
    EINDT - Item Delivery Date
    SLFDT-  Statistics-Relevant Delivery Date
    Thanks & Regards
    Kishore

  • Minimum Delivery Percentage

    Hi,
    In vendor evaluation , how can i set Minimum Delivery Percentage and Standard Delivery Date Variance for subcriterion  "Adherence to confirmation date" and "On-Time Delivery Performance"?
    regards
    Nbanu

    Hi,
    Go to SPRO > MM > Purchasing > Material Master > Define Purchasing Value Keys > Here under "Vendor Evaluation" Subscreen, maintain following;
    Min.Del.Qty %
    StdDelDtVar
    Then assign the Purchasing Value Key in the "Purchasing: view of material master.
    Minimum delivery quantity (percentage): - Indicates the percentage of the order quantity that counts as the minimum quantity to be delivered.
    Use: - Here you enter the minimum percentage of the PO quantity that must be delivered in order for the goods receipt to be included in the vendor evaluation.
    In this way, you can prevent a vendor from receiving a good score for a punctual delivery, where the quantity delivered was insufficient.
    Dependencies: - This value is applied if you have not set the indicator Minimum delivery quantity/stand. delivery time variance from material  - i.e. if no value from the material master record (purchasing value key) is to be used or if the relevant field in the material master record has not been maintained.
    Standardizing value for delivery time variance: - Value in days that specifies how many days variance from the planned delivery date are to count as a 100% variance.
    Use: - If you enter a value, the system evaluates the absolute variance in days between the planned delivery date and the actual goods receipt for all materials in the same way.
    In the process, the actual (absolute) variance in days is converted into a relative variance and the number of days by which a delivery varies is set in relation to the standardizing/relativizing value.
    Dependencies: - This value is applied if you have not set the indicator "Minimum delivery quantity/stand. delivery time variance from material" - that is to say, if no value from the material master record (purchasing value key) is to be used or if the relevant field has not been maintained in the material master record.
    If you make no entry, the system calculates the value via the firm/trade-off zones in the case of scheduling agreements and via the order date and statistics-relevant delivery date in the case of purchase orders.
    If you do not maintain the minimum delivery quantity, each goods receipt is included in the computation of scores irrespective of the quantity delivered.

  • How to block the Statistical delivery date in purchase order from updation

    Hello All,
        We have the following requirement from our client.
    The client wants to track the delay in delivery of purchase orders raised to vendors. Currently the users, change the delivery date and then process the PO if there are any delays. The client wants to STOP this and track any changes being made.
        We created a new screen layout for purchase orders and checked the Statistics relevant delivery date as DISPLAY
    However, when we tested the same, the statistical delivery date was changed along with delivery date, when the delivery date was changed in the Purchase order, though the option for statistical delivery date was seen a DISPLAY field only.
    Please provide us your suggestions on any other options available.
    R's
    Manoj.

    if your client wants to track the delay of a delivery from your vendor, then he has to give the vendor a chance that he can deliver on time. And the usual way to do this is by sending the PO to the vendor.
    if you cange the delivery date before output of messagem then your vendor could not even know the original delivery date, so it is not the vendors fault if he cannot meet this date.
    if you change the delivery date after output of message , then the statistical delivery date will stay with the old date.
    the field is always open to maintain because it is not always the vendor who is reponsible for a delivery date change.
    if you want to change the delivery date because you can take the quantity at that date, then it is not the vendors fault, in this case you have to change the statistical delviery date to evaluate the vendors delivery performance against the new date.
    And often forgotten in this evaluation process is the warehouse personell that finally posts the goods receipt. if they post it with delay and do not change the goods reeipt date, then the vendor is as well evaluated to bad.

  • Fast change for statistical delivery date in me21n

    hi
    need fast change for statistical delivery date in me21n
    in me21n when i enter on to fast change screen i doesn't find statistical delivery date
    can anyone tell me the process
    thanks

    Dear Anudeep,
    You cannot change this via "Fast Change".
    Please see the usage of this field.
    Calculation of the delivery time is an element in the determination of a vendor's adherence to delivery dates (that is, the vendor's delivery timeliness, or on-time delivery performance) in MM Vendor Evaluation.
    If it becomes known that the vendor can only deliver ordered goods some days later than originally stipulated, for instance, you can change the delivery date accordingly for materials planning and control purposes. However, the statistics-relevant delivery
    date remains unchanged.
    As a result, the vendor's "on-time delivery performance" score worsens. At the same time, it is ensured that materials planning and control works on the basis of the right date.
    Regards,
    ian, Wong Loke Foong

  • Tables for following scheduling agreements and PR data

    Hi All ,
    Please can you tell me table names if I want the following information
    1. Scheduling Agreement Created By, Amended By, Modified Date, Plant
    2. Req Created by, Released by, Cost center, plant
    Thanks in advance
    Vinayak

    To view the fields listed in a table go to Tcode SE11 and enter the table name and execute
    EBAN  - Purchase Requisition 
    EBKN  - Purchase Requisition Account Assignment 
    Req Created by Table:EBAN Field ERNAM
    Released by- Table:EBAN Field FRGGR
    Cost center- Table:EBAN Field FISTL (Funds Center)
    plant-Table:EBAN Field WERKS
    For Scheduling Agreements following are the tables:
    EKEH    - Scheduling Agreement Release Documentation 
    EKEK    - Header Data for Scheduling Agreement Releases 
    EKET     - Scheduling Agreement Schedule Lines 
    EKETH   - Scheduling Agreement Schedules: History Tables
    You will find the following list of fields in these tables:
    MANDT                          Client
    EBELN                          Purchasing Document Number
    EBELP                          Item Number of Purchasing Document
    ETENR                          Delivery Schedule Line Counter
    EINDT                          Item Delivery Date
    SLFDT                          Statistics-Relevant Delivery Date
    LPEIN                          Category of Delivery Date
    MENGE                          Scheduled Quantity
    AMENG                          Previous Quantity (Delivery Schedule Lines
    WEMNG                          Quantity of Goods Received
    WAMNG                          Issued Quantity
    UZEIT                          Delivery Date Time-Spot
    BANFN                          Purchase Requisition Number
    BNFPO                          Item Number of Purchase Requisition
    ESTKZ                          Creation Indicator (Purchase Requisition/S
    QUNUM                          Number of Quota Arrangement
    QUPOS                          Quota Arrangement Item
    MAHNZ                          No. of Reminders/Expediters for Schedule L
    BEDAT                          Order date of schedule line
    RSNUM                          Number of Reservation/Dependent Requiremen
    SERNR                          BOM explosion number
    FIXKZ                          Schedule Line is "Fixed"
    GLMNG                          Quantity Delivered (Stock Transfer)
    DABMG                          Quantity Reduced (MRP)
    CHARG                          Batch Number
    LICHA                          Vendor Batch Number
    CHKOM                          Components
    VERID                          Production Version
    ABART                          Scheduling agreement release type
    MNG02                          Committed Quantity
    DAT01                          Committed Date
    ALTDT                          Previous delivery date
    AULWE                          Route Schedule
    MBDAT                          Material Staging/Availability Date
    MBUHR                          Material Staging Time (Local, Relating
    LDDAT                          Loading Date
    LDUHR                          Loading Time (Local Time Relating to a
    TDDAT                          Transportation Planning Date
    TDUHR                          Transp. Planning Time (Local, Relating
    WADAT                          Goods Issue Date
    WAUHR                          Time of Goods Issue (Local, Relating to
    ELDAT                          Goods Receipt End Date
    ELUHR                          Goods Receipt End Time (Local, Relating
    ANZSN                          Number of serial numbers
    NODISP                         Ind: Reserv. not applicable to MRP;Purc
    hope this helps!

Maybe you are looking for