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: 

How to Find implemented Enhancements impementations for any Transaction ?

Former Member
0 Kudos

Hi Folks,

We are having standard transactions to find User Exits, Customer Exits, Filed Exits, BAdis..

Accordingly, in any program, we can find out the enhancement code..

Similarly, If I implement any implicit enhancement , and if others run any transaction containing similar code in part of there application, how can these implementations can be traced out by others, with out debugging entire code..??

<<Text removed>>

Cheers..!!

Edited by: Matt on Feb 16, 2009 10:12 AM - Do not offer points

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

For this SAP has given a tcode SENH.. Check this ... you have to pass Program name , and it displays all types of enhancements in that ..

\PR:<Prog Name>\IC: ---> Implicit Enh Spot

\PR:<Prog Name>\EX: ---> Explicit Enh Spot

also you can check the tables behind this tcode for more info,

Hope this helps you

Raj

5 REPLIES 5

SantoshKallem
Active Contributor
0 Kudos

Goto CMOD

F4 for project,

information system

Yow can find the PLUS button on the pop up window.

Deselect inactive and partially active check box and press enter

You can find the projects activated.

Regards,

santosh reddy

Former Member
0 Kudos

Hi,

For this SAP has given a tcode SENH.. Check this ... you have to pass Program name , and it displays all types of enhancements in that ..

\PR:<Prog Name>\IC: ---> Implicit Enh Spot

\PR:<Prog Name>\EX: ---> Explicit Enh Spot

also you can check the tables behind this tcode for more info,

Hope this helps you

Raj

0 Kudos

Thanks for your information....

Former Member
0 Kudos

Hello,

u can use the tcode se84 there tab called Enchancement there u can check the implementation based on giving the package name....

check the clear that tab u have badi also.....

Thank u,

santhosh

Former Member
0 Kudos

Goto any standard program.

Choose spiral pushbutton. then goto EDIT -> Enhancement operations -> show implicit enhancements.

Then you will get the below lines in your program. wherever you find it, that is implicit enhancement.

ex: """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""