2013 Jan 29 1:55 AM
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.
2013 Jan 29 2:18 AM
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.
2013 Jan 29 3:11 AM
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.
2013 Jan 29 5:48 AM
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
2013 Jan 29 5:37 PM
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.
2013 Jan 29 8:36 AM
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.