Enhancement Exit EXIT_SAPLV56L_002

Hello everyone,
I am trying to update the code inside the exit EXIT_SAPLV56L_002 via an include program inside it (ZXV56U25).
The problem is, the code we inserted inside is not executed. This exit is already activated.
I viewed it's documentation and it says that it's supposed to be executed when VT02 or VT03 is called up. I've done this but the exit is still not executed.
Pleaes help.

Hi
Can you please let me know the code you have written or the business logic.
Thanks
Krishnakumar

Similar Messages

  • Enhancement/Exit for transportation zone while creating/changing customer

    Hi,
    I want Enhancement/Exit for chnging transportation zone while creating/changing customer.

    HI,
    I  used inmplicit enhancement .
    and change kna1-lzone
    but still previous value is store.
    no changes made.
    even i changed
    addr_chg = 'X'.

  • Enhancement/Exit to flag Blocking Reason (RSEG-SPGRS) in MIRO

    Hi,
    I am facing a problem right now since I cannot find any exit/enhancements that can flag  the Blocking Reason (RSEG-SPGRS) in transaction MIRO.
    It is so much appreciated if you can help me to identify which exit/enhancement should I use.
    Thank you in advance.

    Hi,
    This is what i´ve found out:
    field RSEG-SPGRS is flagged within fm MR_BLOCKING_REASON_S.
    And this field is flagged according to the criteria set in tables:
    T169P (Parameters, Invoice Verification)
    T169G (Tolerance Limits, Invoice Verification)
    ...etc.
    Have a look at this fm.
    If you do a "Where used" search of this fm you will see that is is called in:
    Include LMRMPF1L
    Subroutine SPERRGRUND_S
    if you have a look at this subroutine you will see that there is an exit there:
      CHECK PX_DRSEG-SPGRS NE SPACE.
      SY-SUBRC = 0.
      CALL CUSTOMER-FUNCTION '001'
           EXPORTING I_RBKPV  = PI_RBKPV
                     I_YDRSEG  = PX_DRSEG
           EXCEPTIONS CALL_FAILURE = 001.
      CASE SY-SUBRC.
        WHEN 001.
          MESSAGE E271 RAISING PARAMETER_ERROR.
      ENDCASE.
    The exit is EXIT_SAPLMRMP_001.
    then there is call to fm MRM_TOLERANCE_CHECK
    within this fm there is an exit:
    *------- Customer Exit ------------------------------------------------*
      CLEAR: CHK002, SY-SUBRC.
      CALL CUSTOMER-FUNCTION '001'
           EXPORTING I_BUKRS = I_BUKRS
                     I_TOLSL = I_TOLSL
           IMPORTING E_WERT1 =  X169G-WERT1
                     E_XW1JA =  X169G-XW1JA
                     E_WERT2 =  X169G-WERT2
                     E_XW2JA =  X169G-XW2JA
                     E_PROZ1 =  X169G-PROZ1
                     E_XP1JA =  X169G-XP1JA
                     E_PROZ2 =  X169G-PROZ2
                     E_XP2JA =  X169G-XP2JA
                     E_CHECK =  CHK002
            EXCEPTIONS CALL_FAILURE = 001.
    This exit is EXIT_SAPLMRMC_001
    And within fm MRM_TOLERANCE_CHECK there is the possibiliy of an implicit enhancement.
    question: why trying to flag field RSEG-SPGRS when you have tolerances available?
    Best regards.

  • Enhancement/exit name for Account assignment category for tcode XD01

    Hi Gurus,
    Can you tell me Exit name/Enhancement name To populate the proper
    Account Assignment group based on the type of customer and the relationship of the customeru2019s country to that of the sales organization while creating customer master record using tcode XD01

    Hi
    For this u need to ehancement Point.
    Regards,
    Raghu.

  • Enhancement/Exit/BADI for Routing

    Dear All,
    I have the following scenario.
    In Routing,
    1. Work center should always be with 6 digits
    2. Final operation control  key should be with PP01
    3. If work center is XXXX, my cost element should be 5061007. if it is different work center, my cost element value may vary.
        (The link between work center and cost element, i will keep in one Z table)
    4. Labor time will always be equal to machine time
    These check should be done before saving the routing. Can I achieve these through any enhancement or exit or any.
    Please guide me.
    Vijay.

    Hi,
    BAPI's for routing
    BAPI_ROUTING_CREATE - Creation of a routing
    BAPI_ROUTING_EXISTENCE_CHECK - Check whether routing exists
    BADI
    ROUTING_EXIT   -                User Exits for Routings
    Exit
    IWO20001  PM order: User exit to pass routing to order

  • Enhanced exits and Badi's implemented in VA01

    Hi,
    I am working on a support project and wants to check the user exits and BADI's which have been enhanced for VA01 Transaction in my project specifically. Please let me know how can I check the same.
    Regards,
    Naveen

    Hi,
    I am working on a support project and wants to check the user exits and BADI's which have been enhanced for VA01 Transaction in my project specifically. Please let me know how can I check the same.
    Regards,
    Naveen

  • Help on Screen Enhancement / Exit In Invoicing

    Hi ,
    I need help on the following project.
    Steps:
    1.  Printout of the Invoice is taken.
    2.  Invoice is Couriered to Customer.
    3. Courier Details for the invoice are entered in the screen.
    4. An email is triggered to the Customer with the courier and invoice details.
    Separate custom development is not appreciated and  so
    We need to identify an exit/enhancement within the Invoicing module
    which can serve the purpose.
    We require the user to enter the Courier dispatch details in the existing screen and updating unused database fields in the vb* tables.
    Could you Please try to provide some inputs in solving this problem.
    Regards,
    Spinoza D' Silva.

    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Exits are basically the hooks whcih SAP has provided to add your own code. There are two types of Exits:
    1. Customer exits: Implemented as Function Modules within z includes. Anybody can change it and no access key is required.
    2. User Exit: Implemented as subroutines within includes (any include except y or z includes). You need access for the specific include and then you can any subroutine (user exit) within that Include.
    BADIs are the enhanced version of user exits where the same logic is implemented via classes and object (OOP)
    Enchancement point is the latest once introduces with ECC6.0 . Not very sure about that but you can change it without any access key.
    Please go through the following link which will help you understand the exits in a much better way:
    http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec07a25db911d295ae0000e82de14a/content.htm
    http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm
    http://sap.niraj.tripod.com/id21.html
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    http://www.sap-img.com/ab038.htm
    User Exits.
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    customer exits
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f1a7e790-0201-0010-0a8d-f08a4662562d
    Menu Exit.
    http://www.sappoint.com/abap/spmp.pdf
    http://www.sappoint.com/abap/userexit.pdf
    http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
    http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
    Rewards if useful.........
    Minal

  • BADI / USER EXIT for MB01 - after posting GR.

    Hi,
    We have some requirement, where we need to create the Goods Issue using bdc after posting the GR in MB01. can anybody give the user exit / BADI for this.
    i have used BADI - MB_DOCUMENT_BADI : It is triggering while click on the Save button in the MB01, but it is calling before post the GR. the customization part should trigger after the GR post.
    Regards,
    Sree

    Hi Sree,
    Do it the other manner. Store the GR in a Z-table and do the BDC or use the BAPI as suggest Keshav in a periodic job, or call it with a job (OPEN_JOB, CLOSE_JOB,...) in a function module, always with the option IN UPDATE TASK. Think that you have the number of document in this BADI and you must wait some time (1, 2 or 5 seconds) until the database save all data.
    Be careful with this badi (MB_DOCUMENT_BADI), see Note 92550 - Stock inconsistency due to customer enhancement (exit, BAdI) to understand the reasons.
    Regards,
    Eduardo
    Edited by: E_Hinojosa on Feb 2, 2011 2:20 PM

  • How to get information about enhancements

    HI,
    I am new to ABAP.
    Is there  any easy way to see the enhancements/exits.
    Moderator message : Read forum rules before posting. This is an FAQ and discussed many times in forums, search for avaialble information. Thread locked.
    Edited by: Vinod Kumar on May 27, 2011 10:44 AM

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • Update GOITEM-ERFMG in MIGO using user exit in SAP ECC 6.0

    Dear Gurus,
    Kindly help me to solve the issue. We have requrement to update GOITEM-ERFMG field at the time of MIGO based on text input in GOHEAD-BKTXT as selection criteria in selection query in Z table. We try to acheive this using different enhancement / exits but GOITEM-ERFMG is not modifiable. Kindly guide us.
    Regards
    Soumen Das

    hi,
      you can try exit EXIT_SAPLMBMB_001, tables parameter MSEG has the field ERFMG.
    Regards,
    Himanshu

  • Enhancement for MIGO when SAVE with any of these tables afru,aufk,jest,tj02

    Enhancements/BADI's for MIGO Transaction When SAVE.
    Tables: afru,aufk,jest,tj02t,afpo,
    eban,qave,qals.
    can anyone pls suggest Enhancements/Exits/BADI's
    for MIGO transaction where i can use any of the
    above tables .
    i found mb_migo_badi, i dont think i can use this.
    If any one know any user exits to do it  .
    Regards
    Ashok.

    Hi Madhu,
    user exits for stopping PO creation without production order confirmation.
    Regards,
    Ashok.

  • Need enhancement for KS01 Transaction for Department Filed

    Hi Gurus,
    Iam having a requirement on KS01 transaction to find enhancement for Department field.
    Here I could not find any enhancement Exit to proceed further.
    Please let know is there any alternate solution:
    Here is my comlete rquirement below:
    1.Make the u2018Departmentu2019 field, (CSKSZ-ABTEI), mandatory in the Cost Centre Master Record using   screen program name SAPLKMA1 and screen number 0300.
    2.Check the entry made in the u2018Departmentu2019 field, (CSKSZ-ABTEI), in the Cost Centre master record
    When the transaction KS01 is saved check the value in the u2018Departmentu2019 field, (CSKSZ-ABTEI), against values stored in a variable in a Z table by Controlling Area, if matched allow creation, if no match go to the first message below.
    3.Department field is not allowed to be changed once postings have been made to the Cost Centre.
    Check for transaction KS02 or KS12 when save check if u2018Departmentu2019 field has been changed, if no change continue, if changed check to see if postings have been made to the Cost Centre (table COEP), if postings have been made give the second error below, if no postings allow changes to be saved.
    Thanks & Regards
    Bhaskar

    Hi,
        Check following User Exits in SMOD all are for KS01.
      Exit Name           Description
    COCCA001            Customer enhancement to cost center authorization checks
    COCCA002            Customer Functions for Organizational Authorization Checks
    COOMEP01            CO-OM: Information system -> line item reports
    COOMKA01            Customer Fields for Cost Element Master Data
    COOMKS01            Customer Fields for Cost Center Master Data
    COOMKS02            Cost Center: Checks When Saving
    COOMKS03            Cost Center: BAPI Enhancements
    COOMLA01            Customer Fields for Activity Type Master Data
    Salil....

  • Calculate IT0008-ANSAL using  a User Exit

    Hi,
    Anybody know the enhancement / exit for calculating ANSAL ?
    It is not sufficient just to get the right figure displayed in PA30 IT0008 Function Modules like RP_ANSAL_FROM_PERNR will also need to work
    so enhancement PBAS0001 would not work.
    I see a lot of mentions on SCN of an 'Exit' but people seem shy about releasing the name !!
    Cheers
    bg

    Giriesh,
    Regarding IT0008 - and I stand to be corrected on this !
    In standard config you can set up what wage types make up ANSAL
    If any of those wage types are themselves indirectly valued then ANSAL does not get stored in PA0008-ANSAL and it is recalculated each time you go into IT0008.
    If none of the wage types are indirectly valued then ANSAL does get stored to PA0008-ANSAL.
    I have alway assumed this was because if ANSAL was based on indirectly valued wage types you could not store it in PA0008 as if you changed the underlying wage type configuration then any ANSAL that were stored on  PA0008 would no longer be correct and would need to be re-calculated!
    Therefore if I was writing a report that had to display ANSAL I would use a FM like RP_ANSAL_FROM_WAGETYPES as PA0008-ANSAL would not be populated for all my employees.
    The FM would derive ANSAL based on IT0008 and  Configuration in the sitaution where PA0008-ANSAL is blank. Where PA0008-ANSAL is populated then I am not sure what it does.
    Therefore If I calculate ANSAL with enhancement  PBAS0001 and store it on PA0008-ANSAL it will only be correct as long as I do not change config relating to my wage types and indirect evaluation or any of the orther elements that I may wish to incorporate in my ANSAL calculation.
    Regards
    bg

  • VF04 enhancement.

    Hi All,
    my requirement is as follows:
    1. while creating an invoice, if certain output type is there then I need to display a pop up window for certain email addresses and then save those emails in certain Z table.
        I got an enhancement where I can do this which is V05N0001.
    2. Now when invoices are done through collective billing that is through VF04, the pop ups shoul not display but I should have facility so that atleast I can save the emails and afterwards I can modify them whether the email should be sent or not.
    My question is Can I use the same enhancement for VF04 also? if yes then I can do coding based on Tcode.
    Means if va01 or va02 is there then display pop up and if vf04 is there then dont display pop up and only save data in Ztable with certain flag.
    Thanks in advance,
    Rgds,
    MadhuriG

    HI,
    Check If the enhancement exit is also triggered for VF04.if yes
    then you can write as
    if sy-tcode EQ 'VF01' OR 'VF02'
    call and display the FM
    save in ztable
    elseif SY-TCODE EQ 'VF04'.
    save in ztable.
    endif.
    Regards,
    Nagaraj

  • Regarding Enhancing LO Data Source.

    Hi is it possible to enhance LO Data Sources like 2lis_02_bf or 2lis_03_itm etc??

    Hi Jayanth,
    Yes, we can definetly do.. pls check the following links it would be of good help..
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf
    also take a look
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    Enhancement
    User exit
    Re: Master data Enhancement Exit
    Hope this  helps..
    Best Regards,
    DMK
    *Assign points if it serves your purpose...

Maybe you are looking for

  • Oracle CC&B 2.3.1 - Cannot place loggers on getJobWork

    Hi, I have a batch program and placed some loggers on the getJobWork method. But when I looked at the STDOUT file created, the logs I placed on the getJobWork method did not appear. Is it really not possible to place loggers in this method? I declare

  • 2LIS_06_INV Delta Procssing with invoices blocked for payment

    Hi all- I am using the 2LIS_06_INV data source to determine invoices that are blocked for payment.  The required fields I am reporting include SPGRM and SPGRP. 2LIS_06_INV picks up these fields when first blocked with transaction MIRO (setting a qty

  • Braid doesn't work

    I bought the humble bundle and installed braid using the package in the AUR.  Upon starting braid, the screen goes black and changes resolution, then after a few seconds it returns and displays the following: $ braid cgc: unknown profile "unknown". I

  • Business Objects Homogeneous System Copy for [PCM - VENDAVO - Dataserver ]

    I am looking for any SAP supported process/method to perform system copies or transports with these products to set a standardized landscape where N1 (DEV) -> N1 (QA) --> [ Block Point ] --> N (DEV) --> N (QA) --> N (Pre-Prod) --> N (Prod). With ECC,

  • OBIEE report to calculate avg daily demand by month and product line

    Hello, I have a requirement to calculate the average daily demand by month for each product line. Each Manufacturing Org has the list of working days for the month. Mfg Org Month Working days M1 Jan-14 23 M1 Feb-14 20 M1 Mar-14 21 M2 Jan-14 20 M2 Feb