‎2009 Jul 08 6:37 PM
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
‎2009 Jul 08 7:09 PM
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
‎2009 Jul 08 7:09 PM
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
‎2009 Jul 08 7:20 PM
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.
‎2009 Jul 08 7:24 PM
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
‎2009 Jul 08 7:32 PM
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
‎2009 Jul 08 7:40 PM
hi
if u want to find ur enhancement, use the transaccion SE20 and clic on the 3º radio button (Enhancement Implementation)
Regards