BTE,USER-EXIT OR BADI to be used in T-code GCU1

Hi Experts,
I need to identify the BTE,USER-EXIT OR BADI to be used in T-code GCU1 to populate correct entries for field Reference Item (REFDOCLN) and Quantity (MSL)  which are populated with wrong entries while correcting out-of-balance .
OUT-OF BALANCES OCCURS DUE TO  missing or multiple line item postings .These are identified and corrected using RGUREP03  and reposted using transaction GCU1.
can anyone help me with this?
How should i proceed on this?

Hi Susmitha,
You can try with these BADI's and User Exits.
BADI's for the transaction GCU1
FI_SL_BADI_DOCSELEC
FI_SL_BADI_POPER
FI_SL_BADI_RGUREC10
FISLIS_AUTHORITY
User Exits for the transaction GCU1
GDX3AUTH
GSL1021A
GVTRS001
Best Regards,
Mohan.

Similar Messages

  • User Exit OR Badi for MK01 transaction (used for saving vendor amster data)

    Hi All,
    I have a requirement where I have to call my workflow, when we create the Vendor using my custom transaction (ZMK01, which is a copy of standard transaction MK01).
    For Workflow triggering I am using FM 'SAP_WAPI_CREATE_EVENT' in the user exit  'EXIT_SAPMF02K_001' but this is only for checking the data on saving Vendor Master.
    So I want to use FM 'SAP_WAPI_CREATE_EVENT' at right place. For that , I need User-Exit or BADI which is used for saving vendor master data.
    Could anyone please help me to find out the user exit or BADI for save event of vendor master data using transaction MK01.
    Looking forward to your advise and thanks in advance.
    Best Regards,
    Mamta

    Hi ,
    I forgot to activiate the project linked with User exit 'EXIT_SAPMF02K_001' .
    so problem is solved now
    Thanks,
    Mamta

  • User-exit or badi for partners check in Purchase order

    hello all
    is there a user exit or badi i can use in order to perform a check on the partners in a PO?
    I want it to perform the check also if I change any of the partners at a later stage.
    thanks
    Alisa

    Hi,
    I have similar requirement, however the BADI name you mentioned does not exist.
    Pls let me know the right one.
    Thanks,
    Dipak

  • User-Exit or Badi for dangerous goods - master data

    Is there any user-exit or BADI    we can use while changing or saving dangerous goods?
    We want to do a copy on other dangerous goods immediately after the change or creation of the dangerous goods master data.
    But I can't find an user-exit which can be used before the changes are saved.
    Can anybody help?
    Thanks!

    Hi,
    Please check SAP enhancement DG100001
    You can use this SAP enhancement to define a customer exit to write change documents for dangerous goods master data and packaging data.
    The customer exit is in the function group XD10. It is called from the function DG10_CHANGE_DOC_USER_EXIT.
    If the system does not find a customer exit, a standard document description is called. This is stored in the include LDG1NU03
    Hope this will solve your problem
    Regards,
    Keshav

  • User exit or BAdi for KE51or KE52

    Hi, Does anybody knows what user exit or badi can I use when a Profit Centre gets activated in transaction ke51 or ke52?
    I tried implementing EXIT_SAPLPC45_002 of Enchancement PCA00003 but is not reaching my user exit.
    Thanks,
    Pablo.

    Hi, thanks for the link and your replies.
    I had a look at the available enhancement spots but I just got a list of Spots but I don't know which one to use, there is no description or documentation what so ever.
    I'm actually after the event or enhancement spot right after when the profit centre gets activated. It should be simple but I'm not able to find it. I would appreciate if you let me know which one to use.
    Thanks,
    Pablo

  • User exit or BADI for PGI with blank movement type

    Hello,
       Am looking for a BADI or user exit which can throw a pop message based on certain checks. The BADI LE_SHP_GOODSMOVEMENT doesn't help because it is not called if the movement type is blank on the delivery (a particular delivery item category in our case).
       USER_EXIT_SAVE_DOCUMENT_PREPARE cannot be used as it is called in update task(?) and can interfere with rest of the processing.
       So which user exit or BADI can I use. Pop message is required after hitting the PGI button on VL02N screen. Access to LIKP, LIPS, VBPA and VBUK is required inside the exit/BADI code for the validations.
    Thanks,
    Rajesh

    Hi Rajesh,
    I have validated  multiple condition in the USEREXIT_SAVE_DOCUMENT_PREPARE   with socndition and I don't have any problem for update  task thing.
    Thi user exit  update only internal table not databse table . once this perform run after that system run for update  to another subroutine USEREXIT_SAVE_DOCUMENT. for updating record in database.
    If you need this run only only for PGI then  please add condition as I mention earlier, it will be work.
    Regards,
    Prasenjit

  • User Exit or BADI in APO to change sales order relevant data while CIF

    Hi Everyone,
    I require User exit or BADI at APO side to change customer field kunnr of sales order after it enters APO through CIF.
    My requirement is to replace KUNNR field with KDGRP field of sales order.
    The data will pass through CIF in APO.
    Is there any user exit or BADI for the same?
    Sample code will be of great help.
    Regards,
    Kashyap.

    Hi ,
    Resolved myself.
    customer exit APOCF010
    Regards,
    Kashyap

  • User Exit or BADI used to block the payment in MIRO

    Hi all,
    Is there any user exit or BADI to block the payment in MIRO . please give me in detail with all methods used.
    Thanks
    babu

    can anybody give me any answer. thanks.

  • How to delete Remittance Advice through FB01 - which User exit or BADI?

    I have created a BDC program for transaction FB01 to create an FI posting.  During this BDC session, i need to delete the associated remittance advice using the function REMADV_DELETE.
    Is there a user exit or BADI that i can use to call REMADV_DELETE once the FI posting is successful?
    Thanks,
    Jay

    Jay,
    In BTE there are two types of exit - Publish and Subscribe (P&S) and Process.  Generally P&S give access to read data from a transaction and trigger your own processing as a result, while Process give access to change parts of the data in the SAP transaction.  For what you want, P&S probably gives the functionality you need.
    You need to copy the sample function to a Z function in a Z function Group.  Put in your code, and activate the function and function group.  As an initial test just a break-point in the code is useful to see when the exit executes and what data is available.
    Then in transaction FIBF you need to insert customising to link in and activate the exit.
    In the FIBF transaction, go to menu option Settings>Products>Of a Customer.  Select New Entries and create a Z... entry with appropriate text. Leave other fields at this time and save.
    Go to Settings>P/S Modules>Of a Customer. Select New Entries and create an entry for the relevant event number with the Z product you just created and add your function module name. Country and Appl can be filled or left blank for "All". Save the entry.
    Go back to the Settings>Products>Of a Customer entry and selct the activate check box and save the entry.
    Your function should now get executed at the relevant point.  Remember this will get executed in all posting transactions, so include appropriate checks for your transaction code, document type, etc.
    One note.  Transaction FB01 performs some of its updates using "IN UPDATE TASK" so some records may not be created at the time some exits are executed.  In the old style debugger a commit is performed when you debug so the update is triggered, but then when you run without the debugging things work differently.  The new style debugger lets you debug these exits without the commit and thus gives a better picture of what will really happen.
    Andrew

  • Request for User Exit or BADIs for outgoing posting block in F-53

    Dear Gurus,
    Can somebody advice me which user exit or BADIs to use for the below scenario:
    My users is using more than one alternative payee for their invoices, therefore when they use F-53 to clear open item, they always accidentally do multiple payment for document no. with different alternative payee. Worst case is that the posting go through! But when they print out the form, its too late and they had to do reversal.
    I like to enforce a block so that if the alternative payee is different across the document no. selected, they cannot post.
    Desperately,
    Belinda
    Edited by: Belinda Lee on Jun 3, 2008 5:34 PM

    Hello,
    You can use Business Transaction Event (BTE) . You should use 00001120 events.
    You must do some customizing in FIBF.
    Regards,
    Burak

  • User Exit or BADI for catch the document number after saving the document

    Hi ,
    I am working on data conversion where Document number(BELNR),BKPF and BSEG  data should
    transfer to my Z table(Containes fileds of BKPF and BSEG) after SAVE the document related to
    Tcodes F-01 , F-22 , F-28 , F-43 , FB01 , FB02, FB60 ) . It need to go through by any user-exit or
    BADI.So Could you please suggest me any User exit or BADI ASAP.
    Waiting for reply.
    Thanks
    Lakshmi

    You should use BTE (Business transaction event). This concept is used especially for FI related enhancements...
    Study this document to know how to use BTE
    http://www.todoabap.com.ar/archives/FI%20Enhancement%20Technique%20-%20How-To-Guide%20on%20the%20Usage%20of%20Business%20Transaction%20Events%20(BTE).pdf
    Let me know if you face any specific issues..

  • User Exit or BADI for VF04

    Hi All,
    I want to use a BADI or user exit for billing.
    My requirement is to summarize two line items with specific GL accounts into one line item.I tried with the following BADI's. EXIT_XFMPR1_001 and AC_DOCUMENT.But both GL accounts and amount fields are not available together in any of the internal tables within these BADI's.Can any one suggest me a solution?This is a bit urgent.
    Thanks in advance,
    Soumya.

    Hi,
    I had the same requirement (i think, can't remember now) but didn't find any user-exit or badi which does the trick, FI consultant came up with alternative solutions. You may try BTE.
    Goto se24 - class CL_EXITHANDLER, select method GET_INSTANCE. Set soft break-point and run transaction VF04. Collect BADI at break-point.
    Alternatively set trace on (ST05). Run VF04. Set trace off then list trace, enter object name V_EXT_IMP and V_EXT_ACT, enter operation OPEN.
    This will give you a list of BADI called.
    Cheers.
    ...Reward if useful.

  • User-Exit or BADI required for F-28

    Hi All,
    Can anyone give me any user-exit or BADI to update BSAD-VBELN when posting open items using txn F-28.
    regards
    Ajay

    Hi,
    Use BTE 1120 for this. But when you clear open items and you clear more than one invoice line items in one go.. then it will create issue.
    We had used this once but we had restriced by way of code that not more than one RV document can be selected and this worked..
    Regards,
    SAPFICO.

  • How to find the user exits and BADIS from SPRO

    Hi all,
    please let us know how to find the User exits or BADIS for an application from SPRO.
    Regards,
    Madhavi

    Hi Varisetty,
    Finding user exits and BAdis from SPRO can be cumbsersome. In most instances you know the standard SAP program and want to check (find) an exit called in the flow of the transaction. You can do this as follows:
    For User Exit:
    Put "/h" in the command box (to start debugging)
    Execute your transaction
    When you enter debugging - put a breakpoint at statement
    CALL CUSTOMER-FUNCTION
    the control will stop at all calls to User Exits
    For BAdi (it's simpler)
    Go to class CL_EXITHANDLER in SE24
    Enter method GET_INSTANCE
    Put a breakpoint in this method
    Run your standard transaction - control will stop at all BAdis called within the flow since this method is used to check BAdi implementations before invoking them
    Also, if you want to find enhancements by package - go to SE80, enter the package and check function groups starting with X - those contain function exits (conventional user exits). For BAdis in a package, there is normally a separate tree node (under the package) for Enhancements hence clearly identifiable.
    Cheers,
    Adi

  • User exit or BADI for ME22N

    Hi,
    I need a user exit or Badi for defaulting Plant at line item level.
    The scenario goes like this: when ever user tries to change an existing Purchase order and tries to add a new line item in it, I need to trigger USEREXIT or BADI , so that it reads the previous line Plant and updates the current line with the same plant.
    I tried with user exit MM06E005 but it didnt seem to work.
    Can any one please help me?
    I am new to BADI, so I am not sure how to find the BADI and use it. It would be great if anyone can help me i this.
    Thanks
    Ramya

    Hello
    The BAdI ME_PROCESS_PO_CUST is the right one. The method PROCESS_ITEM should be triggered whenever the user changes something in the purchase order at item level and executes any kind of function (e.g. ENTER, CHECK or SAVE).
    However, instead of overwriting the user input via the BAdI you should implement method CHECK ( Closing Check ) where you can validate the user input. If any of your validation fails you can send an error message and set CHANGING parameter CH_FAILED = 'X'. This approach is much more transparent for the user.
    NOTE: In order to "send" an error message you need to add the include mm_messages_mac to your implementing class. For an example see class CL_EXM_IM_ME_PROCESS_PO_CUST (should be available on ERP 6.0):
    METHOD if_ex_me_process_po_cust~process_item .
      DATA: ls_mepoitem TYPE mepoitem,
            ls_customer TYPE mepo_badi_exampl,
            ls_tbsg     TYPE tbsg.
      INCLUDE mm_messages_mac. "useful macros for message handling
    * here we check customers data
      ls_mepoitem = im_item->get_data( ).
      IF ls_mepoitem-loekz EQ 'D'.
    * check field badi_afnam
        IF ls_customer-badi_afnam IS INITIAL.
          mmpur_metafield mmmfd_cust_02.
          mmpur_message_forced 'W' 'ME' '083' text-003 '' '' ''.
        ENDIF.
      ENDIF.
    ENDMETHOD.                    "IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM
    Regards
      Uwe

Maybe you are looking for

  • Is there a way to promote results with exact match?

    Hi, Is there a way to promote (like add results block or something) results with exact match over results that match? (when stemming is on, so the search consider also words with morpholgy match, and sometimes display them at the top, and wWe want to

  • HP Blade Cisco MDS 9124e

    Hello all, I got a new c7000 with some MDS swithes.  I'm trying to get to the latest software.  I started at 4.1.x and can only get to 4.2.9.  I'm then trying to upgrade to 5.0.4d it fails.  In Fabric Manager it fails during copying and when i try to

  • Send mails via Lotus Notes using VFP

    Hi all, I have an VFP application which is allowing send emails from Lotus Notes. Currently it sends mails from the default account in Lotus notes. But now there is a requirement as follows. An email address can be defined from our application. Say [

  • How to check if the checkbox is checked.

    Hi, I am running blank with this one. I have a checkbox item called P46_PAGE2 with static LOV STATIC:;1 How do I check if it is check using Javascript. Thanks in advance

  • Problems burning cds.

    itunes tells me I've inserted blank disk then won't burn because it says I need to insert a blank disc. I tried several disks, all blank and got the same message so I thought I'd try burning my cd going through Finder. When I dragged a couple songs i