Why the committed Date of STO becomes 12/31/9999

Hi Please help me, just new in STO.
We have the problem in STO where if checking md04, available stocks still is on 500K++
though there are entries such as Open SO qty and some delivered items already.
But what happen is the STO was created sept 28 but we put delivery date of it as dept 17 earlier
than those dates in delivery.
still if checking the stocks, deliver items doesnt short the stocks buy why
sto committed date becomes infinity date.
does the open so quantity consumes the stocks already?
is there a way we can see where the priority of stocks allocation is set in the configuration?
thank you

Hello,
If not all quantity can be confirmed for the delivery date,
and the ATP-chek runs without Replenishment lead time, the system set
the committed date to 12/31/9999. This is the normal system behavior
and not an bug.
During an STO-process the system check the availability in the supplying
plant(APO) for the date when the delivery has to be created (ekpv-ledat)
This date can be determined with shipping data determination or
without, accordingly your settings in customizing OMGN. Without the
system takes only the planed delivery time into account. This time
can be different in PREQ and Material master so it can be different
in the time when the system checks the availability if you create the PO
with reference to an Preq or without.
In addition, the committed date in the PO is only for informational
purposes, it is not interpreted by the ATP check since the ATP situation
might have changed immediately after the committed
date was calculated.
Regards,

Similar Messages

  • Why the delivery date is the same date as 'transptn plan date" & loading date' & ' good issue' & GR end date'

    Hi Experts,
    why the delivery date is the same date as ‘transptn plan date” & loading date’ & ‘ good issue’ & GR end date’.
    in shipping tab i can see Planned Deliv. Time  170 Days ... wat could be the reason.
    Many Thanks:
    Raj Kashyap

    Hi Jurgen,,
    Thanks for quick reply!!
    But i didnot find any things like that .. what could be the customizing .. and we are using GATP from APO side.
    \Raj Kashyap

  • How does committed date in STO- different company codes gets calculated

    Dear All,
    Please let us know How does committed date (ATP date) in the STO across different company codes gets calculated
    Regards
    Ahmad Idais

    Hello,
    RA is always a Company Code specific process due to the possibility of financial postings.  I think that your WBS structure better be reconsidered not to mix up different Company codes at different levels, but maybe having a parallel nodes for different Company codes.
    I also believe there is a consulting OSS note to explain the standard system behavior, just search the OSS.
    Since you already have a master data in place it must be quite easy for you to test how the system behaves.
    Regards,

  • Committed quantity and committed date in STO

    Hello friends,
    How and on what basis the committed quantity, committed dates updates in STO delivery schedule tab while doing the STO.
    Regards,
    Cherryk

    Cherry,
    During configuration of STO's, an availability check is assigned (IMG > MM > Purchasing > Purchase order  > Set up Stock transport order > Assign delivery type and checking rule).
    Because of this, during the creation of a STO, the system will perform an availability check for the material in the source plant.  The results of this ATP are the two fields that you have mentioned.  Zero in committed quantity means that the  ATP check found no material available, according to the ATP check you have assigned, on the date you have proposed.  A quantity less the entire quantity of the STO indicates that only a portion of the STO requirements was found to be available on the proposed date in the supplying plant.  
    Any time the committed quantity is less than the entire quantity of the STO, it means there is no assurance that there will be product available when the day comes to actually create the delivery note and PGI the STO.
    Any time a requirement is not committed during an ATP check, the possibility also then exists that other requirements in the supplying plant (such as new sales orders, or new production order dependent requirements) may take stock that you intended for use in your STO.  It is always wise (but not mandatory)  to manipulate your STOs so that committed qty  = delivery qty.
    Rgds,
    DB49

  • Doubts in statistic Delivery Date and Commited Date in STO PO

    Hi,
    I would like to know statistic delivery date and Commited Delivery date in STO PO.
    2 different type of date is displaying STO PO like;
    1. We are getting statistic delivery as "09.02.9999" and Commited Date as "09.02.2011"
    2. 1. We are getting statistic delivery as "09.02.9999" and Commited Date as "09.02.9999"
    Could you explain, where we are maintiang those date and how it is displaying in PO Delivery schedule line?
    Thanks.
    Dhanush.

    When you create a PO, then the statistical delivery date is set equally to the delivery date.
    the statistical delivery date is automatically changed if you change the delivery date before you have outputted the PO.
    After you outputted the PO, the statistical delivery date has to be changed manually by the user if he changes the delivery date.
    the idea behind this is because of the vendor evaluation, the vendor evaluation is done with the statistical delivery date.
    as long you have not printed/faxed/mailed the PO to your vendor, then the statistical delivery date is changed automatically with a delivery date change.
    But after a transmission you always have to ask yourself, who is responsible for the change in the delivery date.
    If it is you, then you have to change the statistical delivery date to the new delivery date manually, to avoid that the vendor gets valuated against the wrong delivery date. But if it is because the vendor cannot meet the delivery date, then you change the delivery date to have an accuracy for planning, but you keep the old date in the statistical delivery date to valuate the vendor against it.

  • Why the cached data lost from Coherence?

    Yesterday,I sarted a storage-enabledcache server by running cache-server.cmd and started a storage-disabled cache console by running coherence.cmd.
    Then I inputed the following commands to input some data into the Coherence caches:
    cache(cb)
    put a a
    put b b
    put c c
    put d d
    put e e
    Map (cb): list
    c = c
    e = e
    a = a
    d = d
    b = bBut today, when I issue the list command from the Coherence command line, the output become "null".
    Why the data lost?

    By running cache-server.cmd Coherence will be using the configuration file from the coherence.jar which will default to a cache with expiry of one hour. So if you had checked you cache after an hour or so you would have seen it was empty.
    If you look at the coherence-cache-config.xml file inside the coherence jar you will see this mapping (which will apply to the cache you created with the name "cb"
        <cache-mapping>
          <cache-name>*</cache-name>
          <scheme-name>example-distributed</scheme-name>
        </cache-mapping>This maps to a scheme called example-distributed that looks like this:
        <distributed-scheme>
          <scheme-name>example-distributed</scheme-name>
          <service-name>DistributedCache</service-name>
          <!-- To use POF serialization for this partitioned service,
               uncomment the following section -->
          <!--
          <serializer>
            <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
          </serializer>
          -->
          <backing-map-scheme>
            <local-scheme>
              <scheme-ref>example-binary-backing-map</scheme-ref>
            </local-scheme>
          </backing-map-scheme>
          <autostart>true</autostart>
        </distributed-scheme>which uses the example-binary-backing-map scheme
        <local-scheme>
          <scheme-name>example-binary-backing-map</scheme-name>
          <eviction-policy>HYBRID</eviction-policy>
          <high-units>{back-size-limit 0}</high-units>
          <unit-calculator>BINARY</unit-calculator>
          <expiry-delay>{back-expiry 1h}</expiry-delay>
          <flush-delay>1m</flush-delay>
          <cachestore-scheme></cachestore-scheme>
        </local-scheme>which you can see has expiry set to 1 hour.
    I once had to help out a team who managed to get a node using this configuration on their production cluster and lost random data every hour!
    JK

  • Why the delivery date in the order not changing with P.O???

    Hi All,
    I am encountered with an issue that in a P.O the delivery dates are kept as customer requested delvery date and these cahnges are not updating in the order.
    According to standard SAP the change in delivery dates in a P.O should get updated in sales order.But its not happening if we keep this date as customer requested delivery date,Why is it so?
    I would explain with an example so that it would be clear:
    An order is created say 03/31/2011 and the requested delivery date is 05/02/2011.
    Confirm delivery date is 05/10/2011  (because in purchase info record it is 40 days)
    Now when P.O is created this confirm delivery dates will come.If we change these dates to any other dates it would replicate in the order.But if we keep these dates as customer requested delivery date, it is not changing in the order.
    Please any one help me out....
    Regards & thanks.
    Edited by: deepak567 on Mar 31, 2011 7:50 PM

    Dear,
    Please check the timing in work scheduling view. other wise schedule the routing and maintain time there and check your result.
    In material Master MRP2 screen you will get Scheduling Screen where you will get
    In-house production
    GR processing time
    Plnd delivery time
    These are lot size independent but value in work scheduling view are lot size dependent.
    Go to VOV8 and check the Lead time part. If u will maintain lead time of 2 days, the req deliverty date will be 2 days frm order creation date.
    You can configure this in the configuration of the Sales document type in VOV8. Here we can specify the value and as per that configuration the date will be defaulted.
    Regards,
    R.Brahmankar

  • Why the contract data is not modifiable when I create a order

    I have already assigned the Contract Profile to a sale order type in the Sale order type definition, and the contract profile has been set correct.
    When I create a order by this order type (I’ve tried both copy and create a new order type), I can’t modify the contract data from Goto>Header>Contract data,
    what is the reason, how can I reset it, appreciate for your help, Thank you!

    hi,
    contract is an agreemet made following which we create a sales order called a release order. so, we only refer that and release whats being agreed as part of contract.
    Let us look at this situation from a business point of view. so once you create a contract profile and assign to sales order, we cant modify it at the sales order level.
    Hope it helps. Pl reward if useful.
    Thanks,
    Sadhu Kishore

  • I competed updating my ipad2 to ios6. I have 11 apps which has updates I need to perform. But, the procedures of 'agree' and update keep going in a loop and I was not able to update any of the 11 app I need to update. Why the up date procedures keep loopi

    I completed updating my iPad2 to ios6. I hv 11 app which need to be updated and these are flagged. But the updating procedures keep looping itself and I was not able to update any of the 11 app.? Why the update procedures keep looping and how to get out of it.

    Okay - let's cut to the chase...
    If the Menu Bar (File, Edit... Help) shown in my screenshot below is not visible, use CTRL+B to display it. Then click on Help/Check for Updates. If one is available, you will be able to select it at this time.
    Note the item at the bottom of the list; About iTunes. Selecting that will show you which version of iTunes you are using.
    An alternative method to display the Menu Bar is click on the box in the top left of your iTunes window...

  • Why the "Import Data from Another Browser" option cannot be chosen

    I click on History on the menu, then, Show All History option, a new window appears called Library.
    I click on the button: 'Import and Backups', a drop down menu appears with the option 'Import Data from Another Browser'; however, this option in my browser is light gray, i.e. I cannot choose it. Why?

    Are you in the Private Browsing mode when you try that Import menu item?
    http://support.mozilla.com/en-US/kb/Private+Browsing

  • Why the large data usage

    my son's iphone usage says his phone used 10mb today alone. He's connected to our home wireless network when at home and doesn't surf or use his phone while away from home. What could be causing the large cellular data usage numbers?

    Make sure it's backdated. If you don't do that then it won't go into effect until next billing cycle. Most common mistake people do.
    Things to consider:
    Updates set on automatic on laptops and computer will randomly use your data. The biggest day is usually the first Thursday(IIRC) of every month on window devices(or whatever day after that you decide to turn them on). Also apps will auto update themselves(chrome for example. Plugins as well). To help reduce data usage it's best to make sure to turn auto updates off and manually check them.

  • For apple tv 3. Why the speed of YouTube is becoming extremely allow and lagging, when I do latest updated to 5.2.1?

    As tile concerned?
    It's really annoying me.
    Any possible way to downgrade to the previous version ?

    Network working fine and smooth for previous version.
    So the only thing change is upgrading to the latest version.
    Since then YouTube clip become very very slow and lagging.
    I do the same YouTube with my iPad using the same network, it work good and as usual smooth.
    So can I downgrade to the elder version?by any means.

  • After Bop run the delivery dates differs in STO tables.

    Hi,
    I have created a STO with multiple line items with multiple delivery dates in the same STO. We have APO also
    E.G. 1st and 3rd line item have todays delivery date(01.03.12) and 2nd and 4th line item have 05.03.12.
    for the 1st and 3rd line item the system have material availability and we get the confirmed committed quantity from the APO system and got deliverd successfully.
    for the 2nd and 4th line item there is no stock in R/3 and APO sytem, and we get the committed quantity as 12/31/9999, once the material is available, BOP run happens it gives committed date in the STO delivery schedule, we found the committed date between EKET table and VETVG table is different when we try to do it for the future date, i want to understand how the committed date arrived in the VETVG table and why it is differing from the EKET table, for the 1st and 3rd line item, the committed date is same in both the table, plese advise.
    Regards,
    Rajesh

    Hi
    You can change the dates with userexits if you have specific requirements. Please, see these notes:
    SAP Note 414484 - VL10: Delivery creation date all up to today (user exit)
    SAP Note 198137 - VL10: Customer-specific enhancements / user exits
    If you have any kind of 'accident' while you are trying solutions with records in table VETVG, see SAP Note 61148 - VL04 VL02 AME807 AME815: Insert to table VETVG.
    I hope this helps you
    Regards
    Eduardo

  • Committed Date Calculation in an STO

    Hello,
    Can anyone detail how exactly the committed date is calculated during an availability check for an STO?.
    Thanks.

    STO Delivery Date is receipt date at destination location. This minus Transportation Lead time is STO requirement date at source.
    When you conduct ATP check for this PO/STO, your committed date is updated at source and delivery date will be updated as committed date plus TL lead time. Also check SAP help at http://help.sap.com/saphelp_45b/helpdata/en/41/191fce45fd11d188ff0000e8322f96/frameset.htm

  • Why is the INVOICE date different than the ORDER date?

    Something odd is happening... I'm receiving workflow notifications from Business Catalyst for Invoices, but sometimes the date of the order is the day before I receive the invoice. This is causing havoc on the shipping side because when I print out the invoice packing slips and export the order files, they don't match up and sometimes customers get missed.
    Any idea why the invoice date would be different than the order date and how do I fix it to make them the same?
    Thanks in advance!

    Hey there,
    An invoice is not an order. That is an important thing to know.
    An order is generated through a few means but mainly as soon as one product is added to a cart - that order exists and the date marked. An invoice is a purchase and comes from an order.
    Create an order in the admin yourself and save it but add no invoice number. You can see you just made an order and you will see the button to generate invoice.
    API can make an order and no invoice, a person can add items to cart and finish it the next day if they have their session open that long... Lots of reasons why these dates may differ.

Maybe you are looking for

  • Problem sharing calendar - "The server responded with an error"

    I'm trying to share a single calendar that contains a lot of entries of meeting rooms at our local library.  I want to share them through MobileMe via an RSS feed. When I right-click on the calendar name I get the error in the attached image.  I'd be

  • Convert multiple page pdf to multiple jpg

    Hi, is there anyway of converting a multiple page pdf file in preview to multiple jpgs in one go? I've tried selecting all, but it still only converts one page into a jpg, when using the "save as" function. I'm currently having to convert each page i

  • Moving multiple images

    I'm using RoboHelp 7.02. I have several images that were imported into various help files at the top level. This really clutters up my Project Manager, so I set about the task of putting all those images into an Image folder. I was happy to discover

  • Starting instance in idle mode (10gR2 on Windows Vista)

    Hi! I was wondering how I can initially start an Oracle instance in idle mode. Currently, I can only open the database, then connect as sys with sqlplus and shutdown the database. Here's what I do: 1.) Start the TNS Windows service. 2.) Start the "Or

  • Font shows up in Fontbook, but not in Photoshop or Illustrator

    HELP! I am have been working on this stupid problem all night I see Papyrus font in Fontbook and it checked out ok. Yet, it doesnt show up in my two graphic programs, Photoshop and Illustrator. I would use a different font, but am matching something