Overdelivery tolerance to materials without code

Hello,
We can define in the customizing a "purchasing value key" for over and under tolerance to deliveries (good receipt).
I know that with this customizing, then, the user can to select in the material master the purchasign value key that he/she needs.
But, we want to know if is possible to work in SAP standar with over and under tolerance in the good receipt to materials that don't have code (free text).
We need to define, for these kind of materials, a tolerance (over and under), but, without implement an enhancement, BADI or user exit, only through the customizing.
Is it possible to make this in SAP MM?
Regards,
Sandra Palomo

Hi need to correct myself, in Entry Aids for Items Without a Material Master you should be able to assign a purchasing value key here.
SPRO - Material Management - Purchasing - Material Master - Entry aid for items without a material master

Similar Messages

  • Overdelivery tolerance - extended classic

    Hi all,
    We have extended classic scenario, and would like to have overdelivery tolerance.  I've created a tolerance group in SRM, and assigned tol keys CF, DA and DQ. 
    I've also maintained a Purchasing Value Key in ECC via OMQW (SPRO --> MM --> Purchasing --> Material Master --> Entry Aids for Items Without a Material Master)
    When I post the confirmation in SRM I get the appropriate error message (so if I try to post 106 for a PO with 100 qty, I get the error message, 105 is OK).
    However, the IDoc goes into error in the backend, as the qty is exceeded.  Error message: "PU Ordered quantity exceeded by 5 EA : <PLANTCODE>"
    When I look at the PO inside SRM, in the item detail the overdelivery tolerance is 0%, and the ECC copy also has 0%.  I would have expected them both to show 5% (and for this to copy-into the PO)?
    If I create a new 'spot PO' directly in ECC (ME21N) with all the same detail, the 5% tolerance is coming through automatically from the OMQW setup.
    Do you have any ideas how to get the overdelivery tolerance into the SRM PO, so that the copy in the backend would also show it (so IDOC will post successfully)?
    Thanks in advance,
    J

    Hi,
    I have a similar problem.
    I have assigne a tolerance group in ppoma_bbp, but the purchasing group is not defaulted into the PO,
    Therefore the % on the PO is 0, which leads to an error message when i hit check on the confirmations in SRM, even if I am within the tolerance limit.
    Also when i try to search for the tolerance group on the PO it won't display.
    If I update the tolerances the manually ont he PO the i am able to create an overdelivery.
    We are on the same release ECC 6 EhP 4 and SRM 7.0 SP 9, extended classic.
    Could you please update how you solved the issue?
    Cheers
    Ulrike

  • How to default the Overdelivery Tolerance in POs

    Hi,
    Is there a way I can default the Overdelivery Tolerance for all Purchase Orders?
    I know it is possible through PIR, but I need it to work for services and one-off POs (no material masters).
    Thanks.

    Hi,
    You can create Inforecord without material master. In this case you can create with material group and vendor combination.
    Regards,
    Prabu

  • "Overdelivery Tolerance Limit" of 5% for all the PO

    Hello experts
    I saw that is possible to indicate the "Overdelivery Tolerance Limit" in the Material Master Data, in order to bring it to the PO automatically.
    But I am not using materials, I am working only with material groups, so how can I define the field for all the PO to be the 5%?? only by user exit, or is it possible by customizing?
    Thank you in advance
    Best regards,

    hi Maddiii,
    It is very much possible to maintain per a particular group of material groups.i.e.,
    1.) You have to create a new Z table and in that include all the material groups with their percentages,
    2.) Call the values while saving the PO through by BAdi.
    Please let me know for further details,
    Regards...
    Srini Rao

  • MIGO - Check the "Overdelivery tolerance limit"

    Hi All,
    I'm looking for an enhancement to check the quantity in MIGO t-code. My issue is: I want that sometimes the system does't check the "Overdelivery tolerance limit" inserted into the purchase order. Is there a way?
    Many thanks,
    Luca

    Hello,
    Check like this,
      DATA: lr_ekpo LIKE ekpo,
            lv_menge TYPE uetmg,
            lv_menge1 TYPE uetmg,
            lv_menge2 TYPE uetmg,
            lv_menge3 TYPE uetmg,
            l_va_text TYPE text20.
      CLEAR: lr_ekpo.
      SELECT SINGLE * FROM ekpo INTO lr_ekpo WHERE ebeln = va_ebeln
                                               AND ebelp = wa_tc01-ebelp
                                               AND uebtk = space.
      IF sy-subrc = 0.
        lv_menge = wa_tc01-bsmng + ( wa_tc01-bsmng * lr_ekpo-uebto / 100 ).
       lv_menge1 = wa_tc01-bsmng - ( wa_tc01-bsmng * lr_ekpo-untto / 1000 ).
        lv_menge2 = lv_menge - lv_menge1.
        lv_menge3 = lv_menge2 + wa_tc01-omeng.
      ELSE.
        EXIT.
      ENDIF.
      IF wa_tc01-erfmg GT lv_menge3.
        lv_menge1 =  wa_tc01-erfmg - wa_tc01-omeng.
        WRITE lv_menge1 UNIT wa_tc01-meins TO l_va_text NO-GAP.
        CONDENSE l_va_text.
        CONCATENATE l_va_text wa_tc01-meins INTO l_va_text
                                        SEPARATED BY space.
        MESSAGE e022(m7) WITH text-025 l_va_text.
      ENDIF.
    Implement the logic in the exit  MB_CF001 - EXIT_SAPLMBMB_001
    Cheers,
    Vasanth

  • Overdelivery Tolerance in PO

    Dear Team
    If my PO quantity is 100 pieces and as per purchasing value key of PO material the overdelivery tolerance in PO line item is 10%.So what will be the effect of this overdelivery tolerance at the time of GR and IR???
    Will the system allow me to do GR and IR for 110 pieces without any issue??
    Regards
    Satish Kumar

    Yes Satish,
    There will not be any issue.
    It will creat corresponding accounting entries for excess qty of material also.
    So its a standerd functionality.
    Regards,
    Gitesh

  • Purchase Order (Overdelivery tolerance limit)

    Hi All,
    Can we fix default value of Overdelivery tolerance limit and Underdelivery tolerance limit at time of creating the PO ? if Yes then how ?
    Thanks in advance..
    Sanjay

    Sanjay,
    As per my understanding there is no standard settings  to default the value of Overdelivery tolerance limit and Underdelivery tolerance limit at time of creating the PO.
    Regards,
    Manish

  • To restrict overdelivery tolerance up to a certain limit while creating PO

    Dear friends,
    How to restrict overdelivery tolerance up to a certain limit (e.g. 5 or 10%) in delivery tab while PO creation?
    Any idea?
    Regds
    Amitava

    Hi
    Hope you aware the delivery tolerance is coming from Purchasing value key you maintained in the Material master.
    So you can restrict the over delivery percentage at purchasing value key itself.
    Or please try the screen lay out to only display the field after maintaining the correct % in PVK.
    Or Try some user exit with the help of ABAPer.
    Hope it helps.
    Thanks/Karthik

  • Overdelivery Tolerance

    Hi,
    Just a simple query...In PO the overdelivery tolerances acts on total quantity or quantity yet to be received?
    For example lets say a PO has 100 tones of material with an overdelivery tolerance og 5%. Against the PO already 30 tonnes has been received.
    Now here the overdelivery tolerances will act on 100 tonnes or remaining 70 tonnes?
    Regards,
    Indranil

    Fine...but my query is if some quantity is already received then where the over delivery tolerance will act?on the total PO quantity or whether on the open quantity?Actually i don't have the system right now and so unable to test the same.If anyone can test and confirm me the same will be quite helpful.
    Regards,
    Indranil

  • GR for overdelivery tolerance PO

    Hi,
    I have issue with a user(Only one user having this issue),who is able to receive the goods for Fully delivered PO.User can receive up to overdelivery tolerance given in the PO.How to restrict this.
    Expecting some valuable inputs.
    With regards
    Ram.

    My issue is this,
    Purchase Order qty=30 EA
    Over Dely Tolerance=20%
    Received through MIGO=30 EA
    After this also system allowing to receive goods for 20% of the order qty.
    Only one user having this problem.
    By Standard if i receive goods for delivery completed PO,the system will throw a message No selectable items.
    With regards
    Ram

  • Userexit/BADI change Overdelivery Tolerance Limit in Purchase Order / MIGO

    Hi,
    i woould like to implement a own logic to set the Overdelivery Tolerance Limit in the order or MIGO. IIs there any badi/exit where I can do this?
    I tried with the exit EXIT_SAPLEINR_001 but it doesn't work.
    Thx
    Cheers
    Hannes

    Hi,
    thx for the answer.
    The BADI MB_DOCUMENT_UPDATE is only used when i save the migo. I need some point earlier since otherwise the error message appears that i i can not book more pieces as in the order.
    The Exit MEQUERY1  is only used for define a own preselection in the order and MEVME001 contains the exit EXIT_SAPLEINR_001 which i implemented but does not work.
    Other suggestions?
    Thx
    Hannes

  • Overdelivery tolerance Screen selection for Purchasing order

    Hi all,
    Currently we have a scenario over here, where we need to change the over delivery tolerance for purchasing order.
    Overview:
    We have received plastic packing screw ( PO 3480000011 , PO qty 98,000 pcs ) in 3 GR's
    1st GR.   21,000 pcs
    2nd GR. 29,000 pcs
    3rd GR.  50,000 pcs
    total   = 100,000 pcs
    ===================
    For 1st & 2nd del. we have input into SAP, but for the last del. we can't input because qty over 2,000 pcs than PO
    Because of this, we have reversed the 1st and 2nd GR, but we still cant enable the over/under delivery tolerance field selection.
    Other than that i have make the changes thru the
    OLME -> purchasing order -> Define screen layout at document level -> select Me22 and click on details ->GR/IR Control -> overdelivery tolerance with "X" at Reqd. entry.
    But this doesnt seem to work.
    have anyone encounter this issue kindly provide me some hint on this.
    Point will be rewarded for useful answer.
    Thank you.
    Kah Fei

    Hi,
    I think Under/Over delivery tolerance are a part of 'purchasing value key' of the purchasing view in the material master record.
    Try changing that for your material so that you get a overdelivery tolerance of more than 2% in the material master record.
    Otherwise in your PO , under the delivery tab in the item details mark the chkbox 'unlimited' overdelivery and check out....
    Revert back for further help...
    Regards,
    Prithviraj
    Edited by: Prithviraj Talekar on Jan 19, 2009 10:49 AM

  • No amount tolerance entered for company code

    Hi,
    I am trying to Post G/L account using F-02. I am getting following error
    'No amount tolerance entered for company code xxxx'
    Can anyone help me on this?
    Note: I have already defined tolerence group.
    Thanks,
    Shalini

    can you check transaction code & maintain entriesin
    OBA4, OBA3,OBA0.
    CHANDRA

  • Overdelivery Tolerance In PO is not working

    I have created a PO of 100 Qty.
    10% Overdelivery tolerance is given in PO.
    At first i have done Goods Receipt Of 90 Qty.
    Second time when i am going to do GR of 20 Qty( i.e. 10 qty of Open PO+ 10 % of PO i.e. 10 Qty) ,It is showing error.
    But when i am doing GR of 11 qty ( i.e 10 Qty Open PO + 10 % Of open PO i.e. 1) it is not showing any error.
    By functionality it should take 20 qty in GR .
    What should be missing in this?
    Please give ur valuable suggestions.

    Hi
    It wont calculate the Overdelivery tolerance on PO Open Quantity. Rather than that it will calculate the Overdelivery tolerance on Full PO Item QUantity.
    Regards
    Virender Singh

  • MD07 - MRP: Why shows me materials without exception messages?

    Hi Everyone!
    I need MD07 to shows me only materials with exception messages. I have 700 materials with MRP and the materials without messages are messing my analysis. Is that possible?
    Thanks in advance!!
    Ignacio

    Venkadesh,
    Thank you very much for your answer. When I go to Plant Parameters there's no Exception Messages setting under any of the 6 sections (Environment, Master Data, Planned Orders Reporting, Planning Run or Performance).
    Could you please put some light on this I feel Alone in the Dark, je. I'm using R3 4.6C
    Thanks in advance.
    Ignacio

Maybe you are looking for

  • Error while opening JDBC connection

    Hi The JDBC connection works in the current page, but when I clicked a tab to go to another page using the same database, I received the error: Error while opening JDBC connection. ORA-01005: null password given; logon denied Unexpected exception cau

  • Adding Attachments in the message

    Hi, We have an Invoice IDoc to HTTP scenario.We need to add some attachment into the message we send to the HTTP receiver.  I just wanted to check what are the possible options for the Attachments(some excel file or other files) Receiver needs the at

  • Vista not recognizing IPhone as camera....

    Well, my IPhone and Vista worked fine a couple days ago but now, Windows doesn't recognize IPhone as a camera, so i can't get my pictures off it as easily. http://sleekupload.com/uploads/untitled_83.jpg The link above is Vista trying to install drive

  • Multiple form field instances populating ES Process Mgr variables

    Hi ES Process Designers, I am building up a new process in which the user can add instances of one to many fields in a form. I'm trying to find a way to populate a variable(s) with the second or greater instance of a form field value. When using a Li

  • The Crystal Report (CR) add-on  SAP 8.8

    Hello everyone, were can i finde the The Crystal Report (CR) add-on  2008  for SAP 8.8 or is this the same like the Add On for SAP 2007? Is there such a Add On for 8.8 ? Thanks and regards, Indira