• ABAP Online Training @ $50

    Now you can learn ABAP by watching and listening video classes by experienced consultant.

  • ABAP Tutorials N Materials

    Read, Surf and Download useful ABAP tips, tutorials, code and download many eBooks and documents free

  • Latest ABAP Job in India

    Get all latest opening for SAP ABAP and related jobs, vaccancies across India and apply for the same.

    Saturday, May 26, 2012

    Go to the transaction code CMOD and create a new project.

    Give a short description for the Project and save it in local object.


    Step2: Click on the tab "Enhancement assignments".

    Give the enhancement name, that is assigned to SE38 transaction.

    Step3:  Click on the tab "Components".
    We can see both function exits as well as menu exits for the enhancement SEUED001.


    Step4:
    Choose first menu exit and double click on it



    Click on "Copy". Do the same for rest 2.


    Click on Activate button to activate the three menu exits.

    Now go to SE38 transaction. And open any report, we can see our menu option appears.


    Step5:
    Go back to "Components" tab in the transaction CMOD. Double click on function exit EXIT_SAPLLOCAL_EDT1_001


    Double click on that include.

    Press yes. And write down the below code inside that.

    IF sy-ucomm = '+PGE'.
      CALL TRANSACTION 'SE93'.
    ENDIF.

    Save and activate the include.

    When the include is activated a green tick mark appears behind the function exit in CMOD.

    Step6:
    Go back to CMOD. And repeat the same for rest of the FMs.

    Step7:
    Go to the transaction SE38, and select the menu item SE93.





    Note : Here in this example the code is repeated in all the user exit function modules, as proper research was not done. In realtime project initially we have to do a research on which FM we have to implement the code, so that these unnecessary coding is not required. This has done to explain the tutorial only.

    0 comments:

    Post a Comment

    Easy2learnabap.co.in @ 2012 All product names on this web site are trademarks of the companies that own them .

    Easy2learnabap.co.in is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms.

    The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. All the tutorials are collected from various sources, if anyone is having problem with the content, report this to us. We will take action accordingly.

    Easy2learnabap.co.in reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

    This website is created to teach people about ABAP technology. The Video contents provided in Premium service are completely owned by us and copyrighted.