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

Similar Messages

  • Inbound delivery qty cannot be less than previously GR-posted qty

    Kindly suggest what could be the reason for appearing the subject line error message while doing GR-MIGO w.r.t inbound delivery.
    Regards

    we have not created any TO,we are using shipment snd shipment cost document processing......w.r.t inbound delivery.
    then we are doing GR w.r.t inbound delivery using migo, but for information to all VL32N is also throwing errosr message.
    scenario PO qty 200 TS(thousand)
    Inbound qty        200 TS
    1st GR done        96 TS
    Now while doing second time GR w.r.t same inbound for the remaining qty i.e. 104 TS the system throwing message VLA-320,desc is written over the subject line.
    material SKU is EA and order unit TS, conversion maintained 1 TS = 1000 EA.
    why promting that message when there are open qty of 104 TS yet to GR.

  • Scheduling Line qty greater than the Scheduling agreement qty

    Hi Experts,
    1. I have a scheduling Agreement (SA), and the qty mentioned against this SA is 1000 (say).
    2. Now when i generate schedule lines for this SA (ME38), I am allowed to schedule more than the quantity that's mentioned in the SA.
    3. Please advise, is it possible to restrict this behaviour. i.e. I want to give an error message if the Schedule Line qty exceeds the SA qty.
    Please advise. Very urgent.
    Regards,
    Manju.

    Hi Manju,
    Yes its possible to restrict the case as u mentioned.
    Check the below settings:
    IMG-MM-Purchasing-Environment data- Define Attributes for system messages
    go to meassage no : 00-06-067 set it as Error message.
    U'll achieve ur result.
    Award points if its helpful
    Sangram

  • 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.

  • System doesnt let me change the delivery quantity greater than sales order

    Hi,
    In delivery document , when I change delivery quantity greater than related sales order quantity , system just show the Message no. VL363 but let me change the quantity.
    Is it any way that system do not let me to change delivery quantity greater than its related sales order?
    thanks.
    Lida.

    Is it any way that system do not let me to change delivery
             quantity greater than its related sales order?
    Go to zeroVLP,  select the item category and maintain "B"  for the field  Check overdelivery

  • 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 ?

  • Delivery Qty Greater than Sales order Qty

    Dear All,
    I want to do delivery against a Sales order,but system is allowing me to do PGI more than the Sales order qty,please advice where i can restict my PGI agisnt the Sales order qty.
    Regards,
    Muzamil

    Dear Prashanth,
    Thanks for your quick reply and resolution
    We have a problem when there is a delivery from projects(CNS0).When we are running the transaction CNS0 and entering  Qty 7, and creates delivery, system generates a Delivery Number and takes us to VL02N where we enter batch,picked qty and storage location.Here we find delivery quantity 7 by default and if we change the quantity from 7 to 10 even then system accepts more quantity as it checks the project stock.
    We want system should not allow the delivery quantity more than the quantity specified in the CNS0.
    We are not creating sales order as we directly delivering from projects.
    In the previous case,as you suggested we made the changes in delivery item category,but the same logic is not working here as it is without sales order.
    We are using item category DLP and Delivery type is LP.
    Request you to provide your valuable inputs
    Thanks in advance
    Regards
    Muzamil

  • Return delivery against PO does not open up qty's?

    We are working through a new WM process for having tighter control of returns. 
    PO line is created for 120 pieces.
    Inbound delivery created for 20 pieces, received with movement type 101.
    Return delivery created to send back the 20 pieces.  Posted with mvmt 122.
    So far so good, on the PO History tab the return cancels out the receipt and the net qty is zero - but the return delivery and it's 20 pieces are all by themselves and now there are only 100 pieces open on the new PO - creating a new inbound delivery only proposes 100. 
    Shouldn't the entire qty of 120 pieces be open now?  That's what we want!  What did we do wrong??
    Thanks!

    Hi miller,
    Kindly cancel  inbound delivery using t code VL09 for 20 pcs .
    thanks
    suresh

  • Java always returns 15 minutes greater than the current time.

    Hi,
    I am using Microsoft Windows Server 2003R2,Standard X64 edition with Service Pack 2 and jdk1.6.0-03.
    Java always returns time 15 minutes greater than the current system time.
    eg:
    SimpleDateFormat simpleDateFormat=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    System.out.println("Now time: "+simpleDateFormat.format(new Date()));
    System.out.println("Now time: "+new Date());The output of the program is :
    Now time: 2008-12-22 18:47:04
    Now time: Mon Dec 22 18:47:04 NPT 2008
    When my actual system time is 6:32 PM or (18:32)
    I have checked the current time with other programming languages like python and it always returns the actual date and time.
    Note: To my observation java is always utilizing a time which is 15 minutes greater than the current time even for its log.
    Thanks,
    Rajeswari (Msys)

    I think a more practical time machine would be one that actually travels back in time rather than forward (by 15 minutes). Sounds like it needs some more work.
    Anyway, I suggest changing the system time on your computer to some other value (say, 2 hours ahead), then running the program again. If its off by 2 hours and 15 minutes, its getting the time from your computer. However, if its still off by only 15 minutes (from your wristwatch's time), then its getting the time form somehere other than the computer clock.

  • How can a function returning character length greater than 4000 be selected in SQL

    Hi,
    I want to know if there is a way to write a select query on a function call which returns a varchar of more than 4000 characters.
    CREATE OR REPLACE FUNCTION FUNC1
    RETURN VARCHAR2
    IS
    str VARCHAR2(32767);
    BEGIN
         str := <some string greater than 4000 char>;
          RETURN str;
    END;
    SELECT FUNC1 from dual; ---- This gives an PL/SQL numeric or value error. Character string buffer too small.
    Is there any way to resolve this?
    Thanks

    32767 is not default. The default is still 4000 for VARCHAR2. You need to set the initialization parameter MAX_STRING_SIZE= EXTENDED for 32767.
    Text from Oracle documentation
    Extended Data Types
    Beginning with Oracle Database 12c, you can specify a maximum size of 32767 bytes for the VARCHAR2, NVARCHAR2, and RAW data types. You can control whether your database supports this new maximum size by setting the initialization parameter MAX_STRING_SIZE as follows:
    If MAX_STRING_SIZE = STANDARD, then the size limits for releases prior to Oracle Database 12c apply: 4000 bytes for the VARCHAR2 and NVARCHAR2 data types, and 2000 bytes for the RAW data type. This is the default.
    If MAX_STRING_SIZE = EXTENDED, then the size limit is 32767 bytes for the VARCHAR2, NVARCHAR2, and RAW data types.

  • Delivery quantity greater than confirmed quantity in sales order

    Hi experts,
    Quantity in delivery order can be changed to more than the confirmed quantity in sales order when there is sufficient stock. (Setting "Check overdelivery" in 0VLP already maintained "B-Situation rejected with an error message").
    Anyway in system to check only "confirmed quantity" can be delivered?.
    Regards,
    Liang

    Thanks Ankur for your reply.
    The "Overdeliv. tolerance" in customer master allow customer to deliver more than the quantity in sales order.
    But my situation here is to control the deliver quantity base on confirmed quantity in sales order.
    For example, i have quantity 10 for an item in sales order, and i only confirm 5 to deliver. Let's say my stock has more than 15 quantity, during DO creation, system will proposed 5 but i can manually change quantity to 10.
    I would like to control only confirmed sales order can be delivered. Is this only can control using user exits?
    Best Regards,
    Liang

  • Reversal quantity greater than the ref. issue qty.

    Hi All,
    With the goods Issue to cost centers, with movt type 201, the system gives a material document.
    When I refer the same material docuemnt number for the complete / partial reversal (with movt type 202) system is allowing more quantity than the referred original issue quantity.
    Ex.- If I issue 10 EA of a material to cost center, system is allowing to make reversals (202) of more quantity (say 50 EA) for the same material, even after I refer the 201 material document in the transaction MIGO.
    Please advise.
    Thanks.
    Karthik

    I didnt find any Message Control  during MB1A 201 Reversal.
    I would suggest you to use MIGO with Cacellation Category and Give MB1A 201 Reference document number and try.
    If you Refer 210 Document no system, then you will no thave possibility to change qty etc during reversal.
    Regards,
    Ashok

  • Invoice qty greater than the PO qty

    Hi All,
    I have created material  PO with 100 qty Value 5000 and freight cost 1000 rs for the same Qty.
    Issue: at the time Freight Invoicing with PO/bill of landing
    Material: GR & IR Done for 100 qty -- No issue
    Freight: when am doing invoice (MIRO) i have given Purchase Order no and paid the freight rs 1000 for whole 100 qty
    Issue: If i do invoice (MIRO) by for the same PO and given bill of landing, system still proposing some qty 40 Qty and proposing some cost.. and able to save .
    but it should not propose the Qty... Plz let me know how to restrict it... In case freight Invoice
    Thanks

    Hi,
    not some qty... if i select the Bill of loading in MIRO, then system is proposing the whole qty for the particular item of PO.
    PO:123  100 qty  Fright cost 10  value 10000  Bill of Loafing:XYZ
    MIRO-Delivery plan: Done With PO whole Qty 100  freight cost 10rs value=1000 rs
    If i select :Bill of loading XYZ (Same PO and same item).. system is proposing same Qty 100 and value 10000..
    Thanks

  • Invoice Qty greater than PO qty

    Hi,
    During invoice verification of customs duties, system is taking excess quantity than, PO quantity. Can anybody suggest, how to avoid this.
    Regards,

    Hi,
    Check the tolerance limit set for the vendor.
    Materials managementLogistics Invoice verificationincoming invoice--configure vendor specific tolerances.You have to the tolerance settings here.
    Regards,
    Nitin Amritkar

Maybe you are looking for

  • Problem with OBI Apps v7.9.5 installation on WinXP SP2

    We are attempting to install OBI Apps v7.9.5 on a WinXP SP2 machine. However, upon clicking the setup.exe file, we get the following error message -- Unable to load the launcher file index. Invalid file type in the index. As a pre-requisite for OBI A

  • Reader 9.3 MUI ACW-built package causes client to stop receiving add'l advertisements

    Send out an Adobe Reader 9.3 Advertisement via Microsoft's SCCM - And after it successfully installed, no successive advertisements will ever be received by that client. I posted some details of this case in the Native Mode forum, but I've since narr

  • Mail Trigerred Issue

    Hi ,       Mail was not sent to the respective group for a workflow process . i.e. Mail is not getting triggered and sent to the approval group  . Experts pls suggest me how to resolve this issue  . Thanks in Advance, Deepika T

  • Attribute handling in Sun Java Directory Proxy Server join data views

    Hi all, I've configured a join data view and want to get rid of the duplicated attributes that show up in the search results since they are present in the primary and the secondary data view. The documentation says that this behaviour is configurable

  • How to define reading order independent of pages?

    I need to use the reading order tools to make PDF files accessible. The document I'm currently working with is a standard trifold brochure, which has the outer panels on the first page of a landscape-oriented, letter-size document, and the inner pane