cancel
Showing results for 
Search instead for 
Did you mean: 

User exit & badi

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member198942
Contributor
0 Kudos

Pranjal

SE80: Object navigator, select program and specify program name: SAPLCOIH.

In the below screen of Object name you canfind user exits or badi's implemented in Includes.

Else u can go thru debugger mode(/h) and check at each point in the program for any enhancements or badi's implemented. But you would need to have a ABAPer at your end.

Murad Ahmed

peter_atkin
Active Contributor
0 Kudos

Murad Ahmed Shaikh,


Again, the SE80 method above doesn't cover it. This is because transactions like IW33 cover a large number of programs, not only SAPLCOIH.

However, your debugging suggestion is valid, and is the method I use most frequently to find user-exits, BADIs and enhancements.

PeteA

former_member254442
Participant
0 Kudos

Hi

Thanks all of you .

Answers (3)

Answers (3)

former_member186385
Active Contributor
0 Kudos

Hi Pranjal,

you can check your selves on User exists

IW31/IW32/IW33 uses following user exists

CNEX0013

CNEX0026

CNEX0027

IWO10004

IWO10005

IWO10006

IWO10007

IWO10008

IWO10009

IWO10010

IWO10011

IWO10015

IWO10016

IWO10017

IWO10018

IWO10020

IWO10021

IWO10022

IWO10023

IWO10024

IWO10025

IWO10029

IWO10030

IWO10031

check these exists in SMOD and identify if you can find any specific code has put

also from ECC EhP 1 onwards  you can find Enhancement points directly from the program

call the program in SE38 and click on  Shift+F4 which will take to all enhancement points

hope it is clear

regards,

santosh

peter_atkin
Active Contributor
0 Kudos

Santosh,

Unfortunately that list of user-exits doesn't cover it..

PeteA

peter_atkin
Active Contributor
0 Kudos

pranjal,

And its made worse when you add the Enhancement Framework objects and modifications too.

The simple answer  - you can't do it via a single report in SAP.

Your company should have documented all developments. Try asking your ABAP team to collate the data.

PeteA

jogeswararao_kavala
Active Contributor
0 Kudos

Hi Pranjal,

Good Question.

Better Quality answers likely to flow from ABAP related spaces.

Referring to

Jogeswara Rao K