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

Similar Messages

  • 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

  • "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 Limit

    Hello,
    Is Overdelivery Tolerance Limit works for service order.
    I have to make service entry more than ordered service.
    Please help.
    Regards,
    Vishal Garg

    hi
    when u create PO in item details
    in service TAB within the line you will find field for Overfulfillment tolerance and also a tick for Unlimited overfulfillment  so you can use any one of it
    regards
    kunal

  • Check the G/L account  in overall limit of  Purchase order - ME22

    Hi
    I should check the G/L account  in overall limit of  Purchase order ( modify - transaction ME22 )
    Someone knows an exit or badi in witch i may check this ?
    There is an enhancement that i can work on this information?
    Thank you

    To order a Shopping cart the GL account is not mandatory. It is assumed that the SC is being created by the employee and it mainly concentrates only the SC item data and the employee need not have the knowlede of the GL account.
    You can make it  mandatory by implementing the doc_check_badi.
    Ideally the SC can be orederd without the GL account data which would create a held PO. Purchaser will need to enter this data
    to complete the PO
    Regards,
    Sapna

  • User exit to change item level data in purchase order

    Hi,
    Can anyone let me know the user exit to change item level data in purchase order . there is a badi ME_PROCESS_PO_CUST for this but the issue is its method process_item gets triggered only when the item is changed. My requirment is
    For purchase order document types u201CZSOu201D and u201CZCOu201D, where the purchase order is a u201CLimits Orderu201D only i.e. no materials or services on the purchase order, the print price indicator field should be set to u201Cblanku201D (unchecked).   now i cant use ME_PROCESS_PO_CUST  because process_item wont get triggered if there is no change in itemlevel data.
    Regards,
    Rahul

    Hi Rahul,
    Probably EXIT_SAPLMEKO_002.
    hope it helps,
    Edgar

  • Help - User exit to change item level data in Purchase Order

    Hi,
    Can anyone let me know the user exit to change item level data in purchase order . there is a badi ME_PROCESS_PO_CUST for this but the issue is its method process_item gets triggered only when the item is changed. My requirement is For purchase order document types u201CZSOu201D and u201CZCOu201D, where the purchase order is a u201CLimits Orderu201D only i.e. no materials or services on the purchase order, the print price indicator field should be set to u201Cblanku201D (unchecked).   now i cant use ME_PROCESS_PO_CUST  because process_item wont get triggered if there is no change in item level data.
    Thanks,
    Rahul

    Hi Rahul,
    Probably EXIT_SAPLMEKO_002.
    hope it helps,
    Edgar

  • How to change material component for a Purchase Order?

    How to change material component for a Purchase Order?
    I need FM .
    PLEASE help

    Dear ,
    Create PO with item category L....There in Item detail you will get tab for material.
    There click in component Button, it will take you to the component screen there you can assign and deassign components.
    Hope this helps.
    Regards
    Utsav

  • How to change MOT programaticaly in existing Purchase Order

    Hello Experts,
    Will appreciate your quick reply on the  query as given below.
    Is MOT ( means of transport) assigned to Purchase order somewhere?  .....If yes then...Would like to change  MOT ( TTYPE) by selecting one of the existing MOTs in a particular Tlane based on some logic. Have a plan to put this logic  in CIF related user exit  at APO inbound.
    Its multiple MOT in one tlane scenario. But I am not sure if user exit can be used to change MOT related to a purchase order.
    Kindly share your opinion on the issue.
    Thanks
    Best Regards

    Hi Experst,
    MOT si seeen as attached to Purchase Order once we do right click in Planning book to check details. I am trying to understand if its stored in LC only or in DB table and if we can chaneg it programatically .
    Thanks

  • Terms user query Changes in unit price in purchase order and a/p invoice

    Dear sir
         please give me a term user query for , if any changes in unit price in purchase order and a/p invoice

    Hi,
    Try this:
    SELECT  Distinct ' true'
    FROM adoc T2
    JOIN ado1 T0 ON T2.docentry = T0.docentry AND T2.Objtype = '22'
    JOIN por1 T1 ON T1.docentry = T0.docentry AND T1.Linenum=T0.Linenum
    WHERE  $[$38.14.number] != T0.Price
    Thanks & Regards,
    Nagarajan

  • Retrieving the Change Texts per Line Item (Purchase Order) - Very urgent

    Hi,
    How do you retrieve the Change Texts per Line Item (Purchase Order).
    Table T166T does not list these values per line item.
    Please help. This is very urgent & important.
    Best Regards,
    John

    if you are lookin out for change of item texts ...
    then use the function module ... READ_TEXT.
    and 2 tables r used ... STXH and TLINE ....
    double click on item data ...
    goto PO TEXT tab ....
    double click on text ...
    from menu ...
    goto header ... u'll get 4 fields that u need to consider ...
    TDID
    TDOBJECT
    TDHEAD
    TDNAME
    ALL THESE U'LL FIND IN  STXH
    ITEM TEXT is stored in TLINE
    Edited by: anjali rana on Mar 5, 2008 4:55 AM

  • Limit/Blanket Purchase Orders and CCM Catalogs

    Hi,
    Is it possible to put Limit/Blanket Purchase Order items into CCM Catalogs?
    John

    Hi
    It is possible to put anything into a catalog - however that does not mean the catalog item will be interpreted or acceptable to the SRM_SERVER, when passing data from a catlaog, the provided information has to be sufficient to allow for successful creation of a procurement document (not a limit/blanket order), i.e. you need either Material Number or Description, based on which of these are passed you may also then require vendor/UOM/quantity, price etc, it is clearly defined in note [395312|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=395312].
    Regards,
    Jason

  • Third party sales and individual purchase order MIGO DIFFERENCE?

    Hi experts,
                     any difference between third party sales and individual purchase orders goods receipt(MIGO). What's the stock levels chages after goods receipt in both cases? How the system knows that its third party migo and individual purchase order MIGO? Can anybody clarify my question?
    regards,
    raju

    Hi
    In third party you will not be able to create automatic PO
    The schedule line category CS settings in VOV6 order type NB, MM item category 5 and account assignment category settings as X and in VOV7 for TAS create automatic PO ticked will ensure PR creation only and not PO
    As suggested by the other friend you need to run t code ME59N or ME59  for automatic PO creation but certain condition to be met
    1) In the Purchasing View of the material master data, the "Autom. PO" field must be clicked;
    2) In the Purchasing View of the Vendor Master Data, the "Automatic Purchase Order" field must be clicked;
    3) The Outline Agreement or Purchasing Info Record shall be maintained which will allow the automatic copying of unit price and other conditions into PO;
    4) The Source List shall be maintained for the nominated vendor which was shown in either the Outline Agreement or Purchasing Info Record.
    You have to run ME59N transaction  manually or schedule this as  a background job
    Regards
    Raja

  • User Exit / BADI to Modify EKPV-TRAGR in Purchase Order Creation ME21N/ME59

    Hi,
    I have a requirement to modify the Transportation Group (EKPV-TRAGR) on creation of Purchase Order. Can you please suggest me a suitable User Exit of BADI to accomplish this Task?
    Thanks,
    Kannan

    hi ,
    here are the list of user exits for ME21n.
    AMPL0001
    User subscreen for additional data on AMPL
    LMEDR001
    Enhancements to print program
    LMELA002
    Adopt batch no. from shipping notification when posting a GR
    LMELA010
    Inbound shipping notification: Transfer item data from IDOC
    LMEQR001
    User exit for source determination
    M06B0001
    Role determination for purchase requisition release
    M06B0002
    Changes to comm. structure for purchase requisition release
    M06B0003
    Number range and document number
    M06B0004
    Number range and document number
    M06B0005
    Changes to comm. structure for overall release of requisn.
    M06E0004
    Changes to communication structure for release purch. doc.
    M06E0005
    Role determination for release of purchasing documents
    ME590001
    Grouping of requsitions for PO split in ME59
    MEETA001
    Define schedule line type (backlog, immed. req., preview)
    MEFLD004
    Determine earliest delivery date f. check w. GR (only PO)
    MELAB001
    Gen. forecast delivery schedules: Transfer schedule implem.
    MEVME001
    WE default quantity calc. and over/ underdelivery tolerance
    MM06E001
    User exits for EDI inbound and outbound purchasing documents
    MM06E003
    Number range and document number
    MM06E004
    Control import data screens in purchase order
    MM06E005
    Customer fields in purchasing document
    MM06E007
    Change document for requisitions upon conversion into PO
    MM06E008
    Monitoring of contr. target value in case of release orders
    MM06E009
    Relevant texts for "Texts exist" indicator
    MM06E010
    Field selection for vendor address
    MMAL0001
    ALE source list distribution: Outbound processing
    MMAL0002
    ALE source list distribution: Inbound processing
    MMAL0003
    ALE purcasing info record distribution: Outbound processing
    MMAL0004
    ALE purchasing info record distribution: Inbound processing
    MMDA0001
    Default delivery addresses
    MMFAB001
    User exit for generation of release order
    MRFLB001
    Control Items in Release Creation
    regards
    Satyam

Maybe you are looking for

  • HP B201a All in One Printer and iPad Issue

    Okay.  I bought a HP 210a air print printer.  It was working great with my Linksys router and my iPad and iPhone worked with it perfectly.  Since that time I have recently bought a new new 2TB Time Capsule and just recently set it up.  The old router

  • Cheque printing through F110

    Hi Can anyone tell me, as how to link the bank cheques in F110 payment program. Regards Jyotsna

  • ERROR: Clearing cannot be reversed (contract number)

    Dear Experts, When i go to t.code FBRA and want to reset the doc clearing. The error appear with Message no. F5538 Clearing cannot be reversed (contract number). This is the Diagnosis It is not possible to terminate clearing because a contract number

  • Printing matterial brochure on-demand while delivery in selected language

    Hi, We have a requirement in our Distribustion Center (Warehouse). They want to have possibility on selected documents printed automatically during pick/pack. The scenario is to store product/spareparts document in multiple language in document manag

  • Error in BDC_INSERT

    Hello Everyone, i have created a BDC in session method, the screens and all are supposed to be correct and still i am getting this error. "BDC_INSERT, screen .&. is invalid" i am using the same screens in many different programs, so i strongly feel t