Application Development and Automation 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: 
Read only

implicit enhancement

Former Member
0 Likes
2,495

I know how to create implicit enhancements. My question is, months from now, how do I find these implicit enhancements?

Does SAP have a way to find all the implicit enhancements I have created and the program which they reside? (It's not SE18 or SE19 either)

My problem is this, months go by and if I need to change an implicit enhancement or create a new one, I don't know which ones currently exist and in what program they exist in.

I know there is a table called ENHOBJCONTRACT that contains records of all enhancements which is helpful, but...it doesn't list what program this enhancement point was created in.

Thanks for your help

John

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,490

Enhancement Repository is now integrated in the ABAP Workbench.

To find out the Enhancement Spot type Source code plugin, you need to put HOOK_DEF in the Technology while doing the Value Request.

Go to SE80

Edit Object

Select Enhancement Tab

Select Enhancement Spot

Press F4, Press Information System

Enter HOOD_DEF and enter.

It will list down all the Enhancement spots for the Source Code Plugin.

Regards,

Naimesh Patel

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
1,491

Enhancement Repository is now integrated in the ABAP Workbench.

To find out the Enhancement Spot type Source code plugin, you need to put HOOK_DEF in the Technology while doing the Value Request.

Go to SE80

Edit Object

Select Enhancement Tab

Select Enhancement Spot

Press F4, Press Information System

Enter HOOD_DEF and enter.

It will list down all the Enhancement spots for the Source Code Plugin.

Regards,

Naimesh Patel

Read only

0 Likes
1,490

That may or may not be the problem.

I don't have an Enhancement Point repository as an option in SE80. I am on ECC 6.0.

Read only

0 Likes
1,490

It is avaliable in SE80 for ECC 6.0. You need to select the option to make it visible in SE80 though.

Go to SE80

Utilities > Settings

Select Checkbox Enhancement Information System under the frame Browser selection.

After this settings, you will see the Enhancement Info system in the Top Left Browser selection.

You can also try with transaction SE20.

Regards,

Naimesh Patel

Read only

0 Likes
1,490

Hi

U can search the enhancement for a package by trx SE80: if you choose package as element, the system will show you all object belonging to the devolpment class, included implicit enhancement

Max

Read only

Former Member
0 Likes
1,490

hi

if u want to find ur enhancement, use the transaccion SE20 and clic on the 3º radio button (Enhancement Implementation)

Regards