Вы находитесь на странице: 1из 1

Procedure to identify customer-exits in a SAP transaction :

1. Identify the main program of the transaction

se93 --> provide t-code, display --> identify program name

2. In the main program, search for the string


'call customer-function', so that SAP will display the points
(places) where the string is used

3. Double click on the call customer-function statement, SAP takes the


control to the corresponding function module from where identify the customer-exit
name

note :

Procedure 2 :

1. Identify the main program of the transaction

2. Identify the package of the main program

3. In the t-code SE84, Search for customer-exits by providing the package

Note: Associated with customer-exits, we need to use t-codes 'SMOD' and


'CMOD'.
SMOD can be used for identifying the components of the customer-exit and to read
the documentation.

CMOD can be used to implement the customer-exit.

Вам также может понравиться