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: 

Identify Spots and Points

biju_john
Explorer
0 Kudos

hi,

   Say for example  in sap  program " SAPMV50A " somebody has already created implementation

  for some spots  . is there a way to see an overview of all the enhancements done to a

program ? Something  like the modification overview  button .

1 ACCEPTED SOLUTION

kiran_k8
Active Contributor
0 Kudos

Biju,

SE80 will get you the details and also the tables starting with ENH* or ENHOBJ table.

K.Kiran.

4 REPLIES 4

kiran_k8
Active Contributor
0 Kudos

Biju,

SE80 will get you the details and also the tables starting with ENH* or ENHOBJ table.

K.Kiran.

0 Kudos

Hi Kiran,

                  thank you , i am able to find it using the table , Previously on my Abap Work Bench object navigator  under programs two folders called Enhancement and Enhancement implementations used to come . i think somebody has changed some settings and now its not coming. it was easeier to navigate using that.

Biju

Former Member
0 Kudos

Thanks Biju for letting us know the table names, I found one interesting table ENHINCINX : Enhancement: Table on Program Enhancements. It is a good one as we can get to know the Enhancement Points & Enhancement Sections on each program basis.

Regards

Tanmoy


venkateswaran_k
Active Contributor
0 Kudos

Hi Biju

You can do as follows:

Go to SE84

Explore the folder - Enhancements

It will display, all types of enhancements.

Example : Business Addin, Customer Exit, Enhancement Implementation, Spots etc...

Double click on Ehnacement implementation

It will open a window right side

Provide Z* in Enhancement Emplemetation field and press Execute

It will displayall Enhancements done.

Based on teh descriprtion you can narrow down to your required one

Regards,

Venkat