Changing outbound delivery in EWM does not change the delivery in ERP

Hello,
I am working on EWM;
I create an outbound delivery and it is transferred to EWM. If I reject the outbound delivery request in EWM, system adjust the quantity of delivery for both EWM and ECC.
But if I activate the delivey the system creates a outbound delivery order(odo). But the problem is that when I change odo the delivery in ERP is not changed.
Do you have an opinion to about what should i check in the system?
Best regards.

As example you can take:
ex/code: DIFD
Business Contx TPT
Exec. Step 02
Its for inbound delivery, there no record for outbond.
But i still dont understand the buisnes reason for such process, cose if your customer order 500 PC for example, you warhouse workers simply change his demand and it's not correct, cose you can deliver this open amount later and sales person should decide. You task in EWM use exeption codes and process codes to close ODO or find other bin...
Like i sad, at the time of good issue adopted amount EWM will send to ERP.
For delete position from odo use trash button
pick denal exeption code in WHT conformation.
Edited by: Andrey Altabaev on Jan 19, 2012 10:11 PM
Edited by: Andrey Altabaev on Jan 19, 2012 10:13 PM

Similar Messages

  • Changing sort order in iTunes does not change order on iPad

    If you create a new playlist (not a smart playlist) in iTunes, you can get the songs to order according to the track number or the name of the song or the size etc. It used to be that this selected sort order would be reflected in the corresponding playlists on the iPhone/iPad
    This doesn't seem to work using iTunes 10.6, iTunes Match and iOS 5.1 on my iPad 2.
    1. I create a new playlist in iTunes and name it Test.
    2. I sort this playlist by the Name column, so that the songs are in the A to Z order (Fernando, SOS, Waterloo)
    3. The new playlist appears on my iPad.
    4. The iPad playlist lists the songs in the order selected in iTunes.
    Now, back in iTunes, I click on the Name column again, so the names are now sorted in reverse. That is, from Z to A (Waterloo, SOS, Fernando). I also rename the playlist to Test 2 so that I know that the same playlist has been updated on my iPad.
    So the playlist Test 2 is now ordered by the song name from Z to A in iTunes. However, the playlist on the iPad does NOT reflect the new sort order. It is still ordered A to Z, not Z to A as I expected.
    5. Now I create a new playlist named Test 3. I open Test 2 (still in the order Z to A) and copy the songs to Test 3.
    6. The new playlist named Test 3 appears on the iPad.
    7. The songs are in the correct order.
    8. Change the order again in the playlist.
    9. The change in the order is NOT reflected on the iPad.
    Grrr. I quit the Music app (including the background process on the iPad) and launch it again. But the order of the songs in Test 2 is still not the same as in iTunes.
    Totally frustrated, I do the following:
    1. Quit all apps running in the background on the iPad.
    2. Go to Settings and turn off iTunes Match.
    3. Log out of the iTunes store.
    4. Restart my iPad so that the playlists disappear from my Music app.
    5. Turn iTunes Match back on.
    6. Log back into the Store.
    7. Wait for the iCloud to sync.
    8. Playlist Test 2 is still in the incorrect order! This is unbelievable.
    I have tried the Right-Click 'Copy to Play Order' trick that I read about in another post but it doesn't help.
    Is anyone else experiencing this problem? Any solutions?
    Thanks in advance.

    This isn't an issue of putting songs on that I don't want, it's that it doesn't CHANGE my music, even when I try to make it change.  I've got over 15000 songs in my iTunes; my iPod can only hold around 275 songs.  My problem, is that I can't make it "randomly" choose different songs.  when I try to change the music, it puts the same songs on over and over.
    Emphasis here is on RANDOM: I do not want to have to select the music to put on my shuffle. and
    CHANGE: If I only wanted to listen to the same 275 songs, I wouldn't have bothered purchasing the others...

  • Change ODBC DatabaseName but it does not change in CRXI R2

    I am sitting with a problem where I have my Test Database (BusinessTest) and my Live Database(Business) on the same server. Now the reports was created before i started at the company and they are all showing the Business.TableName if i go to "View SQL Query".
    Now i have to do enhancements on the Report and i would like to first use the BusinessTest Database. My problem is that i can not get the "View SQL Query" to show the BusinessTest.TableName no matter what i do.
    The setup is as follow
    I am using Crystal Reports XI R2 (SP 4).
    I connect to the MySQL database using the MySQL ODBC 5.1 Driver
    It connects to the Business database (Live)
    When i change the ODBC driver it does not change in the "View SQL Query" it still refers to the Business Database.
    I also verified the database and still it only looks back to the live one.
    I created a new ODBC and made it look to the BusinessTest database and then updated the Datasource Location under the "Set Datasource Location" then verified the database again and still it looks at the Business(Live) database.
    What exactly am i missing? Why can i not get to change the datasource location?
    Hope Someone can help.
    Thanks.

    Hello,
    Changing the DSN properties does not update the report DB connection info and not recommended to do so. You also need to Set Location using the Database drop down menu option.
    Try this: Open up the ODBC Administrator and in the System DSN's change your original DSN back to the test server. Now create a new DSN and point it to the new Server. Open up Crystal Reports Designer, load the report, click on Database menu, Set Location and browse to your new DSN. Clcik on the Update button when you have the old DSN in the report high lighted and then click on the new DSN you just connected to and click the Update button.
    Now from the Database drop down menu click on Verify database. You should now be able to run the report and then show SQL to see the new data.
    Thank you
    Don

  • Creating an invoice from a delivery does not closes the delivery.

    I am creating an invoice using DI. The invoice is based on an already existing delivery note.
    The delivery is manually created from SBO. When I'm creating the invoice I transfer all items and expenses from the delivery to the invoice.
    case 1. The delivery has no freight defined.
    When the invoice is created the delivery is automatically closed
    case 2. The delivery has some freight
    When the invoice is created the delivery remains open even though the invoice contains everything in the delivery, including the freight.
    'Copy to' from this delivery opens an invoice with no items - only the freight is filled.
    Currently I explicitly close the delivery using the Close method.
    Is this correct?
    Is it normal for the base document to remain open if the target document imports everything?
    Thanks,
    Svilen

    Hi Svilen,
    My experience with getting a delivery note to automatically close when I create an invoice against it is that the base document information on each line item on the invoice must be set to point at the delivery note (base document).  You are probably already doing this on your line items and that's why it closes when there is no freight.  But freight items have "base" fields too, and they have to point back to the freight item on the delivery note.   Are you setting the base doc info on the invoice freight lines?
    The following code worked for me (although this example is for sales order to delivery, it is the same thing for deliveries to invoices):
                    Dim ix As Short
                    Do Until ix = vso.Expenses.Count
                        vso.Expenses.SetCurrentLine(ix)
                        If vso.Expenses.ExpenseCode = _FreightExpCode Then
                            If vso.Expenses.Status = bost_Open Then
                                vDN.Expenses.BaseDocEntry = SODocEntry 'added 1/5/7 jc
                                vDN.Expenses.BaseDocLine = vso.Expenses.LineNum
                                vDN.Expenses.BaseDocType = SAPbobsCOM.BoAPARDocumentTypes.bodt_Order
                            End If
                            Exit Do
                        End If
                        ix += 1
                    Loop
    I'm looping through the target (order) document's freight records to find the matching one that I know is on it - you might be processing all - but then I load the sales order base docentry, base doc line# & base doc type to the delivery note freight line item.
    When getting this done, my source documents close OK.  In fact, I think they close even if the totals don't match on each record - just so long as every source doc record is pointed to by a target doc record.
    HTH

  • Adobe flash keeps crashing and reloading and changing timeout per your instructions, does not fix the problem. What else can be done?

    I recently upgraded Firefox and now I cannot use it if I want to watch something involving Adobe Flash because it crashes. I read your article and made sure I am up to date on all programs through Firefox check page. I reset the timeout on the adobe flash to -1 per your article. Your article states it may crash and just re-load it. I have done all your advice and it still will not run. I am now using Windows as my default browser because I don't have time right now to research this on my own and solve it. I don't know if you are aware that the fixes you suggested are not fixing the problem.

    Try reinstalling the previous version of Flash - 10.1 r 102 and get rid of that 10.2 r152 version. ''I never updated Flash and I haven't had a problem with Firefox 4.0 on WinXP.''
    http://www.oldapps.com/flash_player.php?old_flash_player=19 <br />
    scroll down to <br />
    Download Flash Player 10.1 (Non-IE Browsers)
    or from Adobe <br />
    http://kb2.adobe.com/cps/142/tn_14266.html

  • System does not propose the delivery date based on factory calendar

    Hi,
    I am creating a sales order for a delivery date for this sat which is (2/22/09)
    I have maintained 2 separate calendars for
    1) shipping point
    2) for the route
    The route has a transit time of 1 day and the calendar has sat and sunday as non working.
    the Shipping point has a pick/pack time of 1 day and the calendar has sat and sunday as non working
    The material is available in the warehouse
    Now when i create this sales order i enter the delivery date as 2/22/09, the system does not propose me the delivery date of monday (i.e 2/23/09) It accepts the 2/22/09 delivery date.
    In the schedule line i do see the date as 2/22/09 only.
    The delivery was created with the following dates
    Picking = 2/17/09
    Transportation Planning = 02/18/2009
    Loading =02/18/2009 
    Planned GI= 02/18/2009
    Delivery Date = 02/22/2009
    How can the system give me the delivery date of a sunday when the calendar doesnt allow sunday as working day.
    Also the route time is 1 day in transit so i am not sure why the system is proposing a 3 day transit time?
    Can any one explain the behaviour of SAP for the delivery date logic

    Dspsac,
    Delivery date can be any date.  For instance, if your customer insisted on a Sunday delivery, you would accommodate him, regardless of any calendar.
    From the delivery date, the system counts backwards USING THE FACTORY CALENDAR ASSIGNED TO THE ROUTE by the number of days in the route.  You have to consult the FC assigned to your Route to determine if the GI date has been properly calculated.
    From the GI date, the system counts backward Pick/pack time, using the shipping point calendar, to arrive at Material availability date.
    Calculations are explained in SAP online help
    [Transportation and Delivery Scheduling|http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/5607e7545a11d1a7020000e829fd11/frameset.htm]
    Regards,
    DB49

  • Change library location when iTunes does not manage the library?

    There must be an easier way to do this...
    I keep all our music files on an external NAS so it can be shared by my Sonos system and also sync via iTunes to various iDevices by my wife and I.  In this situation it is not desirable to have iTunes organize the folders or copy the music to it's own folder.  Using Windows 7 iTunes, I use the File | Add Folder to Library dialog to add music to iTunes, simply pointing this dialog at the NAS folder where the files are stored.  This creates a few problems.
    1) When new music is added to the NAS folder, iTunes doesn't have the brains to re-scan the folder at start-up to see what has changed.  Instead I have to use the File | Add Folder to Library dialog again, choosing the same folder as before.  An annoyance.
    2) When I do the procedure described in #1, ALL new files since the last scan get a check mark and are added to the iDevice sync.  That is also undesirable as I may add lectures or music that my wife doesn't want on her iPhone, or vice-versa.  One is forced to hunt through the entire library looking for items that she or I don't want synced.
    3) I need to change the location of the music file storage.  BIG PROBLEM.  I can't figure out how to move the file location and have iTunes still honor the selected (and non-selected) file choices.
    There must be a better way around all of this.  I saw one suggestion to do a global search and replace on the file location in the iTunes Music Library.xml file using a text editor.  Is iTunes really that backward?  Any help appreciated.

    Use iTunes Folder Watch or make sure the designated iTunes Media folder is a folder on the NAS and drop new content into <Media Folder>\Automatically Add to iTunes.
    Tunes Folder Watch includes an option not to check newly added songs (or rather it actually unchecks them) however checkmarks are a poor organizing tool. Use a combination of one or more regular & smart playlists to determine what should go on the device. That way you can still listen to albums that aren't scheduled to sync.
    Exactly what do you want to change? Normally I'd suggest you make your split library portable, however running an iTunes library database from a NAS is generally not a good move. It may be necessary to do so temporarily in order to relocate the media folder, after which the library files can be copied back to an internal drive for performance. Alternatively you can move files around using my script ConsolidateByMoving, assuming you're not also trying to preserve an esoteric folder structure of your own. Or, it there is room to copy, then delete, instead of moving, then you can use the iTunes "consolidate" feature.
    Editing the XML and "breaking" the library to force a rebuild from the XML is not the way to go.
    tt2

  • Sometimes PDDocSaveWithParams does not change PDF version

    Hi,
    In a plug-in we are changing document properties like, Initial view, Page layout, Fast web view, pdf version etc, it is working fine most of the time, But for some documents it is not changing version backwards i mean, if the original file version is 1.5, it can change to 1.6 but does not changing to 1.4, why it is happening so, where could be the problem?
    part of that code is given below for your reference
    PDDocGetVersion( pdDoc, &asiMajor, &asiMinor );
    asiMajor = 1;
    asiMinor = 4;
    PDDocSaveParamsRec pdDocSaveParams;
    ProgressMonitorRec pMonitor;
    pdDocSaveParams.saveFlags=PDSaveLinearized|PDSaveFullPDSaveCollectGarbage ;
    pdDocSaveParams.newPath= asPath;
    pdDocSaveParams.fileSys=ASGetDefaultFileSys();
    pdDocSaveParams.mon=NULL;
    pdDocSaveParams.monClientData=NULL;
    pdDocSaveParams.cancelProc=NULL;
    pdDocSaveParams.cancelProcClientData=NULL;
    pdDocSaveParams.major=asiMajor;
    pdDocSaveParams.minor=asiMinor;
    PDDocSaveWithParams(pdDoc,&pdDocSaveParams);

    You can do it like this:
    _t_PDDocSaveParams sp;
    memset(&sp,0,sizeof(_t_PDDocSaveParams));
    sp.size = sizeof(_t_PDDocSaveParams);
    sp.saveFlags = PDSaveFull;
    sp.major = 1;
    sp.minor = 4;
    sp.newPath = [some pathName];
    sp.saveFlags2 = PDSaveUncompressed; // <------ This will do the trick!
    PDDocSaveWithParams([your pdDcoc], &sp);
    This was tested with the SDK of Acrobat 9

  • Windows 7 Elevating using UAC, does not change the standard users setting, it runs the Admins settings

    When elevating privilege for a standard user using an admin account, the UAC runs the application under the admins account "user" and not the standard users account "user", the problem is that doing so, it does not change the standard
    users settings
    In this example, trying to change the "Check for Updates Automatically" as the standard user, is grayed out, you have to be an admin to change this. This is a design of Java.
    When you right click and run as an administrator, the option is no longer grayed out and can be deselected, however, this only changes that setting for the admins specific "user", not the standard users specific "user" the admin is elevating
    privilege for. as illustrated below.
    Is there a work around for an admin to run his credentials but elevate the standard users session instead of his own or some other way to set the standard users setting when admin credentials are required?

    Hi,
    Based on your description, I understand that you want to disable
    Check for Updates Automatically option for standard users in Java.
    You can achieve this target by editing
    EnableJavaUpdate registry entry. For more details, please refer to following articles and check if can help you.
    (Please back up before that registry operation. That will help us to avoid unexpected issues.)
    How to disable Java Update in Windows
    7
    Disable Java updates with
    Group Policy
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    However, this issue is related to Java product. I suggest that you should contact with Java product support.
    I believe we will get a better assistance there.
    If anything I misunderstand or any update, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Desktop picture does not change as it should

    I'm asking this for a friend.
    Desktop picture is set to change every day, but it does not change unless she logs out and logs back in again.
    Suggestions?

    Had her reset PRAM and that fixed things.

  • BOM item qty does not change when header qty changes in Outbound Delivery

    Hi,
    We are using sales BOM and exploding it in Sales Order.  ( Item category of components as TAE )
    I am creating a delivery with reference to  a sales oder ( i have maintained copy controls to copy header and item data). Now when i change BOM header quantity in delivery document system is  not redeterming the components quantity , item quantity of the components does not change.
    Please let me how can i control item qunatity when BOM heade quantity changes in outbound delivery document
    Thanks
    Venkata Rama Reddy.K

    Hello Venkata,
    The components item category is TAE, that means the item category for the header item will be TAQ. Also the pricing will be carried out at the header item level only.
    Now for your query:
    The standard item category controls of TAQ will not have any connection between the header & the item level quantities in the delivery. If you change the quantity of the header item in the sales order, the quantity of the compnenets will be automatically adjusted. But this will not happen in the delivery with the normal settings of TAQ.
    Solution:
    Go to transaction code VOV7 - select TAQ - double click - In the Bill of Material/Configuration section , there is a field "Create Delivery Group" - select "X - Form delivery group with one delivery date".
    Save the settings. Now create a new sales order & then create the delivery & try to change the quantity of the header item, the system will automatically change the quantity of the components. (the system may not change the quantity of the components in the delivery of the old sales order - change it manually)
    With best regards,
    Allabaqsh Patil.
    Idhasoft Ltd.

  • When I try to upload a file it goes through the correct proceedure, but does not change the remote file i.e.Index.htm

    Hi
    I have an uploading problem to the server. The problem is when I try to upload a file it goes through the correct proceedure,
    but does not change the remote file i.e.Index.htm, or three stages1.htm.
    My Localroot folder is C:\Gods Plan Web\
    The site map layout is C:\Gods Plan Web\Index.htm
    The folder for the remote site is /public_html/
    Should the local root folder mirror the remote site, i.e./public_html/
    if this is so, what should I put into the
    (a) Local Root Folder box?
    (b) site map layout box?
    The FTP is performing well other than changing the intended file.

    You should be uploading only the contents of your local root to the public_html folder (remote root).
    The index.html you use as your site's home page needs to be in your site root. If you look at your Files window in DW, you should have something like the following...
    Site - Whatever you named your site
         index.html
         images
         pages
              page1.html
              page2.html
    If you have any folder between Site - and the index.html page, like...
    Site - Whatever you named your site
         mywebsite
              index.html
    It will upload to the public_html while still in that folder, so to find your page online, you would need to type something like...
    www.mydomain.com/mywebsite
    public_html should NOT appear within your local files and if it existed there, would cause a redundancy if uploaded. You would need to type www.yourdomain.com/public_html to see the uploaded pages.
    If you could post a screen shot of your expanded Files window while connected to the server (just connect and click the Expand button in Files, don't drill down into any of the directories), we may be able to see the issue.

  • My icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    my icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    To change to iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID then sign in with the new ID.  If you don't know the password for the old ID, and if the old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • When I convert my pdf doc to word, the fonts go really weird and it also puts some text into boxes. when I try to select the test and change the font, it does not change it properly?

    When I convert my pdf doc to word, the fonts go really weird and it also puts some text into boxes. when I try to select the text and change the font, it does not change it properly? This is making it impossible to amend.

    Hi Janedance1,
    If the PDF that you converted already has searchable text, please try disabling OCR as described in this document: How to disable Optical Character Recognition (OCR) when converting PDF to Word or Excel. (If the PDF was created from a scanned document and doesn't already have searchable text, disabling OCR isn't a great option, as the text won't be searchable/editable in the converted Word doc.)
    Please let us know how it goes.
    Best,
    Sara

  • Tables are deleted but database size does not change in sql server 2008r2

    Hi All,
    20GB Tables are deleted in my database but database size does not change and disk size showing same size.

    Hi ,
    I have ran the Disk usage by Top Tables report and Identified couple of tables with unwanted data for last 5 years. I have deleted the data for the first 3 years and then ran the Disk usage by Top Tables report again. When I compared the report before
    and after the data deletion, I have noticed certain facts which is not matching with what I know or learned from experts like you. The following are the points where I am looking for clarification:
    1.Reserved (KB) has been reduced. I was expecting the data Reserved (KB) will remain the same after the data deletion. 
    2. The Data(KB) and Indexes(KB) fields have been reduced as expected. The Unused(KB) field have been increased as expected.
    I was expecting the total of Data(KB) and Indexes(KB) field space gained will be equal to the Unused(KB) field gained after deleting the data. But that is not the case. When I deducted(subtracted) the difference in  the Reserved(KB)(Difference before
    and after data deletion) field from the Total of space gained from the data deletion is equal to the Unused(KB) gained field value.
    I am not a SQL expert and not questioning but trying to understand whether we really gain space by deleting data from the tables. Also keen to get the concepts right, but my testing by deleting some records confused me.
    Looking ahead to all your expert advice.
    Thanks,
    Vennayat

Maybe you are looking for

  • Problem opening photos with camera raw 7.1 with Photoshop CS6

    I am using Windows 7 32 bit system with 4GB ram and graphics accelerator. I have Photoshop CS5.1 installed in the same system at it works perfectly. What happens is when I use the B+W function, I get an error message saying that I have not enough ram

  • Big Trouble! Manually manage music and videos problem

    Alright, so I've just checked the Manually manage music and videos box. But now when I uncheck it, it says that all my existing content on the iphone will be replaced with the content on my iTunes library. The thing is, I just clean out my entire itu

  • Rendering twixtor in after effects

    Hello, I am using the twixtor plugin in after effects. The RAM preview that displays is smooth, however, when I render the video, and i have tried several times with different settings, the playback is choppy. It appears that the media player cannot

  • Where is current version of my site??

    When I launch Muse, by default the Create New/Open a Recent Site window appears. I normally choose my site from Open a Recent Site. However, since a lot of recent sites were listed, including ones that really weren't recent and no longer used, last t

  • ACE 4710 health monitoring probe

    New to ACE4710 Can someone please explain the effects. Associate the probe with one of the following: A real server. A real server and then associate the real server with a  server farm. You can associate a single probe or multiple probes with  real