Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can find the analysis function "ABAP Code Scan" in the System Scout:
Image RemovedImage Added

The ABAP Code Scan for strings/keywords allows searching for any string in the whole BW source code. So it is possible to search for a certain table name, a Variable or Query name, or for statements like e.g. "select single"
First, the system to be scanned must be selected. Then you can enter a keyword must be entered into the input field:
Image Removedin the text field and start the analysis.
Image Added


Tip
  • With the filter button, you can start

...

  • a Code Scan for multiple strings.
Tip
  • The search is not case sensitive, so it does not matter if you use upper or lower case letters
  • Wildcards are not supported
  • When searching for InfoProvider tables better use the normal where-used analysis, because there the table names will be derived from the InfoProvider name


The check of the usage of the keyword can be done for different types of ABAP coding and comments:
Image RemovedImage Added

System Scout then displays in all places where the keyword is used in the ABAP coding:

The first column Usage Of identifies the searched string of the row in the result grid.

...