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: 

properties of enhancement

Former Member
0 Kudos
615

Hi,

Where can I find properties of enhancements such as 'create by', 'create on' and so on? It seems it is not available at the context menu of a enhancement.

BR,

ts

Moderator message : Not enough re-search before posting, discussion locked

Message was edited by: Vinod Kumar

6 REPLIES 6

Former Member
0 Kudos
366

hi T

which code you are using?

Archer

0 Kudos
366

Hi,

Actually, I want to know property of implementation for an implicit enhancement point. No specific transaction code involved.

BR,

ts

0 Kudos
366

You need to check the SAP tables where the infformation has stored! check enh* tables in se11

former_member424229
Participant
0 Kudos
366

hi,

  Try with this table 'ENHLOG'.

Former Member
0 Kudos
366

Hi TS,

         there is no direct way to find it, you have to look snoop around the database tables

There are a number of tables that get updated when you do an implicit

enhancement; just do a trace to find them all. Table 'ENHHEADER' has

pretty good descriptions on the type of enhancement that was

implemented. Implicit enhancements show as 'HOOK_IMPL'. Table 'ENHOBJ'

will give you more information on the object that was enhanced. I think

a more elegant way is to use the 'Enhancement Info System' within SE80,

your implicit enhancements will show up there as well. The description

of type is in the properties of the enhancement & Implicit Enhancements

will show up there as 'Source Code Plug-In'. I would also suggest

putting the word 'Implicit' somewhere in your short-text description

when you are creating the enhancement.


Check table ENHOBJCONTRACT also.


Happy Coding,

Santhosh Yadav

former_member196157
Active Participant
0 Kudos
366

hiii,

U check it in se80

select Package--->Enter Package Name-->Click on display--->then In Enhancement ---->Select particular Enhancement and check the properties