SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Report Tree(BC-SRV-REP) SAP BC

RSRSCAN1 SAP ABAP Report - ABAP/4 Find String in Program Source Code







RSRSCAN1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSRSCAN1 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSRSCAN1. "Basic submit
SUBMIT RSRSCAN1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSRSCAN1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SSTRING = Find string (pattern)
Selection Text: REPORTS = Program
Selection Text: PATTERN = Search using pattern
Selection Text: INCLU = Expand INCLUDE
Title: ABAP/4 Find String in Program Source Code
Text Symbol: 029 = St.
Text Symbol: 028 = Date
Text Symbol: 027 = Changed by
Text Symbol: 026 = Date
Text Symbol: 025 = Author
Text Symbol: 005 = Hits:
Text Symbol: 003 = (Transaction SE38, Menu "Utilites")
Text Symbol: 002 = Use the function "Search in source" in the ABAP Editor instead
Text Symbol: 001 = The program RSRSCAN1 is old
Text Symbol: 024 = Rel.
Text Symbol: 023 = Hits
Text Symbol: 022 = Lines
Text Symbol: 021 = Program
Text Symbol: 011 = (Display)
001 Program Lines Hits Rel.Author Date Changed by Date P/T


INCLUDES used within this REPORT RSRSCAN1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

GET_INCLUDETAB CALL FUNCTION 'GET_INCLUDETAB' EXPORTING PROGNAME = TRDIR-NAME TABLES INCLTAB = INCTAB.

EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING DISPLAY = 'X' PROGRAM = TRDIR-NAME.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = 'X' MODE = 'SHOW' OBJECT = TRDIR-NAME OBJECT_CLASS = 'ABAP' SUPPRESS_CORR_CHECK = 'X' EXCEPTIONS NO_SHOW_PERMISSION = 08 OTHERS = 04.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSRSCAN1 or its description.