Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User exit

former_member254442
Participant
0 Kudos

Hi All ,

In standard t-code such as IW31/IW32 ,IW21 if any user exit or badi or enhancement spot is implemented ,how can I know & which user exit/badi/enhancement spot is implement in the satndard t-code.

Thanks you all in advance .

best regards,

pranjal

3 REPLIES 3

0 Kudos

Hi Pranjal,

  You can check manually.

- Go to SMOD tcode and find all available user exits and badi.

- One by one check include program of each user exit, if include exist it means it is implemented put breakpoint in this include.

- Run the tcode IW31/IW32 ,IW21, debugger will stop at this include.

Former Member
0 Kudos

Hi Pranjal,

1. Goto SE37 and give SXV_GET_CLIF_BY_NAME as the name of the function module.

2. Make a break-point at the CALL FUNCTION .

3. Now you try to execute the Standard Transaction (i.e in your scenario u may run IW31/32/33) and you can see that all the BADI's , user exits which are implemented for the standard transaction when you go by executing.

Thanks & Reagrds,

S.Rajendranath

Former Member
0 Kudos

Hi Pranjal,

Look at SE15

Badi :

- Enhancements --> Businness Add-ins --> Implémentations

User-exits

- Enhancements --> Customer Exits --> Projects

Enhancement point, ...

- Enhancements --> Enhancement Implémentations / Composite Enh. Implementation

Use Package IWOC and IWO1 in the selection screen