Skip to Content
Technical Articles
Author's profile photo Beyhan MEYRALI

How to Find Text/String in Abap Code

Hi,

Sometimes when you want to find a text it may not appear on usage list results.

In those cases, you can use following transaction codes/reports to search string code blocks, including enhancements.

  • Transaction EWK1 – Find text in code, including badi/enhancements
  • Transaction CODE_SCANNER
  • Report(SE38) RS_ABAP_SOURCE_SCAN

 

EWK1

EWK1

 

CODE_SCANNER

CODE_SCANNER

 

SE38%20%3A%20RS_ABAP_SOURCE_SCAN

SE38 : RS_ABAP_SOURCE_SCAN

 

Hope those are useful for you.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Mike Pokraka
      Mike Pokraka

      There's also the Eclipse / ADT search which is much faster but only works on HANA.

      Also needs to be set up by basis, see https://blogs.sap.com/2014/01/23/abap-sourcecode-search/

      Author's profile photo Beyhan MEYRALI
      Beyhan MEYRALI
      Blog Post Author

      Thanks for sharing Mike.

      Author's profile photo Matthew Billingham
      Matthew Billingham

      EWK1 is not part of the Basis package so won't exist in all systems - e.g. BW. It's weirdly in the EWU package: All objects for EURO conversion! What were they thinking! 🙂