Monday, March 21, 2016

ABAP code scanners

There are at least two different reports that can scan ABAP sources for key words:
RS_ABAP_SOURCE_SCAN and AFX_CODE_SCANNER.


RS_ABAP_SOURCE_SCAN can scan for regular expressions
AFX_CODE_SCANNER can scan packages including sub packages.

No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...