Copying Order No of Sales Order to Delivery Document does not take place

Hi. Experts
I have punched Sales order with Order number in the field of 'Order Number' on 'Accounting' Tab but when I copy the same sales order to the Delievery Document. the 'Order Number' does not appear on 'Order Number' Field on 'Accounting' tab of Delievery Document.
Please help me out.
Regards
Rakhi

Hi Rakhi,
Actually there is no relationship between the field on sales order & the field on delivery, for both the document it is separate field.
This field is used for mentioning the order for the chain system.
for e.g. 'A' has given order to 'B' and 'B' has given order to 'C' in this process 'A' to 'B' is the first order & 'B' to 'C' is the second order.
You can use UDF to pull the order no. in delivery.
Regards,
Datta Kharat

Similar Messages

  • Cannot create sales order as profit center assignment does not take place

    Hi,
    I am trying to create a sales order but am unable to create it as the profit center value is not picked up the value from material master.And hence, the incompletion log prevents me from creating the sales order. I seem to have done everything correct so far but somehow the profit center field (Account Assignment Tab at item level) remains empty. Instead, i can find the profit center value in "Assignment to Profitability segment".
    What should i do so that my sales order picks up the profit center information ?
    Thanks in advance.

    Hi,
    check this link it may helpful,and do search in the forum you may find an existing solution for you problem.
    RFBIBL00 - issue in Batch Input Session created
    Thanks
    Ram

  • Availability check on storages in sales order and delivery documents

    Hi all,
    I'm verifying if it's possible to find a standard or a custom solution for this type of problem:
    I have a scenario in which there are more storages relevant for MRP (ex. 01, 02, 03, 04), and, in if I check availability in sales order or delivery (using checking rules "A" or "B") with setting which considering storages location inspection in availability check control, system check if there's stock available on all these storages.
    I'm trying to verify if it's possible to consider only some on these storages (ex. 01 and 03 only) in sales order and delivery documents availablity check.
    I know that in sales order storage location field is normally filled only using exit, but i don't know if it's possible to do, using a user exit, check availability considering only some storages and not all. At delivery level i have tried to use stock strategy, but this functionality don't have consequences on availability check, also if it's relevant during good issue phase.
    Any suggestion will be appreciated.
    Regards
    Gianpaolo

    Hi Gianpaolo,
    We had some issues with availability check on a Customer Site.
    I don't remember right now if we had to exclude storage locations from MRP to take them out from ATP, but I guess Shiva is 100% correct.
    At the end, what was done was to always "force" a unique storage location in the sales order item, which will be the storage location used for shipping of the delivery of course.
    If you use WM in your plant, then you will have no problem in having a unique storage location, so no problem.
    Anyway you are correct in your analysis, if the Storage location is not informed in the sales order item, then all the plant stock is taken in account for ATP.
    Best Regards,
    Franck
    Freelance Logistics SAP Consultant

  • Sales order stock 110000193 000050 does not exist

    Hi Friends,
    I have a problam in Confirmation of Production order against sales order. Every time I confirm the production order system give an error message Sales order stock 110000193 000050 does not exist.
    where I check the material in mb52 transaction , the stock shows on that material.
    Please give solution .
    thanks in advance.
    Ajit Sharma

    Hi,
    It seems you have activated back flush some or all the components.
    In MTOscenario, system looks for sales order stock for all the components.
    Since sales order stock is not available with your system the message.
    Try with movement type 412E in MB1b to transfer components from U/R to sales order stock.system propmts you to give sales order number Pl. provide there & carry out transactuion.
    Then the system will pick up the stock & post.
    Regards,
    R.Brahmankar

  • Copy the Frieght/AdditionalExpenses from SO to Delivery document

    Hi,
    I want to copy the Frieght/AdditionalExpenses from SO to Delivery document. I'm using the following code.
    When I'm adding DL document, I get internal error -5002.
    Please help me.
    Thank you.
                Dim objBaseDoc As SAPbobsCOM.Documents
                        objBaseDoc = objSBOAPI.oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
                If objBaseDoc.GetByKey(strFirstDocEntry) = True Then
                    Call AddExpensesFromBaseDoc(objDLDoc, objBaseDoc.Expenses)
    Private Function AddExpensesFromBaseDoc(ByRef objDLDoc As SAPbobsCOM.Documents, ByRef objExpenses As SAPbobsCOM.DocumentsAdditionalExpenses)
            Try
                Dim i As Integer, ncnt As Integer, nIndexToStart As Integer
                nIndexToStart = objDLDoc.Expenses.Count
                Try
                    objDLDoc.Expenses.SetCurrentLine(nIndexToStart)
                Catch ex As Exception
                    objDLDoc.Expenses.Add()
                End Try
                ncnt = objExpenses.Count
                For i = 0 To ncnt - 1
                    objExpenses.SetCurrentLine(i)
                    objDLDoc.Expenses.SetCurrentLine(nIndexToStart + i)
                    objDLDoc.Expenses.ExpenseCode = objExpenses.ExpenseCode
                    objDLDoc.Expenses.LineTotal = objExpenses.LineTotal
                    'objDLDoc.Expenses.TaxCode = objExpenses.TaxCode
                    If (i + 1) < ncnt Then
                        objDLDoc.Expenses.Add()
                    End If
                Next
            Catch ex As Exception
                Call objSBOAPI.SBO_Appln.MessageBox("AddExpensesFromBaseDoc " & ex.Message)
            End Try
        End Function

    Hi Geetha,
    The most likely reason for that error message is that there's a blank expenses line in the delivery. If you put a break point just before you try and add the delivery, check to see if every expenses line in the delivery has an expense code.
    I suspect the problem is that the document object will automatically have a Expenses.Count value of 1, even if no expenses have been added. Therefore, if you've just created a new instance of a delivery document your following code will add a new expenses line but leave the first line empty:
    nIndexToStart = objDLDoc.Expenses.Count
    Try
    objDLDoc.Expenses.SetCurrentLine(nIndexToStart)
    Catch ex As Exception
    objDLDoc.Expenses.Add()
    End Try
    You need to add logic to this, if Count is 1, then check to see if an expenses code has been set for this line. If not, then you need to overwrite the values in the first expenses line. If the count is 1 and there is an expenses code set on this line then you need to add a new expenses line.
    Kind Regards,
    Owen

  • M8 140 Acct assgt 01 for order item 45041838 00003 does not exist

    Hi experts,
    when i am trying to create invoice from BAPI_INCOMINGINVOICE_CREATE ii am getting the following error meesage for multi account assignment for non service based  invoice ,service items.
    error message: M8 140 Acct assgt 01 for order item 45041838 00003 does not exist
    Please advice
    Thanks & Regards,
    Narasimha

    Hi,
    Please check the SAP note number : 810917.
    Regards,

  • I have just purchased Premier Pro - I have been waiting to down load it but it says it is still processing my order? how long does this take?

    I have just purchased Premier Pro - I have been waiting to down load it but it says it is still processing my order? how long does this take?

    Hi There,
    We have checked the details for your account, your subscription is activated.
    Kindly download the product using the below mentioned link.
    Creative Cloud Help | Install, update, or uninstall apps
        2. If you face any trouble kindly check.
    Troubleshoot Creative Cloud download and install issues
    Error downloading and installing Creative Cloud application
    Thanks,
    Atul Saini

  • "Delivery 80001021 does not exist in the database or in the archive"

    hi,
              i am creating delivery document and save the delivery but while I'm checking the delivery doc no the system is showing following error "Delivery 80001021 does not exist in the database or in the archive"
    please help  
    thanks
    amit

    Amit,
    This problem is due to a program error. Talk to your devloper in order to solve it.
    I copy & paste the below text or solution from OSS 993005. Check that for complete info.
    Reason and Prerequisites
    The problem is caused by a program error.
    Solution
    Implement the attached correction instructions.
    After you confirm error message VL 559 "Delivery &1 does not exist in the database or in the archive", the system branches to either
    the inbound delivery (DISPLAY) that was displayed or changed beforehand, or
    the inbound delivery that has just been saved (also in display mode).
    If no delivery was saved before you switched to 'Other inbound delivery', the original transaction is started again (for example: VL31N).
    Regards,
    Sats.

  • In the context of restoring a drive from a backup, i copied /etc/sudoers from my backup. Now it does not work due to the permissions not being correct (even though it was copied via sudo cp -rp)

    In the context of restoring a drive from a backup, i copied /etc/sudoers from my backup. Now it does not work due to the permissions not being correct (even though it was copied via sudo cp -rp)

    Most likely you have Office 2004 which are PPC-only applications and will not work in Lion. Upgrade to Office 2011. Other alternatives are:
    Apple's iWork suite (Pages, Numbers, and Keynote.)
    Open Office (Office 2007-like suite compatible with OS X.)
    NeoOffice (similar to Open Office.)
    LibreOffice (a new direction for the Open Office suite.)

  • Delivery 100000093 does not exist in the database or in the archive

    Hi
    I have created delivery and the delivery number also given, but i am getting error like Delivery 100000093 does not exist in the database or in the archive
      the details are not in LIPS LIKP tables delivery numbers also not there.
    Please tell me where was the wrong?
    thanks

    Hi Sarveswara ,
    Please check assigned Number range to your Delivery Document whether complete range has been utilized.
    Cheers !!!
    Imzo
    PLEASE DONT CLOSE THE THREAD WITH FUNNY CHARACTER

  • I just downloaded Lion on my iMac. I want to make a copy on a USB for my MacBook. Lion does not show up in my Applications. Where do I find it?

    I just downloaded Lion on my iMac. I want to make a copy on a USB for my MacBook. Lion does not show up in my Applications. Where do I find it?

    christyapplecommunity wrote:
    I just downloaded Lion on my iMac. I want to make a copy on a USB for my MacBook. Lion does not show up in my Applications. Where do I find it?
    Download it again, don't install again and the file (Lion Installer.app) will be in your applications folder.
    It is deleted after installation, that's why it can't be found.

  • My new macbook air( 761-13", ios 10) suddendy shutdown today during copy of a dvd from external dvdrom. and it does not turn on or start up.what should i do?

    my new macbook air( 761-13", ios 10) suddendy shutdown today during copy of a dvd from external dvdrom. and it does not turn on or start up.what should i do?

    Hello kanani-2014,
    After reviewing your post, I have located an article that can help with your Mac not turning on. It contains a number of troubleshooting steps and helpful advice for the issue you are experiencing:
    Troubleshooting: My computer won't turn on
    Resolution
    If your computer won't turn on, try each of these steps:
    Verify you have a good connection from your Mac to the wall outlet by confirming the power cord and adapter if present are securely connected and plugged in. To check if the wall outlet is working, plug in a lamp or other electrical device.
    If the wall outlet is working and you continue to have no power try another power cord or adapter if available. If it works you may need a replacement cord or adapter. 
    Note: See Apple Portables: Troubleshooting MagSafe adapters for further troubleshooting with MagSafe adapters.
    Disconnect all accessories that are plugged in to the computer, such as a printer, hub, or other mobile device.
    If your Mac supports user-installable memory, solid state drive, or hard drive, and you recently installed any of these, make sure they are installed correctly and are compatible with your computer. If possible, reinstall the original memory or drive into the computer to find out if the behavior persists afterwards.
    MacBook Pro: How to remove or install memory
    MacBook: How to remove or install memory
    Mac Pro: How to remove or install memory
    Mac mini: How to remove or install memory
    iMac (27-inch, Late 2012): Installing or replacing memory
    iMac: How to remove or install memory
    Reset the SMC.
    If you are still unable to start up your computer after trying each of these steps, visit an Apple Store or Apple Authorized Service Provider (AASP) for further diagnosis. If you plan to visit an Apple Retail Store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Shipping Instructions text not copied from Sales Order to Delivery Document

    Hi All,
    The Shipping instructions text in the Sales order Header is entered manually. Now when the delivery is created, the text is not getting copied to the Header text (shipping instruction note) of the Delivery document.
    What may be the problem. Can anybody help ?

    Hi
    Check this link
    http://learnsaptips.blogspot.com/2010/09/text-type-configuration-in-sap.html
    regards
    Prashanth

  • Invalid currency error when copying order to delivery

    My customer is receiving an error message "Invalid currency" when trying to copy a Sales Order to a Delivery.  Only one document seems to be giving this message, but it does not seem different from other documents.  The document currency is Local Currency (which is USD - also system currency).  Every GL account is set to "all currencies".  The BP currency is USD.  We have tried duplicating the sales order but we get the same results.
    Can anyone think of why this message appears?
    Thank you.
    Marcia

    Hi Marcia ,
    Looks like this would be a good troubleshooting
    1. Check your currency setup and see if there is changes you have found .
    2. Check your change log on Business Master Data to see if there is any change .
    3. Is this coming for particular customer and Does it come everytime for this customer only ?
    4.Also chnage log for Sales Order .
    It might not apply , there is one bug reported ,see if this is the case:1286288
    Test your solution in higher version ans see if resolves automatically  because of potential bug ..
    If not , then ..we will start troubleshooting or log a support to SAP .
    Hope this helps
    Bishal

  • Delivery date does not match sales orders  proposed delivery date

    when i create sales order the requested delivery date by default is todays date and if nobody changes it, it will stay the same even after i save the order but the acutal delivery date is diffrent in the sales document or delivery document
    can anyone please throw some light on it
    Thanks in advance

    Hi Raj,
    Req D Date is the date on which teh custoemr wants the goods to be delivered. But it wont be possible always. So there will be an availability check on the stock of that material and based on the availability and transportation lead times, the possible delivery date will be determined and populated at the schedule line level of the document.
    Hope this clarifies your doubt.
    Reward if this helps.

Maybe you are looking for

  • OnMouseOver displays Tooltip from hidden column of classic report

    What: The Goal: Make easily available more information than fits on one line of the screen without using multiple fixed lines. Background: Classic report with 18 data items (columns) visible. Has Search box and user can choose number of rows displaye

  • Classpath errors while creaing a WebDynpro project

    hello,      I am creating a WebDynpro project. When i try to build the project code/ while deploying, i encounter error saying " Project was not built due to classpath errors).      It also provides the list of missing libraries. Where should i add t

  • [svn] 4019: Fix RTE when using text as a mask

    Revision: 4019 Author: [email protected] Date: 2008-11-04 16:32:57 -0800 (Tue, 04 Nov 2008) Log Message: Fix RTE when using text as a mask SDK-17893 - TextGraphic inside of a mask causes RTE When the mask is added, we weren't yet creating the display

  • Processing Time Slow Down After Upgrade to SAP B1 2007

    Dear Expert, Our Company recently upgrade our SAP B1 2005 to 2007, our colleague complain that it takes a longer time to retrieve history data as compare to previous,she is normal user, but if I change it to super user, the process time is shorten, p

  • Help with a Multimedia Presentation

    Hi. In a couple of months I will be making a presentation in a large hall. My intent is to develop a number of Flash videos that I will store on my Mac. I will utilize a projector to show the videos on a screen at specific times depending on the flow