User exit to change rbpk-zlspr prior to invoice save

Hi,
   I need to locate a user exit that will lett me force my will on the setting of the payment block (rbkp-zlspr) in a Vendor Invoice that is being parked. Parking is being done vi FM MRM_INVOICE_PARK.
I have looked at the methods in badi invoice_update but the rbkp structures are import only so that will not do it. Anyone had any experience.
The reason I need to do this is that this is the second invoice that is being parked for a particular PO.
The first invoice has been fully processed and some GR exists for that first invoice.
The parking is being done using the MRM function modules and somewhere these decide that as the PO already has GR then this new invoice should have a block code that reflects existing GR, however that GR is not for this invoice and later custome programming for the new invoice requires it to have a particuar payment block code to proceed. Therefore I need to force that block code into RBKP when parking the invoice regardless of the MRM modules decision.
Cheers,
Ross
Edited by: Ross Goodman on Nov 24, 2010 10:13 PM

Hi Pranjali,
1. Since break point is  getting reached in case of ME22n it will definitely reach in case of ME21n as well ( I have already worked on it).
2. Now as far as the GR invoice or MIRO transaction is concerned,  I have checked with INVOICE_UPDATE BADI having method CHANGE_AT_SAVE. Break point is getting reached here as well.
3. For IDoc thing what you can do is, find an appropriate exit in FM IDOC_INPUT_INVOIC_MRM. Since I don't have the IDoc setup which can replicate your scenario. It would be difficult to find the appropriate exit. So, to find the appropriate exit in this FM what you can do is to find string CALL CUSTOMER FUNCTION in the main program. This string will be followed by 001 or 002 etc. Out of this pick your appropriate FM and hence the proper exit.
4. Similar is the case with BAPI_INCOMINGINVOICE_CREATE.
I hope now it will definitely help you in resolving your queries to greater extent.
Come up with queries if any.
Cheers
VJ
Edited by: Vishal Jindal on Oct 25, 2010 7:55 AM

Similar Messages

  • User Exit for Changing Payment Due date for Invoices

    HI Gurus,
    Could anyone suggest a User Exit which cane be used for Due Date calculation an all Invoice Entries like MIRO, FB60 etc.
    This is required for overwriting the Due Date determined via payment terms by a Particular day in a week. (Eg: Friday)

    Hi
    User exit
    Re: user exits in MM
    Regards
    Ram

  • 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

  • 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

  • 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

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

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

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

  • 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

  • User-Exit for changing Sales Document Number - Urgent

    Hi Experts ,
                     Please suggest me the <b>User Exit for changing Sales Document Number.</b>
    thanks,
    Jayesh<b></b>

    hi jayesh,
    chech this exit-----EXIT_SAPFV45S_002.
    this exit's description says " Change Sales Document Using Configuration".
    Other available exits are
    SDAPO001            Activating Sourcing Subitem Quantity Propagation
    SDTRM001            Reschedule schedule lines without a new ATP check
    V45A0001            Determine alternative materials for product selection
    V45A0002            Predefine sold-to party in sales document
    V45A0003            Collector for customer function modulpool MV45A
    V45A0004            Copy packing proposal
    V45E0001            Update the purchase order from the sales order
    V45E0002            Data transfer in procurement elements (PRreq., assembly)
    V45L0001            SD component supplier processing (customer enhancements)
    V45P0001            SD customer function for cross-company code sales
    V45S0001            Update sales document from configuration
    V45S0003            MRP-relevance for incomplete configuration
    V45S0004            Effectivity type in sales order
    V45W0001            SD Service Management: Forward Contract Data to Item
    V46H0001            SD Customer functions for resource-related billing
    V60F0001            SD Billing plan (customer enhancement) diff. to billing plan
    Enter these exits name in SMOD transaction and select components. u can find all the user exits available for this exit name.
    Reward me if useful..........
    Harimanjesh AN

  • User exit for changing operation scap in PP order

    Hi,
    I want to know user exits for changing operation scrap in PP production order. Please help
    Regards
    Shalini

    I could found only one at the moment...
    QEVA0002  - Calculation of share of scrap in inspection lot            
    check if it is helpful.....else u can go on
    CMOD - Utilities - SAP Enhancements - (Remove Maximum No of fields) - Execute (F8)
    You will get all user exits.
    Now i need points.... :)...My score is not gettin increased... lolz
    kapil

Maybe you are looking for

  • 1st Gen Ipod Touch can't see any WiFi networks?

    My friend gave me his old Ipod Touch, and everything worked fine for a while. Recently though, the WiFi just cut out and I can't connect or see anything. When I open up the 'Connect to WiFi' menu, there are no options.. even though I know there is in

  • 2nd Airport Express wont show up in  Base Station Chooser, iTunes

    Hi, I have 2 Airport Express units on the same network. One is showing up, the other is not. Both were working perfectly. I recently upgraded my router to a Linksys BEFSR41. When I run the Base Station Chooser, one shows up the other does not. The sa

  • My home button is stuck

    My home button is stuck. i can't use my ipod touch at all.

  • Payment via multi- banks

    Hi experts; May I know how to transfer EE Income by multi-banks? Say for Example: EE Income = 8,000 USD. He has 2 Bank Accounts HSBC & Standard Chartered. He wants to be paid via 2 Banks by 50% (HSBC:4,000 USD, other: 4,000 USD). So how do I configur

  • Task scheduler in windows 2008 R2 cluster.

    We have clustered server and there's two nodes - Active(A1)/Active(A2). Ordinary client can connect A1, but A1 is failed then connect A2 by windows 2008 R2 cluster. We have a task scheduler exe module created by .net framework in each node. When A1 s