Update delivery with new material

<b>Requirement:</b> I need to add new materials to a delivery.  We create an outbound delivery in SAP and send to our warehouse.  They will ship substitute materials that were not originally on the delivery.  I need to update the delivery with the new "substitute" materials.  How can this be achieved?
It doesn't seem that the BAPI_OUTB_DELIVERY_CHANGE will help.
Thanks in advance!

Hi Michael,
Whenever you are creating a STO and then a delivery, system will carryout the availability check depending on the delivery date mentioned in the STO. If stock exists then system will create a delivery.
In your case, it seems that there is no availability check carrying out by the system. The system has to be configured for this functionality.
First you need to add the materials to the STO, then do the delivery. Then only you can do the PGI.
Hope this helps.
Thanks,
Viswanath

Similar Messages

  • Updated ipad2 with new os half through the restore it tells me to enter a backup file password.. I never set one??

    updated ipad2 with new os half through the restore it tells me to enter a backup file password.. I never set one??

    Have you encrypted the backups files from your iPad? If so, that is likely the password needed.

  • HT1349 Trying to update laptop with new version of I tunes, but it is telling me that I am on a network that is not available. I cant even uninstall I tunes to re-install either? Help

    Trying to update laptop with new version of I tunes, but it is telling me that I am on a network that is not available. I cant even uninstall I tunes to re-install either? Help

    Hey JAK Entertainment,
    Thanks for the question. I understand that you are experiencing issues with installing/uninstalling iTunes. The following resource may provide a solution:
    "The feature you are trying to use is on a network resource that is unavailable" alert appears when you remove Apple software in Windows
    http://support.apple.com/kb/TS3704
    Additional Information:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Thanks,
    Matt M.

  • How can I update Jdev with new JDK

    I currently have JDev323 and I wonder how can I update it with new JDK 1.4.

    What you should do is update the JDeveloper version that you use - 3.2 is sooooo old.
    Get Oracle JDeveloper 9.0.4 and you'll have JDK 1.4 built in.
    I don't remember if that feature was in 3.2 but since JDeveloper 9 you can switch the JDK - it is in the online help - do a search for the word JDK.

  • Updating graph with new data

    I have a problem updating my graphs with new data in Illustrator. When I update them with new data each month the y and x-axis tend to change font and size.
    What can be the problem? Please help me!

    Hi Rajasekar
    You can purchase the enterprise toolkit fron NI, it includes a "database connectivity toolkit".
    As regards the design pattern to do you you describe, it will depends on the refresh rate you need and the rate at which you want to write your data to the database.
    I would have 2 loops :
     - one acquiring the data and putting it in a queue,
     - and a second that get the data from the queue, logging data to database and refreshing the graph.
    If the write time to database is too long and slows down the graph refresh you place it in another loop.
    Hope this helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • My Iphone updated today with new IOS 6.1 and while doing that it has sync my phone number with my wife number in the same cloud that we have hence we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings

    My Iphone5 updated today with new iOS 6.1 and while doing that it has sync my phone number with my wife number in the same icloud due to which we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings etc
    Thank you

    My Iphone5 updated today with new iOS 6.1 and while doing that it has sync my phone number with my wife number in the same icloud due to which we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings etc
    Thank you

  • Update delivery with material and quantity.

    hai abap gurus,
          My requirement is to create a sales order and create a delivery with sales order reference.
          I done both.But now i want to  update my delivery with material and quantity.
          Is there is any bapi or function module.
          can any one help for my request.
                                                             with regards,
                                                                  mallik

    Hi,
    You're on good way while using FM SERNR_ADD_TO_LS and SERIAL_LISTE_POST_LS .
    In the second function module you don't need to pass anything.
    Don't forget to make a commit work to avoid database error during synchronisation.
    I had also one case of updating the serial to the document. It was the Sales order. I have worked with the function module SERNR_ADD_TO_AU which is internally using the function module SERNR_ADD_TO_DOCUMENT. The following is the sample code for it:
      CALL FUNCTION 'SERNR_ADD_TO_AU'
        EXPORTING
          sernr                 = w_sernr
          profile               = c_zd01
          material              = w_matnr
          quantity              = '1'
          document              = w_vbeln
          item                  = '00010'
          debitor               = fs_header-sap_ship_to
          vbtyp                 = 'C'
          sd_auart              = w_doc_type
          sd_postyp             = w_item_cat
        IMPORTING
          anzsn                 = w_anzsn
          zeilen_id             = w_zeile
          serial_commit         = w_serial_commit
        EXCEPTIONS
          konfigurations_error  = 1
          serialnumber_errors   = 2
          serialnumber_warnings = 3
          no_profile_operation  = 4
          OTHERS                = 5.
      IF sy-subrc eq 0.
        CALL FUNCTION 'SERIAL_LISTE_POST_AU'.
        COMMIT WORK.
      ENDIF.
    And one more thing, don't forget to have the call to the function module 'SERIAL_LISTE_POST_AU' amd commit work if the return code is 0. This is also mandatory.
    regards
    Satish

  • Itunes won't update nano with new software version

    Since the new software update has become available (which I'm hoping might fix my multiples in cover flow issue) I've tried on multiple occasions over a few days to download and install the update on my new nano 4th Gen.
    It goes through the licence agreement bit and says it's downloading and will instal when it's done. However after a few minutes it gives an error message that the connection with the itunes server has timed out. It says check your connections and such but all is fine, even itunes own diagnostic connection test is all fine.
    I've even tried the restore option but that just dies on it's attempt to get new software too and doesn't get anywhere.
    I'm pretty good with computers but this one's now got me stumped.
    Anyone got any ideas?

    Are you using a dial-up or broadband internet connection? If your using a dial-up connection, that might be your problem. If your using a broadband connectin and your getting this problem, you might just want to contact technical support.

  • Will MEMASSPO or MEMASSIN work to update PO with new transit table data

    I'm looking to refresh PO's (ME22N) with new transit table data.  Would MEMASSPO or MEMASSIN refresh PO's, i.e. new delivery date, with the new transit data. 
    The only work around we have found is to go into each PO, add a text field and then save.   We want to write a WinShuttle script to fix the thousands of PO's, but some PO's already have a text field, and the WinShuttle script will erase the text previously entered in the PO.
    Thanks.

    MEMASSIN will certainly not effect purchase orders, as it is the info record mass maintenance.
    And changes in master data never effect already existing transactional data.
    I dont think that MEMASSPO will effect any other table than the 2 tables listed (EKKO and EKPO)
    But it is easy for you to just test it for a single PO with MEMASSPO, so you will immediatly know if it does or not.

  • Reg:SC between plants with new material

    Hi all,
    Iu2019ve a scenario as follows,
    SC process between plants
    Plant X &  Plant Y
    Plant X sent material C to get the material A which goes as normal SC purchase order
    After the material reaches the plant Y it adds new material B(excisable) to this material C and then sends back to plant X as material A
    Now my doubt is for the normal SC purchasing the operation cost could be captured as regular but for the new material B (which is excisable) which is added at plant Y the excise invoice is raised by plant Y
    How am to map this scenaio in SAP
    Reg
    VKK

    Hello Sanjoo,
    As mentioned I can do it as STO process but is it possible to address the same thru subcontracting process, ie from plant x the material is sent along with the excise invoice after receiving the material in plant y they add another material B which is excisable and make the material C, which they sent it back to plant A . The operation cost is added on the material and the excise is captured individually
    now for this process STO with excise is good or can i follow the SC process where i create SC po for the operation and normal PO with Tax code for the new material added,
    suggest me the better process
    regards,
    VKK

  • How to update views with new changes

    Hi Experts
      I had 3 views created on a Query,Which(views) are being used in Dashboard reports.
      Now as per my requirment i need to update my Query with few new chars and some user enty variables.
      How can i update my views....with new changes
    Thanks

    Hi developerbw,
    Here are steps you can do to make the change
    1. open your old view
    2. make the change
    3. save the view uing the same description and technical name, (Make sure you you say yes when it ask whether to overwrite the exisitng view)
    no need to create new views
    feng

  • Service entry sheet error.with new material group for services

    Dear Experts
    We need to create material group for  roll shop spare parts service,we created a new material group.
    when we are creating PR/PO with item category as D and a/c assignment K( entered cost center here).its giving error message
    as RC= 3M8 47 Account determination for entry JSL KBS J001 not possible(while making service entry sheet)
    after that i changed PR/PO and gave cost center and G/l account.now the service entry sheet is accepted.
    is it necessary give G/L account manually,if user chose wrong G/L account how to avoid this problem.
    please clarify me,
    do we need to assign valuation class for material group for services?(where to assign)
    or
    should assign G/L account manually to cost center while creating PR/PO
    Please clarify me
    Regards,
    Varun
    Edited by: madhu varun tirupati on Sep 8, 2010 2:48 PM

    Hi,
    Option-1:-- >
    Without creating material group and you can use your other service material group(existing service material group) and  create a service master  in AC03 as spareservice. Create a Service PO with text as roll shop spare parts service with other details as required like quantity of service, cost center & G/L account etc. After service being completed you can do SES in t.code: ML81N
    Option-2:-- >
    If you want report at the end based on different material/service group level, you can create a material/service group in OMSF for roll shop spare parts service and then you can assign to valuation class to material group in OMQW t.code. Then carry out regular process service order, SES etc.
    Based on requirement, you can enter G/L account manually or can set default G/L account in purchasing document with help of t.codes: OMSK, OMQW, OME9, OMGO & OBYC
    For error u201CAccount determination for entry JSL KBS J001 not possibleu201D, you cannot assign KBS transaction/event key to an account in OBYC t.code. Only you can assign G/L account to cost center with your CompanyCode in OKB9 t.code. Check the SAP note: 364570 & 106981
    Regards,
    Biju K

  • How can I update JTable with new Object[][]

    Hallo, I have got a problem. I want to update my Jtable with new Values,
    with
    setValueAt(Object aValue, int row, int column)
    i can only update one Object.
    Is it possible to update All Objects "Object[][]"??? in a whole Table
    after I clicked a Button???

    Hi,
    AbstractTableModel's method setValueAt(Object aValue, int row, int column)
    is not the way to fill values into a table. It is the way the table returns the changed values to you after the user has entered something. This is a very common misconception, probably because the method names are so confusing.
    The table model uses getValueAt (int row , int column)
    to fill in its rows and columns.
    If you extend AbstractTableModel to make this method fill in the correct values from you data array. then, when you wish to update the whole table, you can
    1) Put new values in the data array
    2) fireTableValuesChanged
    this will cause the table model to call getValueAt for every row and column.
    good luck.

  • Update registration with new tags (C# Windows App)

    Hello!
    I am trying to update registration of my application with new tags.
    I want to remove old tag "DELang" and add a new tag "ENLang".
    I am using this official article Registration Management
    I have add
    using NuGet package WindowsAzure.Messaging.Managed
    to my application and have create hub variable.
    var hub = NotificationHubClient.CreateClientFromConnectionString("{connectionString}", "hubName");
    But this variable doesn't support GetRegistrationAsync or UpdateRegistrationAsync.
    What is wrong?

    When you reconnect your Lightroom catalog to the photos on your Mac, you need to follow these instructions: Adobe Lightroom - Find moved or missing files and folders
    You want to reconnect the top-level folders where your photos were stored as shown in Figure 4.
    There is no importing of photos involved, so there is no need to check or uncheck "do not import duplicates"

  • Update registration with new tags

    Hello!
    I am trying to update registration of my application with new tags.
    I want to remove old tag "DELang" and add a new tag "ENLang".
    I am using this official article Registration Management
    I have add
    using NuGet package WindowsAzure.Messaging.Managed
    to my application and have create hub variable.
    var hub = NotificationHubClient.CreateClientFromConnectionString("{connectionString}", "hubName");
    But this variable doesn't support GetRegistrationAsync or UpdateRegistrationAsync.
    What is wrong?

    Did you activate iPad like this:
    1. Slide to turn on
    2. Select Wi-Fi Network
    3. Enter Wi-Fi password
    5. (a) Enable Location Service (b) Don't enable Location Service
    6. Select
    7. Enter Apple ID and Password
    8. Terms and Conditions
    9. Accept
    10. (a) Use iCloud (b) Don't use iCloud
    11. Select
    12. (a) Create a Passcode (b) Don't Add Passcode
    13. Select
    14. Continue
    15. Diagnostics
    16. (a) Automatically Send (b) Don't Send
    17. Select
    18. Welcome to iPad
    19. Get Started
    20. Home Screen

Maybe you are looking for

  • ITunes on multiple computers

    I am purchasing a new iMac and I am keeping my old 17" MacBook Pro (it's 4 years old). Right now I am keeping my iTunes on an external HDD. I have it connected to my MacBook Pro via firewire 800. The reason I originally put iTunes on the external HDD

  • [IDCS3 WIN] Assert while importing tagged text

    Hi,<br /><br />I use the following code to import a tagged text from a buffer into a text frame:<br /><br />IDataBase* database = frameUIDRef.GetDataBase();<br /><br />InterfacePtr<IHierarchy> frameHierarhy(frameUIDRef, UseDefaultIID());<br />int32 c

  • Bug in servlet mapping

              Hi, it appears that the servlet mapping specified in section 10 of the           Servlet 2.2 spec is broken in Weblogic server 6.0 GA. Here is the servlet           2.2. spec for mapping:           10.1 Use of URL Paths           Servlet co

  • Create Custom List, store information and display the information on web part

    Hi, Working on a Custom visual web part in sharepoint 2010. Scenario is i would like to have two button on that web part, one is "I read it " button for users to tag the page and another one is "find the list of people who already tag/read that page"

  • Is it all about timing or FSB ?

    Hello i was wandering if i should base my coclusions to rams based on agressive timing or high speed. I have 2xA-data ddr 500   but i am planning to buy some extra pairs for a friend. Should i get him a ram with aggressive timing like (2,2,2,5) ddr40