User exit or BADI in transaction code WAK2

Hi All,
  I have a requirement to implement a user exit or badi on transaction code WAK2 or WAK1. On click of SAVE button after entring sales price in  price planning tab . I need user exit or badi's after clicking save. I got three user exits 1. call customer-function '001' 2. Call customer-function '002' 3. Form badi_matnr_check_init 4. call method g_badi_matnr_input_002 but none of them deel with sales price field.
Thanks and Regards,
Asif

Hi friend,
Try this ampliation at CMOD:
WCOUP001
Try this BADI:
RDM_PROMOTION_WAK1
Regards,
Welinton Rocha

Similar Messages

  • User exit or badi for transaction code CORS

    Hi All
    I am looking for  user exit or badi to update  item text while executing transcation code CORS.
    Please Advice
    Thank You
    Ravindra Suvarna

    Hi
    Check these enhancements and exits
    CONFPS05       PS confirmation: Customer specific enhancements when saving
    EXIT_SAPLCORF_010   PS Confirmation: Customer-Specific Enhancements when Saving
    CONF0001 Enhancements in order confirmation
    EXIT_SAPLCORU_001 Order Confirmation: Deactivation of Functions

  • User exit or badi for transaction IW32

    Hi all,
    I am searching for user exit or badi for Transaction IW32 but not finding as per my requirement.here in transaction IW32 if field system status(STTXT) key value is 'Released', all line item components should get displayed in display mode.it should not allow to edit or change line item components.can anyone give user exit or BADI to achieve this.
    Thanks in advance.
    Regards,
    Harshada

    Hi,
    Try to use this exit:
    Enhancement     EXIT_SAPLBSVA_001     STATTEXT     Modification exit for formatting status text lines     
    Sample code:
    IF ( sy-tcode = 'IW32') .
      DATA: lv_str1   TYPE string.
      FIELD-SYMBOLS : <fs_qmart> TYPE ANY.
      lv_str1 = '(SAPLIQS0)VIQMEL-objnr'.
      ASSIGN (lv_str1) TO <fs_objnr>.
      SELECT SINGLE inact INTO lv_inact FROM jest WHERE  objnr = viqmel-objnr
                                                     AND   stat = c_stat
                                                     AND  inact = space.
        IF sy-subrc = 0.
          LOOP AT SCREEN.
              screen-input = 0.
              MODIFY SCREEN.
            ENDIF.
          ENDLOOP.
    ENDIF.
    Alternativ badi:
    BADI     SAPLIQS0          IQS0_STATUS_MAINTAIN     Control of Changeability of User Status     
    I hope this may helpfull.
    Thanks,
    AMS

  • Finding the user-exits of a SAP transaction code

    Hi All,
    Can any one tell me how to find the user exits related to particular transaction code?
    Regards,
    Prem

    Dear PremKumar,
    *Please Search SDN Before posting any thread the question you have asked is already available since you are new to SDN and for your reference iam pasting the code copy paste the same code and execute and give the TCODE then it will list out all the exits.
    *REPORT  ZUSEREXIT.
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    Can you closse the thread if your problem got fixed !!!!
    Cheers
    fareed

  • User-exits or BAdI for transaction VL10B

    Hello everybody,
    I have to modify an outbound order during its creation from a purchase order in transaction VL10B. The modification is to update the serial numbers and the batch.
    As the process is in background it is quite difficult to debug the process plus the problem that in this project I cannot modify the user-exits / badi just for testing. (they have implemented 'special' rules for these kind of modifications)
    Does anybody know any user-exit or BAdI where I can update these serial numbers in this transaction VL10B?
    Thanks in advance

    Hi,
    Check [ABAP Ninja|http://www.abapninja.org/] it may help you will the search.
    Regards
    Marcin

  • Suitable User-Exit or BAdi for transaction VF01

    Hi
    Is there any User-Exit or BAdi available for Transaction VF01, in which following fields are available.
    Invoice Number -> BELNR
    FI Doc. Type -> BLART
    Inv Date -> BLDAT
    Year -> GJAHR
    Thanks

    the following program are the user exit for billing.
    we often use RV60AFZC and RV60AFZZ.
    RV60AFZA
    RV60AFZB
    RV60AFZC
    RV60AFZD
    RV60AFZZ
    RV60BFZA
    For Sales order
    Pricing, item addtion deletion
    MV45AFZZ
    First, I did not find documentation for the BADI either. But at the first glance the process of implementing it looks quite straightforward. I assume you run R/3 Enterprise (4.7). So, you should implement BADI 'BADI_SD_SALES' - this must be done in transaction SE19. In particular for the purpose of adding some additional items into sales document I would implement method SAVE_DOCUMENT_PREPARE. This method has changing table parameter FXVBAP of type VA_VBAPVB_T - it holds all the sales document items. Just add items of yours to it. Certainly, you have to fill all the appropriate fields carefully.
    Hope this helps somehow.
    In that case you should use USEREXIT_DOCUMENT_SAVE_PREPARE subroutine (form). As far as I remember it has no parameters. To add items to the sales document you should modify internal table XVBAP.
    regards
    vinod

  • User Exit or BADI for transaction ME54N

    Hello,
    Does anyone know an exit or BADI in transaction ME54N after user click on save button?
    I am in SAP RELEASE 4.7
    I already executed the report to search exits and I already tried to find something in transaction SMOD and SE18.

    Hi,
    The user exit available for ME54N is <b>'MEREQ001'</b>. see if it help you.
    Pratik

  • User exit or badi for transaction PPOME

    Hi,
    is there any user exit or Badi available when creating a
    relation between PD objects by means of transaction PPOME?.
    Best regards.

    HI
    To search for a badi, go to se 24 display <b>class cl_exithandler.</b>
    double click on method get_instance, get a break point on case statement.
    execute and start the required transaction in new session.
    look for variable <b>exit_name.</b> It would show the available badi's.
    Please do reward if useful
    Regards
    Dinesh

  • User-exit or BADI for transaction MRRL to modify FI

    Hello,
    I need to find user-exit or BADI to modify the exchange rate when we execute MRRL transaction.
    I already try user-exit MRMH0001 (Logistics Invoice Verification: ERS procedure), but it didn't work.
    Thanks for any help.
    regards
    Zbigniew

    Following are the available suer exits provided by SAP. Try if any of these helps -
    Exit Name           Description                                                                               
    LMR1M001            User exits in Logistics Invoice Verification                       
    LMR1M002            Account grouping for GR/IR account maintenance                     
    LMR1M003            Number assignment in Logistics Invoice Verification                
    LMR1M004            Logistics Invoice Verification: item text for follow-on docs       
    MRMH0001            Logistics Invoice Verification: ERS procedure                      
    MRMH0002            Logistics Invoice Verification: EDI inbound                        
    MRMH0003            Logistics Invoice Verification: Revaluation/RAP                    
    MRMN0001            Message output and creation: Logistics Invoice Verification

  • User Exit or BADI for T.code CO11N

    HI All,
    I created a Production Order(100023) using TCode CO01 with 10 Qty.
    When i am creating a Production Order confirmation using TCode CO11N, i Confirmed 9 Qty and 1 Qty for Rework Order, it is confirming the 9Qty and creating a new Production Order (100024) for 1Qty.
    As per the requirement it is working fine. While system creating a Production Order (100024) for the Rework Qty, i need to populate the Reference Production Order number (100023) in the field Ref. Order in Control Data tab in the Production Order.
    Can any one suggest me how to populate this field? Is this possible by any USER EXIT or BADI ?
    Or Can we do it by configuration?
    Regards,

    Hi Prakash,
    Thank you for response,
    I tested this EXIT, it consists only Original Prod Order and its Confirmation details only. It doesn't have the Rework Prod Order details.
    I need to populate the Original Prod Order number in Rework order control data.
    Regards,
    Srinivas K

  • User Exit  or Badi for  transcation code COR6N

    Hi All
    While saving the document through COR6N, i want to update the item text of all the items with the value of the batch number of the second item in the item list.
    I am looking for  user-exit or badi where I got access to MSEG internal table and it also allow me to change item text.
    Please advice.
    Ravindra Suvarna

    Check this Badi WORKORDER_GOODSMVT.
    and in this COGI_POST have access to the MSEG table.
    Regards
    Vijay

  • To determine the user exit name from teh transaction code   (va02)

    hi folks,
    when i change teh partner number of ship to party and if i press teh SAVE button a user exit is getting triggered , i want to find out teh name of that user exit thats getting triggered as soon as i press that SAVE button .........the transaction code is va02
    thanks in advance,
    rajeev

    hi rajeev,
    try this link.
    http://www.erpgenie.com/abap/code/abap26.htm
    Regards...
    Arun.
    Reward points if useful.

  • User exit or BADI for transaction QA11

    Hi,
    I need to find a user exit or a BADI that's triggered when saving in transaction QA11 in orden to change the value of the field "Quality Score".
    I've already put breakpoints in all the user exits i could find but non of them is working.
    Any advice will be appreciated.
    Regards,
    Roberto

    Hi Roberto,
    One of the following user-exits should be useful in your case:
    QEVA0004 Exit for changing information line in usage decision header
    QEVA0005 User subscreen for displaying add. data for usage decision
    QEVA0006 Entry to usage decision transactions
    QEVA0007 UD: Control of compulsory comment or long text presetting
    QEVA0008 Usage decision: Customer function key (e.g. to cancel UD)
    QEVA0009 UD: Predefinition of quantity to be posted to sample stock
    QEVA0010 UD: Usage decision check
    QLCO0001 QM: Call alternative costs report from UD
    QSS10001 Possibility of calling a different print report
    Or
    Use the BADI INSPECTIONLOT_UPDATE ,there u find different methods,go for documentation and choose the appropriate method which is applicable for ur requirment .
    I hope this will be helpful for u .
    Thanks,
    Sanjit
    Edited by: Sanjit Dey on Mar 5, 2009 8:54 AM

  • To determine the user exit name from teh transaction code

    hi folks,
    when i change teh partner number of ship to party and if i press teh SAVE button a user exit is getting triggered , i want to find out teh name of that user exit thats getting triggered as soon as i press that SAVE button .........
    thanks in advance,
    rajeev

    hi rajeev,
    try this link.
    http://www.erpgenie.com/abap/code/abap26.htm
    Regards...
    Arun.
    Reward points if useful.

  • User Exit or BAdi for transaction ME41

    Dear Expert,
    I have requirement that we need to save RFQ without specifying vendor during ME41, understand this is impossible for standard SAP. Is there any exits or badi to facilitate this requirement. Appreciate your response.
    Best regards,
    Mahnansa

    The field vendor can be made optional from the layout changes . I dont think you need a exit .
    In SPRO , materials managment --> purchasing --> RFQ/Quotation --> Define screenlayout
    Select the optional check box for the corresponding field selection.
    -Hari.

Maybe you are looking for

  • Query For OutGoing Excise Invoice

    Hi Experts, I need to run areport for  OutGoingExcise Invoice. So pls give me a query to capture all the taxes related to that invoices like BED,EDCess,HECess. and VAT. Thanx in Advance, Regards, Vamsi.

  • Take a look at these 2 questions

    271. Which two statements are true regarding the types of table joins available in Oracle Database 10g? (Choose two.) A. You can use the JOIN clause to join only two tables. B. You can explicitly provide the join condition with a NATURAL JOIN. C. You

  • Content Server: External NAS, DB without MS Domain?

    Is it possible to configure Content Server for using external NAS and DB without put Content Server in a MS Domain?

  • Query regarding Advanced Pricing

    Hi All, I have an issue in setting up for a requirement, There is an offer provided to the customer. e.g customer buys ITEM A and ITEM B in the deal, then customer may be eligible for 10% discount on both ITEM A and ITEM B or customer is eligible for

  • Import a BPM project .jar file in jedevloper

    Hi, Can we import a BPM .jar file in jdeveloper, to regenrate the underlying code. this jar is having the BPM and SOA code. << the actual case is to import the deployed BPM .jar file project in jdeveloper. >> thanks, rps