Schedule quantity allocation based on latest delivery date.

Hi Friends,
Could any help me taht hoe can handle the below situation.
We have gone live recently, we having difficulty on the Available to Promise (ATP) functionality of sales orders. The current process has a sales order with multiple scheduled delivery lines for dates upto 13 weeks in the future. However, they will only manufacture the parts demanded in the sales order a few days before shipping. Therefore, at sales order entry, the parts are never available.
Now user as changed the customization settings that turn-off ATP for KB order types.
While I have turned off ATP for KB orders, SAP is still u201Callocatingu201D the available inventory to sales order schedule lines on a FIFO basis as the order is keyed with no apparent consideration to scheduled ship date. All the on-hand inventory appears to be u201Callocatedu201D the first sales order that is keyed. Then when we try to create a delivery for the second sales order entered that wants to ship today, it indicates that you do not have enough to ship.
Now what are the setting we have to do to reallocate the available quantity for the oders which they wanted to ship today.
Please give the suggestion to handle this.
Thanks & Regards,
Jayalakshmi
Edited by: Jayalakshmi Yamanapalli on Nov 10, 2009 6:32 AM

Hi,
Thanks for all of your response.
Actually the issue with MTO products. when creating sales order for MTO products, the stock will be posted against sales order stock only irrespective of the schedule dates.
Now my client requirment is for new order which is creating today, he wants ship the phisical existing quantity (which is already allotted to specific sales orders) against this new order.
As per my knowledge it is not possible. My view is we can do transfer posting using 413 movement type as special stock indicator as E. I don't know whether it is a suggestable solution or not.
Could you please let me know for  both MTS and MTO products also can we do this through CO06 backorder processing.
Thanks & Regards,
Jayalakshmi

Similar Messages

  • Delivery tolerance (based on the delivery date)

    Dear All
    How to maintain delivery tolerance (based on the delivery date) in Purchasing Order
    Would you help me, please
    thanks
    imron

    YOu can try with
    u2022     ST: Date variance (value x days)
    The system calculates for each item the product of amount * (scheduled delivery date - date invoice entered) and compares this product with the absolute upper limit defined. This allows relatively high schedule variances for invoice items for small amounts, but only small schedule variances for invoice items for large amounts.
    IN transaction code OMR6 for a company code.
    IN SPRO - Materials Management -- LIV -- Incoming  Invoice -- Invoice Block.

  • How to get the pricing hierarchy based on the delivery date for sales order

    Hi,
    How to get the pricing hierarchy based on the delivery date for sales order other than system date.
    My requirement is to get the Pricing hierarchy based on the delivery date other than system date.
    Waiting for kind response.
    Best Regards,
    BDP

    HI Sai,
    please refer teh document already how to write FM based extration on generic extractors.
    and here  the logic to find the latest records values:-
    -> get the data in an internal table
    ->Sort the internal table data based from date descending
    -> Using READ statement , we can read the first record of the table which is nothign but your latest record.
    Regards.
    Sakthi

  • Budget Check based on PO Delivery Date

    My users are currently facing an issue with PO creation. They are unable to save their POs as the Delivery Date for the line items in the PO has been set to next year. It would seem that the budget check is based on the Delivery Date in the PO, not the Document Date. The company I work for does not does not allocate budget beyond the current year. We perform annual budgeting.
    Is there a workaround or some configuration setting for this? Your assistance is much appreciate.

    Hello Susee,
    Delivery date for material is calaulated from No.Of days maintained in inforcord and your PO date
    Please check inforecord
    BR
    Diwakar

  • Condition exclusion should work based on requested delivery date in order

    In SAP Standard,
    Material exclusion records (VB02) validated based on order date in sales order. But my client requirement is material exclusion records should be validated base on requested delivery date in sales order.
    For example:
    Sale order date is 1.10.2010 and requested delivery date is 6.10.2010 and we have maintained condition records in vb02 from 5.10.2010 to 31.10.2010...now condition exclusion should work.
    As per my knowledge, normally it will work based on order date.ie.1.10.2010
    Could you please help me to map the above business requirement in SAP?
    Thanks in Advance
    Regards,
    Adi

    Hello Ramesh,
    For example:
    Sale order date is 1.10.2010 and requested delivery date is 6.10.2010
    and we have maintained condition records in vb02 from 5.10.2010 to
    31.10.2010...now condition exclusion should work.
    As per my knowledge, normally it will work based on order date.ie.1.10.2010
    Could you please help me to map the above business requirement in SAP?
    I am not very sure on the below approach but it might work out.
    Please reach out to a ABAPer and put a logic is such a way that revised start date should be activated for Condition exclusion.
    USEREXIT_XKOMV_ERGAENZEN  SAPLV61A  RV61AFZB  In change mode, you can change the dynamic part of the condition record (KONVD) that is always redetermined (i.e. it is not stored in database table KONV). 
    USEREXIT_XKOMV_BEWERTEN_END  SAPLV61A  RV61AFZB  Within a loop for the price components during pricing, specific values can be transferred into the communication structures in pricing to be further processed. 
    USEREXIT_XKOMV_FUELLEN  SAPLV61A  RV61AFZB  This user exit is always called up during a redetermination of all or individual price components. You can change the work fields of the condition line. However, this only applies to conditions that have been determined via a condition record. 
    USEREXIT_PRICING_COPY  SAPLV61A  RV61AFZA  You can change the KONV fields for copied price components
    Please try out this exercise and do post back your latest observation on this issue.
    Regards,
    Sarthak

  • To get supplier name based on latest approved date

    hi
    in PO SUPER USER -Purchase Order Summary ,when we enter the item number in Item,rev field a new form Purchase Order Lines opens
    in this form there are many lines of PO numbers ,suppliers(vendors),approved date ,can we get the supplier name for which the approved date is most recent
    kindly guide
    thanking in advance

    hi
    in my system i can see the latest approved date wise but i have to add an inline query on the most recent vendor based on approved date to an already existing query
    meaning just the first row data(most recent supplier) should be captured in the query
    when i do the following query , i am taking an eg of the item_no 1020101001
    select msib.segment1,max(pha.approved_date) from
    po_headers_all pha,
    po_lines_all pla,
    po_vendors pv,
    mtl_system_items_b msib
    where
    pha.po_header_id = pla.po_header_id
    and pla.item_id = msib.inventory_item_id
    and pv.vendor_id=pha.vendor_id
    and msib.segment1='1020101001'
    --and pha.approved_date=max(pha.approved_date)
    group by
    --item_id.
    msib.segment1
    this is the output i get
    segment1           MAX(PHA.APPROVED_DATE)
    1020101001    1/9/2011 3:16:48 PMwhen i do the following query
    select msib.segment1,max(pha.approved_date) ,pv.vendor_name from
    po_headers_all pha,
    po_lines_all pla,
    po_vendors pv,
    mtl_system_items_b msib
    where
    pha.po_header_id = pla.po_header_id
    and pla.item_id = msib.inventory_item_id
    and pv.vendor_id=pha.vendor_id
    and msib.segment1='1020101001'
    --and pha.approved_date=max(pha.approved_date)
    group by
    --item_id.
    msib.segment1
    ,pv.vendor_name
    segment1           MAX(PHA.APPROVED_DATE)  VENDOR_NAME
    1020101001    7/21/2008 9:09:20 AM   TRIZAC  ABU DHABI
    1020101001   1/9/2011 3:16:48 PM        SAUDI CEMENT COMPANY
    1020101001   2/14/2010 4:03:46 PM     UNION CEMENT NORCEM CO.
    1020101001  5/19/2010 3:08:32 PM      AS CIMENTO SANAYI VE TICARET A.S.i require the most recent vendor_name for a particular item ( i require the output as below)
    segment1 MAX(PHA.APPROVED_DATE) VENDOR_NAME
    1020101001 1/9/2011 3:16:48 PM SAUDI CEMENT COMPANY
    kindly guide me
    thanking in advance

  • Selection of a price list based on the delivery date of purchase orders

    Description of requirement:
    One of our customers would like to have the price list selected on the basis of the delivery date of purchase orders rather than on the posting date.
    The customer wants to have this feature available by the date scheduled for their go-live, that is January 2nd 2008.
    Best regards,
    Emmanuel Ruellan

    Dear development team,
    Is it possible to have the above functionality in a future version?
    Best regards,
    Emmanuel Ruellan

  • Schedule line date vs actual delivery date

    Hi All,
    Is there any standard report or work around available to compare customers schedule line date vs actual delivery date
    Thanks & Regards,

    Hi Abir,
    I think your talking about a "On time Delivery report" to track actual delivery against the quoted delivery.
    There is no standard report available in SAP for this.
    This is hard to track if you have maintained multiple schedule lines for a one single line item.
    (Where you maintain multiple delivery dates in schedule line level to quote  multiple delivery dates. If you have maintained multiple line items to quote multiple delivery dates, this would have been easy)
    Because you do your delivery based on your sales order line item. Not based on your schedule lines. Therefore in your delivery line item table (LIPS) you cannot see Schedule line number. Therefore you cannot compare quoted delivery against actual delivery date.
    Assuming you have maintained your multiple delivery dates in Schedule line level, this is how you have to proceed.
    - Use VL10E transaction to create delivery against schedule lines.
    - Create append structure in the LIPS table to accommodate to carry the schedule line item of sales order in each delivery document + Line Item combination.
    - Use this user-exit u2013include  MV50AFZ1. Can save the particular sales order schedule line in the LIPS, earlier created append structure field.
    Then you have the schedule line number available in the LIPS table, Now you can code your report to capture quoted delivery against actual delivery date.
    Hope this helps you !
    Anupa

  • Generate picking list based on delivery date to be shipment

    Hi,
    How to schedule picking list to be generated based on the delivery date to be shipment, so that manual key-in to picking list is not necessary?
    Thanks.

    Hi,
    How to schedule picking list to be generated based on the delivery date to be shipment, so that manual key-in to picking list is not necessary?
    Thanks.

  • Purchase orders and their open order quantity with their due delivery date

    hi friends
    i need to build a query where i can see the purchase orders and their open order quantity and their respective due delivery dates.i have never done this.
    ME2M serves my requirement upto little but i cannot see the delivery dates in that report.
    please help mein finding the steps involved in building the query.
    Thanks
    Alahari

    Deliver date is available in table EKET field EINDT.
    Use table : EKKO ,EKPO, EKET.

  • Scheduling Agreement –delivery date in month format -  MD04

    Dear experts,
    Scheduling Agreement, forecast delivery schedule.
    When I enter a delivery date in month format, the system, during processing, automatically checks the factory calendar and proposes the first valid working day as the delivery date. ( Yes. I know it is a SAP standard )
    My requirement is automatically checks by the system  the last  working day as the delivery date.
    Could you tell me what are the settings i need to check to resolve this issue?
    Thanks in advance
    artur

    As pointed out already above you need to use a periodic lot sizing procedure.
    Use Lot sizing procedure P, Lot size indicator K and Scheduling =2
    As per your requirement, you need to create a calendar using MD25 with Months (Workdays) as a calculation rule with 1 as the period in the box provided.
    After a MRP run the delivery date would point to the last day of the month.
    But the requirement is a bit surprising as say for a requirement on the 1st of the month you will have the delivery showing up on the last day of the same month. Under what circumstances do you have this requirement as a valid one in your business case?

  • GR for scheduling agreement even before actaul delivery date

    Hi,
    Is is possible to to GR for schedule line even before the actual delivery date. ?
    GobinathanG

    Hi,
    yes it is. Use Transaction MB01 and activate the selection box 'Suggest Zero Lines'.
    Carola

  • Delivery date in Delivery Schedules

    Dear Experts,
    We run MRP in MD02 to gerenarate delivery schedule lines.
    How the delivery date in delivery schedule is calculated?
    Is it possible to setup so that irrespective of MRP run date, all delivery dates should be Monday OR Friday in Delivery Schedules?
    Awaiting a reply from the experts.
    Regards,
    Shahsidhar

    Dear Experts,
    The purpose here is to consolidate all deliveries on one day.
    When MRP is run, delivery schedules lines should be created with delivery dates as only Monday/Wednesday.
    How can we achieve this? Any suggestions are welcome
    Regards,
    Shashdihar

  • Commitment-update based on periodic base, based on delivery date. FI_E008

    Hi gurus:
    In our system, we are using profile update 000350.
    The purchase orders consume budget based on delivery date.
    When posting an invoice, it is necessary that the commitment reduction
    (amount type 0200) is posted with the invoice posting date and not the
    delivery date of the purchase order.
    This requires defining that value type 51 takes commitment update based
    on periods.
    By selecting the commitment update based on periods, it is not possible
    to determine the period by the delivery date. System displays an error
    message FI_E008.
    We need commitment-update to be based on periodic base, based on the
    delivery date.
    Could you help me. Thanks

    Hi,
    I don't think it's possible: PBET implies using posting date as basis date in the most cases. Tthere are some exceptions, but they don't apply to purchase orders (v.type 51).
    Regards,
    Eli

  • Making delivery date catagory in delivery schedule as week in Sch. agreemen

    Dear MM gurus,
    I am creating automatic delivery schedules in scheduling agreement via MRP run and i am using standard weekly lot sizing procedure. Delivery schedule so created  have 'D' as delivery date category. My requirement is to create schedule via MRP with delivery date category as 'W'. Kindly tell me where can i default delivery date category in delivery schedule lines to week (W). Please post of more information if required. I will be quick to respond.
    Thanks
    Avinash

    Hi,
    If the Lot Size is set to 'W', it instructs the MRP to group all the requirements in a week, considering it as single lot and create
    procurement element to cover these requirements. It has no influence on the delivery date category in the schedule line or date category in any procurement element.
    When the Schedule lines are generated by the MRP run, the default date category is always D (date format). There is no settings/customizing available to alter this behavior.
    Kind Regards,
    Suneet

Maybe you are looking for

  • Phone no longer working after upgrade - i5 - any help?

    i'm stuck in loop - logging in just takes me back to log in page.......

  • Constantly having kernel panics on Macbook Pro

    Hi all, For the last couple of weeks I'm having kernel panics on my MBP. The last couple of days I'm having more and more of these panics. It's starting to drive me crazy and was wondering if someone could help me with my last rapport. Is it a third

  • Miss my old app!!!

    Is there a file "opener" that comes with Windows 7?  I had this when I first started using my computer and I backed up my computer and lost this awesome file app.  Can anyone help please??  Thank you so much.     magicstuff6

  • How much current does the VBAT pin draw on the sbRIO-9606?

    I would like to provide a vbat voltage to the sbRIO-9606 in order to keep the RTC accurate. I am having a hard time finding information about how much current the VBAT pin will draw to keep the RTC alive. Any recommendations for providing this voltag

  • Ichat cancelled shutdown

    I can't shut down my Imac. I get a message saying that Ichat has cancelled shutdown. What can I do?