GR qty can be greater than Inbound delivery if there is other Inb. delivery

Hi all,
I am encountering a strange issue, and I am not sure if it is SAP standard. Hope someone can help me.
Business Background:
There is a Schedule Agreement in Plant R800 and use STO to refill from Plant R800 to Plant 8000.
We found an issue happen in GR from inbound delivery for Schedule Agreement:
1. When there is 2 inbound delivery exist for same Material, during MIGO with one inbound no#, the GR qty could be greater than that inbound qty, but NOT exceed the total open inbound qty.
Below is an example, 2 inbound, 500 pcs each, after the 1st GR 400 pcs, then the second GR could be 600 pcs.
2. The issue is that if the qty is mixed up, after 2 GR(400 +600pcs), there is still 100 pcs leftover in MD04 for the 1st inbound delivery. And this is misleading for planner.
Thanks,
Julia

I found the rooting caused and solved it already

Similar Messages

  • In Turkish QWERTY Keyboard you can type less then symbol " " but you can type greater than symbol  by using shift , why ??

    In Turkish QWERTY Keyboard you can type less then symbol "< " but you can type greater than symbol  by using shift <, why ??

    In Turkish QWERTY Keyboard you can type less then symbol "< " but you can type greater than symbol  by using shift <, why ??

  • WS Error - Planned Qty should be greater than Completed + Rejected Qty

    Hi All,
    We've tried to close a Production Order using the ProductionOrdersService Web Service.  We're doing this by setting the Production Order Status flag to closed (boposClosed).  The call also requires us to re-set the due date so we do that to the same value.
    When we perform the call we receive the following exception:
    "Planned Qty should be greater than Completed + Rejected Qty  [OWOR.PlannedQty]"
    It's interesting to note that we've tried to close the production order with different items and everything seems to point towards an issue with the items, however, we're not really sure what is triggering the error.  We're also not sure what the error really implies as the Planned Qty is greater than the Completed + the Rejected Qty on the database.
    We're working with SAP 8.8.1.
    The code is as follows:
            // Get the current session ID first
            // Create message header object with value..
            SAPProductionOrdersService::MsgHeader^ localMsgHeader = gcnew SAPProductionOrdersService::MsgHeader();
            localMsgHeader->SessionID = sessionId;
            localMsgHeader->ServiceName = SAPProductionOrdersService::MsgHeaderServiceName::ProductionOrdersService;
            localMsgHeader->ServiceNameSpecified = true;
            SAPProductionOrdersService::ProductionOrdersService ^iprodWs = gcnew SAPProductionOrdersService::ProductionOrdersService();
            iprodWs->MsgHeaderValue = localMsgHeader;
            // Set the item params object
            SAPProductionOrdersService::ProductionOrderParams^ localProductionOrderParams = gcnew SAPProductionOrdersService::ProductionOrderParams();
            localProductionOrderParams->AbsoluteEntry = ProductionOrderNum;
            localProductionOrderParams->AbsoluteEntrySpecified = true;
            // Perform the Item fetch with that information
            SAPProductionOrdersService::ProductionOrder^ localProductionOrder = iprodWs->GetByParams(localProductionOrderParams);
            // Construct a new Production Order Data structure
            SAPProductionOrdersService::ProductionOrder^ newProd = gcnew SAPProductionOrdersService::ProductionOrder();
            // Absolute Entry
            newProd->AbsoluteEntry = ProductionOrderNum;
            newProd->AbsoluteEntrySpecified = true;
            // Production Order Status
            newProd->ProductionOrderStatus = SAPProductionOrdersService::ProductionOrderProductionOrderStatus::boposClosed;
            newProd->ProductionOrderStatusSpecified = true;
            newProd->DueDate = localProductionOrder->DueDate;//     {6/9/2011 0:0:0 System.DateTime}     System::DateTime
            newProd->DueDateSpecified     = localProductionOrder->DueDateSpecified;//     bool
            // Setting lines array back
            newProd->ProductionOrderLines = localProductionOrder->ProductionOrderLines;
            // Item Code
            newProd->ItemNo = ItemNum;
            // Perform the Update of the Production Order with that information
            iprodWs->Update(newProd);
            // Since there is no return type telling us of the recent update, unless we get an exception, assume it worked
            String^ recMsg = "Close Production Order Attempt Successful.  Parameters are: \r\n" +
                             "Production Order Num: " + ProductionOrderNum;
            Log::LogInformation(recMsg);
            retVal = true;
    Hector

    Dear Gordon,
    Yes, I have checked the data in the database.  I've checked tables OWOR fields PlannedQty, CompletedQty and RjctQty and everything seems  to be in order.  I also checked table WOR1 for the production order lines.  There are two lines, one Labor and one Raw Material (regular item).  I've checked BaseQty, PlannedQty and IssuedQty but everything seems in order there as well.
    Do you know if there is a way to find out what internal piece of code throws that exception message?
    Hector

  • Hi. I don't know where my videos go on MAC. I can see all my photos in iPhoto folder, but can't see any video. Is there any other place they go or should i do smth different to find copy them separately? Pls help

    hi. I don't know where my videos go on MAC. I can see all my photos in iPhoto folder, but can't see any video. Is there any other place they go or should i do smth different to find copy them separately? Pls help

    Try user folder/Movies.

  • HT2736 2 of my numbers are partly scratched off and I can't tell what they are is there any other way to redeem? Help

    Two of my numbers on my iTunes gift card are partly scratched off is their another way to redeem.....help

    See this support article:
    http://support.apple.com/kb/TS1292
    If you can't get the card to work after perusing that page, contact the iTunes Store Support; instructions are provided in that article.
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • How to use (greater than) in web services call

    Hello, I am trying to query a set of assets where the external unique ID is greater than 400,000. My existing code looks like
    qryIn.ListOfAsset(0).ExternalSystemId = ">'400000'"
    However, using this will return any asset record starting with a 5 or above as far as I can tell, I assume b/c it is comparing string data due to the single quotes infering data of type text (string). Is it possible to use comparison operators with numeric data correctly?
    I posed this question to support and received the below answer:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <AssetWS_AssetQueryPage_Input xmlns="urn:crmondemand/ws/asset/"> <ListOfAsset xmlns="urn:/crmondemand/xml/asset"> <Asset> <AssetId /> <PurchaseDate/> <OwnerAccountId /> <ExternalSystemId>&gt; '400000'</ExternalSystemId> </Asset> </ListOfAsset> </AssetWS_AssetQueryPage_Input> </soap:Body> </soap:Envelope>
    Basically, instructing me to use &gt. I'm doing coding in .NET visual studio and not using the XML as above. However, I did try the following:
    qryIn.ListOfAsset(0).ExternalSystemId = "&gt;'400000'" which returned an error in the compiler.
    Any help would be appreciated. Thanks.

    Thanks for the reply. I would assume "external system id" is an integer, but, I will test on a custom field that I now is of type integer.
    Could you take your same code and use a non-zero value for the operand? For example, could you try
    objAccQryParam.ListOfAccount[0].CustomInteger0 = ">= '10'"; and let me know if that returns values that are greater than or equal to 10. Using a two digit number is important. Assuming you have data greater than 10.
    Thanks!

  • Hi, I have lost my iphone but i have its backup in itunes, how can i restore my contact/sms using itunes or is there any other way, please help

    Hi, I have lost my iphone but i have its backup in itunes, how can i restore using itunes or is there any other way for this
    please suggest

    You can restore that backup to a replacement iPhone, if that's what you're asking. If you want to extract data from the iPhone backup, you'll need third-party software to do so:
    http://www.iphonebackupextractor.com/

  • Return delivery qty greater than previously GR-posted qty

    Dear Team,
    We have created GRN with reference to inbound delivery and this is posted to quality stock.
    When we try to cancel this GRN document, system is giving the error "Return delivery qty greater than previously GR-posted qty xxxxxxx (IBD No) VLA 319"
    How to cancel this GRN.
    Thanks & Regards,
    R.Saravanan

    You can find information on the implementation of this error message (VLA319) in OSS note 1050944.
    As for the error your're facing maybe can be solved via the implementation of OSS note 1342935.
    Edited by: Csaba Szommer on Nov 2, 2010 8:49 AM

  • Error in VL01N(Delivery qty is greater than target qty while taking return)

    Hi Experts,
    I am facing a problem "Delivery Quantity is greater than the target quantity" while doing the inbound delivery from VL01N t-code for sales returns with reference to return order.
    I am trying to do the inbound delivery for the same Quantity which is in return order but still it is showing error.
    I have checked my configuration and could not find any mistake under this process. I am not able to identify the error. In my delivery item category we have put "B" under over delivery check which is our business requirement.
    If I remove "B" from delivery item category, i am not getting any error in inbound delivery but which is not right way of doing.
    I could not find suitable query in SDN. Can any one please share your expertise to solve this problem?
    Thanks in advance,
    Regards
    Srinivas

    You have to check the following:-
    a)  whether for that return delivery, picking is not activated
    b)  whether customer master or material master is maintained for over delivery tolerance
    c)  whether in VD51, any overdelivery tolerance is maintained
    You can also have a look at the following notes:-
    1)  Note 151901 - Check of delivery quantity is consistent
    2)  Note 322588 - VLSP:incor.checks for qty to be delvrd during split
    thanks
    G. Lakshmipathi

  • A/R Invoice Qty Greater than Delivery Qty

    Hi All,
    Can I post A/R Invoice with the qty greater than the Delivery Qty????
    I came across a case where I have a delivery Document of 10Kgs But Qty changes to 10.5Kgs at the time of A/R Invoice posting.
    Is there any std feature available of we need to do any work around. Pls suggest.
    Cheers,
    Sree.

    Great.......
    Then the way is clear.
    You can manully edit the Qty at AR invoice row level.
    try this in Test DB first whether your effect goes right or not.
    But as per my knowledge it goes perfectly  even if you edit.
    It will increase your stock by 0.5 kg from GRPO stock.......
    Regards,
    Rahul

  • Delv qty greater than sales order qty

    Hi ,
        We are on ECC 6 . In one of the del, delivery qty is greater than sales order qty.
        which resulted in overpicking. ( Sales order qty 560 , delivery qty 587 & Pick qty 587).
        This is over delivery & overpicking issue.
        Is there any way to stop this for ECC 6 version.
        Let me know.
    Thanks  & Regards

    Hi Tushar
    You need not maintain the over-delivery limit.
    If you set set "B" in the "Over Delivery" field in the Delivery Item category (0VLP), then system will not allow you create a Delivery with delivery quantity greater than Order quantity.
    I mean, if the order quantity is 10 pc, then with reference to that Order ,you can not create a Delivery for more than 10 pc.

  • How to block Invoice when qty of Invoice is greater than PO Qty

    Hi
    We want to block the Invoice when Invoice qty is greater than PO qty.Is there any way to block the invoice ?

    prashant shinde wrote:
    Hi
    >
    > We want to block the Invoice when Invoice qty is greater than PO qty.Is there any way to block the invoice ?
    Hi,
    You can deal with this situation in 2 ways. Manually block the invoice while posting, TAB: Payment.
    Else,
    Use Quantity Variance Key: DQ,DW. You can enter tolerances for Lower and Upper Limit. You can enter absolute and percentage base variance. If one of the limit is exceeded the invoice is blocked for payment.
    If you want certain variance is always blocked, set value or percentage for the upper limit to ZERO and select Check Limit.
    IMG->Material Management->logistics Invoice Verification->Invoice Block->Set Tolerance Limits (Transaction Code: OMR6).
    These setting are for Co. Code level.
    Any deviation from ordered Quantity will be blocked.
    Hope this is what you are looking for!!
    Reetesh
    Edited by: Reetesh on Nov 22, 2011 7:43 AM

  • PO greater than Shopping Cart Qty

    Friends,
    We are working on extended classic scenario where PO is created as follow-on document from shopping cart. User can create PO in sourcing cockpit using Process PO option. However here user has the option to change PO qty where system accepts PO qty greater than SC qty. We would like to restrict it.
    In R/3 MM we can control this via system message and restrict PO qty to exceed PR qty.
    How can we control this functionality in SRM?
    Regards,
    Sandeep Parab

    Hi. Try the BBP_DOC_CHECK_BADI.
    You should be able to check the quantities and issue an error if the quantity has been changed.
    Regards,
    Dave.

  • VL    363 Delivery quantity is greater than target quantity 22.800 FT

    If I am using BDC to create outbound delivery then i am getting below error:
    VL    363 Delivery quantity is greater than target quantity 22.800 FT
    But if I am using BAPI to create outbound delivery, then i am not getting any message and delivery is being created but includes only those items for which delivery qty is less than below order qty. I want to have error message in case of BAPI also.
    What is the solution? Is there any enhancement of function module available to have this message.
    Regards,
    Vijay

    Dear VIjay,
    Are you using contract has reference to create the delivery, then below link could be of help.
    [Error Delivery|Error: Delivery quantity is greater than target quantity]
    Thanks
    Murtuza

  • GR Qty greater than Confirmed Qty

    Hi All,
    We have created Purchase order with Internal order as account assignment. When ever we are doing MIGO, System is giving the error " GR Qty greater than Confirmed Qty".
    Please help.
    Thanks
    Subrato

    >
    Subrato Chowdhury wrote:
    > The MIGO is happening whenever we are deattaching the internal order. The PO Quantity is same MIGO Quantity.
    Can you expalin more this line whenever we are deattaching the internal order ?

Maybe you are looking for

  • External Hard Drive ejects during Time Machine Backup

    I've read through all the troubleshooting pages that I thought had anything to do with this problem, but none of my error messages seemed to match. This is my first backup with Time Machine onto my external hard drive, and it never gets past about 60

  • Reject Purchase order using abap OO class CL_PO_HEADER_HANDLE_MM

    Hi all, We have created a webdynpro application for maintaining purchase order by using class CL_PO_HEADER_HANDLE_MM. With this class we are able to release (method RELEASESTATE_MM~RELEASE)  or cancel release.. We are trying, in vain,  to reject purc

  • Dyanamic table is SAP Script with horizontal and vertical lines

    Hi, I need to display the data of the table in the SAP script which is having both horiziontal and vertival lines. the out put needs to looks as it in Excel...where there are multiple records with 5 fixed coulmns each seprated from one another by hor

  • Re: Satellite P300D-10U: installing Toshiba Power Sawer on Win XP SP2

    Please help with installing the Toshiba Power Sawer on Windows XP SP2 I have a laptop Toshiba Sattelite P300D. Installed all Windows XP driver from the site including the Toshiba driver for AMD processors. Then install the Toshiba Power Sawer and not

  • CS6 Configuration Error 16 - urgent

    I've been on chat help for over three hours. I've reassigned permisssions, used cleaner and reinstalled my programs. The only programs available are Acrobat and Air. I spent 4 hours yesterday trying to find a resolution without adobe's help. I have a