2014 Jan 17 2:39 AM
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
2014 Jan 17 2:45 AM
2014 Jan 17 2:59 AM
Hi,
Actually, I want to know property of implementation for an implicit enhancement point. No specific transaction code involved.
BR,
ts
2014 Jan 17 3:31 AM
You need to check the SAP tables where the infformation has stored! check enh* tables in se11
2014 Jan 17 4:00 AM
2014 Jan 17 4:51 AM
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
2014 Jan 17 5:09 AM
hiii,
U check it in se80
select Package--->Enter Package Name-->Click on display--->then In Enhancement ---->Select particular Enhancement and check the properties