Reasons why "Quantity Delivered" is different from Quantity Shipped?

Hi,
Can you help me identify all possible reasons why Quantity Delivered (from LIKP/LIPS in R/3) may not be the same as Quantity Shipped quantity (from VBRK i.e. Billing)?
I will appreciate your experiences and examples where possible.
Thanks

Hi,
Quantity shipped is how much we transport to the customer.
Quantity delivered is how much the customer recives?
its not always 100% sure that the customer might receive or accept all the shipped quantity.
the customer might reject some quantity due to
1. damages in poduct during transport.
2. Certain products might not meet specifications.
3. certain products might fail customer testing standards.
4. loss during transport.
5. delay in delivery.
in all these cases the shipped quantity will be same they will count the delivered quantity and the difference would be termed like returned or rejected something like that.
hope this helps.
regards,
ranjith
Edited by: Ranjith  Kumar Murugesan on Aug 27, 2008 3:37 PM

Similar Messages

  • Why idoc number is different from sending to target?

    The number of the same idoc is different from source system and target system...do you know why?
    what's it the procedure to calculate the new number?

    Hi Sleep,
      The Idoc number is specific to the system . It is unique inside a system.
    For example, the sales Order for a vendor will become a Purchase order for the company. Also, the Idocs are not always sent by SAP systems, non sap systems can send IDOCS as well, so to avaoid confusion, SAP generates a uniques number everytime it recieves a IDOC.
    Regards,
    Ravi

  • Why are my photos different from originals in iPhoto 9.5.1?

    Hi
    I import photos from my iPhone 5S, if I then hit 'revert to original' in 'Edit' mode they look very different? Why is this?
    Is the iPhone or iPhoto adding certain qualities before I have done anything myself?
    I want to use the photos for a website and want them to look as good as possible across the web, different computers/screens/software etc
    Thanks in advance
    Daniel

    I import photos from my iPhone 5S, if I then hit 'revert to original' in 'Edit' mode they look very different? Why is this?
    Is the iPhone or iPhoto adding certain qualities before I have done anything myself?
    With iOS version are you using?  And in what way are your photos looking different?
    "Revert to original" will remove any filters added in the Camera app. iPhoto on your Mac can undo certain adjustments added on the iPhone.
    Have you enabled effects in the Camera, like Chrome or Instant?

  • Why is printing report different from report builder and app server

    I created a report and when ran from report builder it looks fine.
    And when i moved the report to server and ran the report in the browser using this url
    http://192.1.1.8:7778/reports/rwservlet?userid=esp/esp_dev1@wdev&report=FMMA_VOUCHER.rdf&destype=cache&desformat=pdf
    and print it the report shrinks, the fonts become small and the margins change. I am having hard time how to figure out a way to correlate the formatting in the report builder and when i run on the server using pdf format.
    Is there any way to set the server so that the pdf output matches with the report builder.
    Thanks.
    Sree

    I assume you are doing a cross platform deployment
    Pls read section 6.2
    Resolving PDF Font Issues During Cross-Platform Deployment
    in
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • Why is the playback different from the preview?

    It's display on the same monitor, but clearly the playback looks so much different than the export preview
    I also tried taking a snapshot and it doesn't look like the one displayed on the project monitor.

    You know, I find most commercial DVD's to be about +3dB higher, than for my other input settings. I always have to turn the volume down...
    When editing my Audio, I always do so with headphones, and carefully monitor the output Audio. I do this by ear, and only glance at the Levels Meters. In general, my Master is probably most often set to -3dB, and for Menus, and for my surround channels, I am usually ~ -6dB, but this all depends on the Levels of my source material. It is not uncommon to have a Track at -18dB, especially if it's used in a Menu, or is in my surround channels.
    I'd almost always rather turn UP the home theater's volume, than have to run to turn it down, as the house is blown off its foundation.
    What I absolutely hate is the commercial DVD, where the Center channel is way down, but the SFX in the LFE channel is up by about +12dB. I almost blew out my walls on Fight Club, with the airplane crash scene. Just totally painful. SFX pieces do not need to be THAT loud. Just a pet peeve of mine.
    I also find that too many burned DVD's (by others) have the Menu Audio much, much too high, as do some commercial DVD's. That Audio should be nothing more than "background" music.
    Good luck,
    Hunt

  • Why is httpwebrequest result different from page source viewed through browser?

    I am trying to use httpwebrequest to download the page source code from Yahoo Finance pages, e.g., https://ca.finance.yahoo.com/q/op?s=AA&m=2015-04
    The httpwebrequest method returns much less information than the page returned by using "page source " in Firefox. How can I use visual basic to return the full page of data?
    Thanks

    It is most likely because the page is executing some java script to obtain the additional content, or there are additional links which need to be traversed.
    But it doesn't really matter because you are not allowed to build a program that scrapes a Yahoo website.  When you use their services you agree to their terms, and within their terms it states "You agree not to access the Yahoo Services by any
    means other than through the interface that is provided by Yahoo for use in accessing the Yahoo Services."
    This is common for most major websites.  If the website wants to provide programmatic access to its content, then it will provide an official API for that purpose.  You may wish to review their
    Developer Network and see if there are any options for programmatic access to their financial data.
    Reed Kimble - "When you do things right, people won't be sure you've done anything at all"

  • Why does DIO6534 behaves differently from its lesser relatives?

    I am developing under LabWindows/CVI some code for the DIO 653X family. It's almost two years since I started working with'em, so it's disappointing the problem I'm talking about.
    This is the guilty code:
    DIG_Grp_Config(DIO_BOARD, 2, 2, 2, 0);
    DIG_Block_PG_Config(DIO_BOARD, 2, 1, 0, rtimebase, rreqint, 0);
    DIG_Block_In(DIO_BOARD, 2, in_conf_buff, 1281);
    do {
    status = DIG_Block_Check(DIO_BOARD, 2, &rem);
    } while (rem);
    It is used to read in pattern generation 1281 samples, 16 bits each, on group 2
    The code runs OK on DIO 32-HS and on DAQCard 6533, but it faults on DIO 6534.
    Provided that rtimebase e rreqint are correctly defined and that in_conf_buff is wi
    de enough to contain all the acquisition, the problem is: come to the do-while loop that worries about controlling that the acquisition is running OK by the DIG_Block_Check instruction, the program remains in the loop, with a single sample to be read (rem = 1), only with DIO 6534.
    I made some trials to get out of the mess, so that I found that the error happens when I use an odd number of samples, not when I use an even number. But the REQ pulses number are needed to drive a read-out chip, so I can't simply reduce or increase by 1 the samples number, as this would leave the chip in an umpredictable state.
    Who can help me?

    Hi medihelp,
    Because the 6534 always performs DMA transfers in 32-bit even for 16-bit input groups, there will be "stranded" data if the number of data transferred is not a multiple of 4 bytes. This different behavior (compared to the 6533) is due to the addition of onboard memory to support high speed transfers. At the end of the DMA transfers, the stranded data will be retrieved manually, and status should be updated to indicate that the tranfer is truly finished. There is a bug in the NIDAQ driver that fails to update the status flag, causing the return value of DIG_Block_Check to get stuck at 1, even though all data has been acquired. The fix for this problem will be made available to all users very soon. In the meantime, I would recommend that you either make the
    sample count a multiple of 4 bytes, or change the condition of the while loop to break when DIG_Block_Check returns 1 instead of 0.

  • I don't have one single button for Firefox menu in spite of downloading Firefox 5 Version. The page presentation has File, Edit, View, History, Bookmarks, Tools and Help. Why my page is different from the feature shown in your product presentation ?

    I have not Windows NT.
    '''I have Windows 7'''

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top
    * http://www.mozilla.com/firefox/features.html

  • Why is page size different from my original Illustrator file?

    My art board in Illustrator CS6 was set to the correct dimensions (4.25" x 5.5") with an added bleed (set to .125"). However, when I save as a PDF and viewed the resulting document in Acrobat Pro, there is now almost a half-inch ADDED to the overall page size of the document!  This has never happened to me before when saving documents as PDFs. Is there a setting somewhere that I can change to make this stop happening?

    Check the bleed and page framing settings in the PDF export dialog.
    Mylenium

  • Why is the language different from the initial language English when I switched on initially

    I have a HP colour laser CP2020 series.  When I switched on the machine initially the language was English as I want it to be.  All of a sudden the language has changed to some other language (Print for Pronto what ever that indicates).  How can I reset it to have English instructions on the LCD display.   Please let me know where the Colour button is?  Thanks

    when i connect to the phone to pc the msg says    . .."
    There is no SIM card installed in the iPhone you are attempting to activate.
    Please disconnect and insert a SIM card in the iPhone.

  • Routing different from Standard Cost: Scrap Variance Calculation

    Hi,
    We have issue with Scrap Variance Calculation/WIP calculation when the Routing in the production order is different from the routing in th standard cost. When we run varaince calculation we are getting an error message saying that variance can be calculated as quantity structre of the production order is different from quantity structure of the standard cost. I understand that this is standard SAP. But routing changes seems to be pretty common acorss the Industries espcially when the demand is high and the manufacturing happens in different machines.Do any of  you had similar issues and can you share how this can be resolved.
    Thanks,Sasi

    Hi Sasi
    Go to OPR4_KKS AND OPR4_KKS1 and see... I think you can convert this msg into warning message..
    Regards
    Ajay M

  • Quantity delivered differs from qty invoiced

    Experts,
    SRM 5/Ext classic
    For one of the line items in SRM PO, we wanted to set the deletion indicator which we have done by maintaining table entry DEL_INDICATOR....but this deletion indicator is not visible against line item in ECC PO when we transferred the SRM PO via FM in SE37. We get an error message in RZ20 "Quantity delivered differs from qty invoiced "
    Any clue how to resolve this?
    Thanks & Regards

    and why are you not deleting the line item from portal?
    if not, then i think you should use BBP_PD_PO_ITEM_DELETE_LOCAL FM rather than setting the indicator manually...

  • RZ20 PO Error" Quantity delivered differs from qty. invoiced "

    Hi All,
    In SRM 5.0 , Extended Classic Scenario . PO Error in Process , RZ20 Shows Error" Quantity delivered differs from qty. invoiced " for the Changed PO. What must be the reason. GR based Inverification is Ticked is ticked in old version of PO.
    Answers will be rewarded.
    Thanks & Regards,

    Hi
    As Yann told,
    OSS Note 1058510  -  Limit Order Line can be deleted when open confirmation
    will surely help.
    Otherwise look
    Similar OSS Note 61227 - ME22 MR11 Items with non-valuated goods receipt
    Regards
    - Atul

  • Can Billing Quantity be Different from Order Quantity in Order Related Bill

    Hi
    I have encountered a scenario here at my client.
    My client wants that the billing document should be created with reference to Sales Order but only that value of invoice should be relseased to accounting which is delivered.
    For example,
    Sales Order = 10 units
    Billing Document= 10 units
    Delivery = 5 Units
    Released to Accounting Value = Eqvalent to 5 Units which are delivered.
    Reason why Sales Order and Billing should be of same quantity is that when a customer asks for an order confirmation, he requires Billing document for legal purposes but they want to hit their G/L's only on the basis of Quantity Delivered. As they are not aware when the customer come back to pick his remaining quantity. So they do not want to hit their accounting based on Sales Order quantity.   
    Any ideas?

    Hi,
    If billing has to be posted only after delivery, it is a clear case of Delivery related Billing. It is not order related billing.
    You SHOULD have the following scenarios here.
    Have a normal order and have  Proforma invoice linked to it with the condition that the quantity in proforma invoice should be the same as order.
    However do the actual invoice after doing delivery for the order. In this case, the posting will be only for the quantity delivered. You can change the quantity in proforma invoice when you are creating the same from order. So that reqmt is also taken care of.
    I dont think of any other scenario where you can meet both reqmts.
    Hope this helps

  • Quantity is different from sale order and delivery

    Hi,
    Gurus,
    Quantity is different from sale order and delivery.
    I identified the Material in the sales order, the item category for this material as BOM.
    I have also checked the bill of material display header overview. The Base Quantity maintained as 1000 EA3. The SUBITEM maintained in G in the unit field in bill of material display.
    Accordingly i have checked the same for material master's additionl data in Units of Measure tab, it is mentioned the basic unit as 1000 EA3 and alternative unit as 600 G.
    My client processed the order for 100 QTY. The QTY for the two sub item is 99.601 each in the sale order.
    My client Question is why in delivery the Material Qty is coming as 99.730 and the SUB ITEM is coming as 99.330 EACH.
    Note:- The material X is maintained in EA3 in Bill of material header overview. I do no how the sale unit came as G for the Material in sale order.
    The other two sub item is perfectly coming as G. Because it is maintained in G in the Bill of Material Display.
    Guide me GURUS.
    Thanks and Regards,
    ANAND

    Hello Rumar
    I guess you entered the text manually in the sales order. The Ship-to may not be having any text, but the Sold-to may be and it may be coming from sold to.
    In transaction VOTXN, check the access sequence for the text type id and see which one takes precedence - one from customer master or from the order by checking the order of accesses.

Maybe you are looking for

  • AR aging report does not print alphabetically by customer name in 8.8

    AR aging report does not print alphabetically by customer name in version 8.8. It is possible to create a custom layout for the receivables aging summary report (to print alphabetically by BP name) to overcome this problem. However, itu2019s not poss

  • Interest calculation on vendor down payments

    With reference to above subject, I have configured all the settings, after that i was executed vendor interest calculation in F.4A, system showing batch in put session created.But it is not showing intrest break up... after that I had run the batch i

  • Is there any relation between feilds " reason, code, code group , sub pro

    is there any relation between " reason , code , code group , subject profile' Actually i have make "reason" feild has default value .. i have to do by RFC . Cany any body plz reply from where i have to pick this reason feild and set reason feild has

  • CreateUserWizard error with duplicate email

    Hi, I am using the oracle membership provider for an application and have found that I can create users and log in just fine however if I try to create a user with a duplicate email address or username the application crashes with the message below.

  • Xml display in netscapenavigator

    hi, I have retrieved a records as xmldocument ans use xsl to format it. I am getting perfect display in IE5 but in netscape i am not getting the display kindly suggest the solution thanks su