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: 

enhancement spots problem

Former Member
0 Kudos

Hi all,

This is the scenario : it is required to list out all the modifications

made in sap standard via enhancement spots.

how should I proceed?

Thanks,

REgards,

Nirav

3 REPLIES 3

Former Member
0 Kudos

Hi Nirav,

All the Enhancement point implementations are organised in ABAP as Enhancement Spots.Therefore, for any standard program you will have to look for the Enhancement Spots.For this you can search the statement 'Enhancement Point' and there you can read the 'Enhancement spot' .Now, goto se18 and then type the Enhancment spot and then press enter. This will take you the next screen where you can find all the implementations done under this spot.

You can also check the VA02/VA03 standard program SAPMV45A.Open this program in se38 and then look for the statement Enhancement-point.For e.g.

  ENHANCEMENT-POINT SAPMV45A_03 SPOTS ES_SAPMV45A STATIC.

So here the spot is ES_SAPMV45A

Goto se18, and check this spot:

This shall give you all the enhancements implemetation done under this spot

Hope it solves your problem,

Thanks,

Nitin

Former Member
0 Kudos

Hi Nirav,

Refer to the following tables, these contains the enhancement spot and the implementation for it.

BADIIMPLENHCUST

BADIIMPL_ENH

BADIIMPL_MENU

BADIIMPL_SCREEN

BADI_IMPL

Hope this helps.

Thanks,

Tooshar Bendale

former_member203305
Active Contributor
0 Kudos

Hello.

Use transaction SE20.


Regards