User Exit to change PR valuation price

Dear SAP Experts,
My requirement is to pick up info-record or contract price as valuation price when creating PR (Purchase Requisition) - t-code ME51N.
I've been aware that there is no configuration that can be set to accomodate this requirement. Therefore ABAP enhancement is needed for this matter.
I've noticed that enhancement MEREQ001 (EXIT_SAPLMEREQ_001 - EXIT_SAPLMEREQ_010) can be used for PR creation. But no exit that can be successfully used to change the PR valuation price (EBAN-PREIS) on creation mode.
Can anybody please advise what other alternative that can be applied?
Thank you.
Kind Regards,

HI
Exit Name  Description 
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 
LMEXF001  Conditions in Purchasing Documents Without Invoice Receipt 
LWSUS001  Customer-Specific Source Determination in Retail 
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. 
MEQUERY1  Enhancement to Document Overview ME21N/ME51N 
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 for Contract Release Order 
hope this helps
regards
Aakash Banga

Similar Messages

  • User Exit to change the Net price in the Billing document

    Hi,
    We have one billing document used for three countries
    My requirement is , for worng price, user has to chaange the Price manually in the Billing document.
    I cannt maintain the copy control setting from the Delivery document to Billing with Pricing Type C
    Is there any user exit or alternative way to change Netprice in the Billing document.
    regards,
    santosh

    Check the user exit USEREXIT_PRICING_CHECK  or USEREXIT_CHANGE_PRICING_RULE  in include MV61AFZA for your requirement.
    Regards,

  • User exits that change invoice price?

    Are you aware of any user exits that change invoice price?  Thanks.

    Hi,
    Pl use MV45AFZZ include. It has many user exists.
    FORM userexit_pricing_prepare_tkomk.
    Here you may your code
    ENDFORM.              "USEREXIT_PRICING_PREPARE_TKOMK
    FORM userexit_pricing_prepare_tkomp.
    Here you may your code
    ENDFORM.             "USEREXIT_PRICING_PREPARE_TKOMP
    FORM userexit_save_document.
    Here the code while saving the document
    ENDFORM.                    "USEREXIT_SAVE_DOCUMENT
    FORM userexit_save_document_prepare.
    ENDFORM.                "USEREXIT_SAVE_DOCUMENT_PREPARE
    Check the below enhancesments components also from SMOD.
    V45A0001
    V45A0002
    V45A0003
    V45A0004
    V45E0001
    V45E0002
    V45L0001
    V45P0001
    V45S0001
    V45S0003
    V45S0004
    V45W0001
    V46H0001
    V60F0001
    Cheers
    Hema

  • 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

  • User Exit to Change Conditions Type into PO

    Hi Experts,
    Does anybody know a user exit to change of a condition's currency into a Purchase Order?
    I need to change currency type of manually entered conditions, so the user exit should be determinated by specifics conditions types and called up during a redetermination of all or individual price components.
    I'll appreciate any information.
    Best Regards.
    José

    Use BADI ME_PROCESS_PO_CUST

  • Need to know the user exit to change unlimited check box in delivery tag

    Need to know the user exit,
    To change the <b>unlimited check box(</b>EKPO-UEBTK) in <b>delivery tag</b> of <b>item details</b> for tcode <b>ME21N/ME22N</b> on <b>SAVE</b>. 
    Thanks in Advance.
    Baburaj

    HI Baburaj,
    Use the BADI ME_PROCESS_PO_CUST to change the unlimited check box(EKPO-UEBTK)
    Implement the BADI and insert the code in the method PROCESS_ITEM
    Example code :
    *Data Declarations
    DATA: ls_mepoitem TYPE mepoitem,
          ls_mepoitemx type mepoitemx,
            ls_customer TYPE mepo_badi_exampl,
            ls_tbsg     TYPE tbsg.
      INCLUDE mm_messages_mac. "useful macros for message handling
    *here we  get item data
      ls_mepoitem = im_item->get_data( ).
    *work area for price value
    data : begin of it_eban,
      banfn type  mepoitem-banfn,
      bnfpo type  mepoitem-BNFPO,
      pries type mepoitem-NETPR,
    end of it_eban.
    *Get the Purchase requisition price from EBAN table
    select single banfn bnfpo preis from eban into it_eban
                                            where
                                              banfn = ls_mepoitem-banfn
                                          and bnfpo = ls_mepoitem-bnfpo.
    *if entry is available.
    if sy-subrc eq 0.
    *check if price is zero
        if it_eban-pries EQ 0.
    *if zero, set FREE field of PO to 'X'.
          ls_mepoitem-uebtk = 'X'.
        endif.
        endif.
    *Set updated fields
    CALL METHOD im_item->set_data
    EXPORTING
    im_data = ls_mepoitem
    Reward if Helpful*****

  • User exit  to change material availability date

    Hi Gurus,
       my requirement is like I need to change the material availability date based on some conditions.
    Is there any User Exit to change the availability date so that I can dump my code in the user exit .
    If not is there any alternative process to get the solution.
    Thanks,
    Sudhaa.............

    Hi Sudha,
    Can you tell me your requirement clearly please.
    Regards,
    Dhanunjaya Reddy

  • Inbound IDOC User Exit ZXVEDU04 change IDoc Data

    Hi all,
    We have to develop an user exit for changing the Plant, Shipping Point and Storage location
    We have identified the exit ZXVEDU04 . Is there some other exit for this ??
    But which internal table we are supposed to change this to change the data .
    If possible send me a sample code
    Thanks in Advance .
    Vivek K ..

    Hi all,
    I have done this for a single line item IDoc .
    How do i go for IDocs with more than one line item ???
    I have hardcoded VBAP-WERKS(1) etc for Plant, Strg Loc and shp pt .
    How to identify how many line items are there in the IDocs ??
    Thanks in Advance .
    Vivek K ..

  • User Exit for Changing G/L account in Accounting Document

    hi all,
    This one is urgent for me. If you guys can help.
    Iam looking for a user-exit to change the G/L account while posting the accounting document.
    If someone has worked on a similar user-exit Kindly help.
    Thanks and Regards
    Varun

    Hi Experts,
    The requirement is to change the GL account when PGI is done for a delivery.
    I have coded in the above user exit for changing the GL account. I am facing the issue here.
    I am changing the GL account through a user exit, but even before the user exit is  called the standard SAP is throwing a error.
    the Error is GL account is blocked for posting in the company code. This check is happening for the GL account what standard SAP proposes from the customization. The GL account that is getting picked is blocked in SPRO for posting in the mentioned company code. Because of the error message, our z code is not getting executed.
    Kindly suggest if some user exits that can be used even before this error message. or let me know if you have any suggestions to over come this.
    I have coded this in the enhancement point. Include  MM07MFK0_KONTIERUNG_PRUEFEN and subroutine kontierung_pruefen.
    Thanks,

  • User exit to change account assignments

    Hi gurus!
    Can anyone tell me a user exit to change some fields in Logistics Invoice (MIRO), when a an  fixe asset PO is made:
    BSEG-BSCHL - Posting Key
    BSEG-UMSKZ - Special G/L Indicator
    BSEG-UMSKS - Special G/L Transaction Type
    BSEG-HKONT - General Ledger Account
    I apreciate any help, expecially because we already achieved GO LIVE.
    Thanks in advance, Pedro Mariano

    Hello Pedro,
    We have the same requirement, how did you solve it?
    I would really apreciate your help.
    Thank you,
    Elisa

  • Is there any user exit to change the UOM of a material while creating sales

    Hi experts,
    I have a requirement to change the UOM of the item material in sales order while creating.  Could anybody help me in finding the correct user-exit to change the UOM.
    Thanks,
    srinivas.

    Hi Ravish,
    I am already changing the UOM in the same include and in the subroutine "USEREXIT_MOVE_FIELD_TO_VBAP".  But it is again over writing in the standard program.  What I need to do, to remain same UOM.
    Thanks,
    srinivas.

  • What is the user exit to change segment version at the run time of an IDOC

    Dear Experts
    Please can some one help on this ...
    Which is the user exit to change segment version at the run time of an outbound IDOC.
    For example
    Suppose we have a IDOC segment with two version 620 and 46C.
    By default the IDOC pick the 620. But Our requirement is to use 46C.
    What user exit we can use for outbound IDOC to change the version used at run time for a segment.
    Appreciate your response.
    Thanks

    Hi,
    ALE00001      EXIT_SAPLBD11_001         
    User exit for the IDOC version changer
    Regards,
    Ravi

  • User exit to change Delivery type

    Is there a user exit to change the delivery type when creating delivery wrt a sales order.
    Thanks.

    Use BADI   LE_SHP_DELIVERY_PROC
    Edited by: abhishek shukla on Sep 24, 2008 12:00 AM

  • Is there any user exit for changing V1 field value?

    Hello Expert,
    Is there any user exit for changing V1 update value?
    For example, sales order number will populate 2LIS_11_VAHDR-VBELN. If other value need to populate 2LIS_11_VAHDR-VBELN, can we use any user exit to customize the V1 routine?
    Please forget the enhancement for 2LIS_11_VAHDR. Just populate the system field VBELN.
    Thanks
    F-B-I

    Hi,
    Use the 'usual' user-exit for transactional data in R/3 EXIT_SAPLRSAP_001 (CMOD). Here your can overwrite VBELN for each extracted record with the value you want.
    Hope this helps.
    Grtx
    Marco

Maybe you are looking for

  • Sy-ucomm value for enter

    Hi, Can anyone plz help me with the sy-ucomm value for enter key. Thanks..

  • Bug with Access connexions with Windows vista Pro SP2

    I wish to use Thinkvantage Access connexions on my Lenovo G550. I previously used Acces connexions on Thinkpad and i like this tool. I have installed Access connexions but I have troubleshooting beause my computer runs uner Windows vista Pro SP2. Is

  • Can Panther run Intel iMac?

    I have a 20" flat screen Intel-based iMac. It came with Leopard and runs great (10.5.6). This computer replaces an older crt iMac which had a maximum OS capability of OS 10.3.9. I use Vectorworks 10 Mechanical cad software, published by Nemetschek. I

  • Idoc Error Monitoring

    Apart from BD87, does any one of you know a program to change the status of idocs in error to idocs processed ? Thanks !!!

  • Retriving text of procedures & triggers

    I have few procedures & triggers created in my oracle 8i database.I am loking for the way to find out the text of the procedures & triggers. Help me out.