Find Customer Exits

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Customer Exits >

Find Customer Exits

Objective

Find Customer Exits in SAP Program

Tracing from ABAP Program

Tracing form Package

Tracing using Tools

Transaction code

SE11 - ABAP Dictionary

SE16 - Data Browser

SE93 - Maintain Transaction

SMOD - SAP Enhancements

CMOD - Project Management of SAP Enhancements

Support

 

 

A. Search from ABAP Program

 

1. Open t-Code SE93

abap_tutorial0117

 

2. Click "Display"

abap_tutorial0118

 

3. Double Click on "SAPBC425_FLIGHT18"

abap_tutorial0119

 

4. Click "ar0015" for display all objects

5. Click "Find" or "Ctrl+F"

abap_tutorial0120

 

6. Click "Check" to start the search

abap_tutorial0121

 

7. Double Click on script "001" on the search results

abap_tutorial0132

 

8. Double Click again on script "001"

9. Now we get the name of Function Module Exits "EXIT_SAPBC425_FLIGHT18_001"

abap_tutorial0133

 

 

10. Trace the Table relation on table "ENLFDIR" dan "TADIR" as below :

abap_tutorial0134

 

11. The result : t-Code "BC425_18" have 3 enhancement objects on t-Code SMOD

12. Finish

 

Notes : To verify then insert each that Object into a t-Code CMOD. There are examples in "Function Module Exits"

 

B. Search from Package (Development Class)

 

1. Open t-Code SE93

abap_tutorial0117

 

2. Click "Display"

abap_tutorial0118

 

3. Double Click on "SAPBC425_FLIGHT18"

abap_tutorial0119

 

4. Click Goto -> Object Directory Entry

abap_tutorial0135

 

5. Copy name of package "BC425_18"

6. Open t-Code SE16 and insert table name "TADIR"

7. Insert the value of selection screen as below

abap_tutorial0136

 

8, Then press the button "Execute"

abap_tutorial0137

 

9. The result : t-Code "BC425_18" have 3 enhancement objects on t-Code SMOD

10. Finish

 

C. Search using Tools

1. Create  ABAP program with name "YABAP_TOOLS_FIND_CUST_EXIT_01"

2. Run that program and insert t-Code "BC425_18"

abap_tutorial0122

 

3. The result : t-Code "BC425_18" have 3 enhancement objects on t-Code SMOD

abap_tutorial0123

 

4. Finish

 

Notes : Result of every t-Code is different so should be tested to all the objects found.