The easiest way to find any exit of t-code is :
1. get Program name for the T-code.
2. Goto table MODSAP.
2. Pass *<program_name>* in MEMBER field of table MODSAP and execute it.
i.e. For T-code ES32 , Prgram name is SAPLES30.
Pass *SAPLES30* in MEMBER field of the Table MODSAP.
Output :
SAP Extension Name ( SMOD ) | Type | Enhancement (Exits) |
EMDI0001 | E | EXIT_SAPLES30_001 |
EMDI0001 | E | EXIT_SAPLES30_002 |
EMDI0001 | E | EXIT_SAPLES30_003 |
EMDI0001 | E | EXIT_SAPLES30_004 |
EMDI0001 | E | EXIT_SAPLES30_005 |
EMDI0001 | E | EXIT_SAPLES30_006 |
EMDI0001 | E | EXIT_SAPLES30_007 |
EMDI0001 | E | EXIT_SAPLES30_008 |
EMDI0001 | E | EXIT_SAPLES30_009 |
EMDI0001 | E | EXIT_SAPLES30_010 |
EMDI0001 | E | EXIT_SAPLES30_011 |
EMDI0001 | S | SAPLES300201_CUSTSUB_SAPLXES300100 |
The output is the list of all the exits and Enhancements (SMOD) for that program.