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

Scan enhancement implementations for a string

scurry888
Participant
0 Likes
1,633

Are there any utilities available to scan enhancement implementations for a string?  It would be nice to be able to specify a package in which to search.

5 REPLIES 5
Read only

former_member392866
Active Participant
0 Likes
1,065

Hi Steve,

1.Goto se93 put the t-code and get the package name

2.Goto se18, In the enhancement spot F4 help new selection put the pacakage name.It will list the

enhancement spot for the package with description.

Check below link once.. hope helpful to you.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4b/cfa89216db4c88e10000000a42189e/content.htm

Thank you.

Regards,

Balaji.

Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,065

Hi Steve,

You can also try the CODE_SCANNER transaction. It lets you search for strings in the source code. Although it says "programs, func groups and classes', it's worth a try.

Read only

paul_bakker2
Active Contributor
0 Likes
1,065

Hi,

Have you tried using the code inspector (transaction SCI)? You can specify a string, what kind of programs to search, and also the package. I use it a lot.

Give it a try and let us know if you need more detail. There may be some tutorials on SCN

cheers

Paul

Read only

0 Likes
1,065

Thanks for your help.

I tried using Code Inspector, but was unsuccessful.  I went to the 'Free Obj. Choice' tab of the object set and tried specifying enhancement, enhancement implementation, and enhancement spot as an object type (one at a time), but it still doesn't find a literal that I know is in the ABAP code of a certain enhancement implementation.  (I also have the the enhancement implementation's package specified in the object set.)  'KU' is the literal I'm searching for - I put the asterisk wild-character before and after it.

Read only

Phillip_Morgan
Contributor
0 Likes
1,065

Hello,

You can also try report RS_ABAP_SOURCE_SCAN (no transaction).

It has less options for string, although can be a regular expression but more parameters in general.

Also the Repository information system in SE80. In this case, no text search.