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: 

How to search clearly enhancement point

Former Member
0 Kudos

Hi, all.

I want to search a clearly enhancement point in transaction of interest.

(ABAP command : ENHANCEMENT-POINT)

I created break point of command 'ENHANCEMENT' in transaction, so I can search ONLY a clearly enhancement section.

I can't search a clearly enhancement point.

and, It's not arrowed to create a break point of command 'ENHANCEMENT-POINT'.

Is it impossible to search a clearly enhancement point through transaction?

if you know how to do, please let me know.

thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

if you want to search an enhancement point , then you can go to SE80 give the package name and you will find all the enhancement spots(simple/complex) and enhancement implemenation for that standard program.

What do u mean by clearly enhancement point?

12 REPLIES 12

Former Member
0 Kudos

if you want to search an enhancement point , then you can go to SE80 give the package name and you will find all the enhancement spots(simple/complex) and enhancement implemenation for that standard program.

What do u mean by clearly enhancement point?

0 Kudos

which package we should give to fine the enhancement-spot

0 Kudos

thank you Surender.

'CLEARLY' means an enhancement point contained an enhancement spot.

sorry... I'm not good at English...

'explicit enhancement point' is a correct word .

and a opposite one is 'implicit enhancement point'.

so, I can search a explicit enhancement point in SE84

thank you.

but I hope to search a explicit enhancement through transaction.

I think it's not possible.

0 Kudos

thank you polisetty .

Sorry, I don't have paticular package.

I just make documents about enhancements for co-worker.

If you can find an explicit enhancement point of paticular package, please let me know how.

thanks

0 Kudos

Explicit enhancement spot are predefined by the developers and hence will be available in the standard package.

When you create an source code plug-ins for that enhancement point then you create an enhance implementation and assign a customized package to that enhancement implementation which is transported across clients . All can be found in SE80 by giving the package name or click the Enhancement Info System in the workbench

Give the package name in which the program is defined.

For instance:

program SAPMV45A

package: VA

e.g. enhancement sport ES_SAPMV45A defined in VA package

<removed_by_moderator>

Edited by: Surender Yadav on Oct 20, 2008 8:58 PM

Edited by: Julius Bussche on Oct 21, 2008 11:51 AM

0 Kudos

Thank you Surender.

I'm afraid that I have still more questions.

I got how to search that in SE80 refer to your comment.

so after that, What kind of point of view do you think at?

I tried search enhancement spot defined in VA package in SE80.

I got 46 enhancement spots.

There is hardly explanation.

I make sure enhancement points/sections defined in enhancement spot one by one

that What kind of global data is there? / how does the source codes?

But I think it's very hard to judge if it match my purpose.

Is a method only that ?

Do you know a better method?

thanks.

<removed_by_moderator>

Edited by: Julius Bussche on Oct 21, 2008 11:52 AM

0 Kudos

Please go through the below link to understand on Enhancement FrameWork

[New SAP Enhancement Framework|http://help.sap.com/saphelp_nw2004s/helpdata/EN/94/9cdc40132a8531e10000000a1550b0/frameset.htm]

0 Kudos

Thank you for comment, Surender.

I will check this site.

so, it's still hard for me that I judge which implicit enhancement point does match my purpose.

Thank you many times Surender!

P561888
Active Contributor
0 Kudos

Hi ,

Goto tcode what ever u want to find the enhancements ,

Find the program name and from that find the package of that tcode.

go to SMOD and give package name and u will find the number of enhancement under that package .. based on the urs program name try to identify the enhancement and based on the requirement implement it..

For finding the package we can find out through SE80 also.

Regards,

Bharani

Former Member
0 Kudos

Thank you Bharani.

your comment is about customer-exit, isn't it?

my question is about 'explicit enhancement point'.

I'm sorry that my thread's title is hard to understand .

but It's helpful for me your comment.

I didn't know your method.

thanks .

uwe_schieferstein
Active Contributor
0 Kudos

Hello Rie

You may want to have a look at [ABAP Ninja: SAP ERP 6.0 Enhancement Points|http://www.abapninja.org/], this year's DemoJam participant at SAP TechEd.

Regards

Uwe

0 Kudos

thank you Uwe.

your site is very useful.

I didn't know that site and that team.

It will help me very well.

special thanks!