SAP Reports / Programs | Basis Components | Security(BC-SEC) SAP BC

RSABAPSC SAP ABAP Report - Statistical program analysis to find ABAP lang. commands







RSABAPSC 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 RSABAPSC 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 RSABAPSC. "Basic submit
SUBMIT RSABAPSC AND RETURN. "Return to original report after report execution complete
SUBMIT RSABAPSC 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: WITHPROG = Display program name
Selection Text: SKEYWORD = ABAP language commands
Selection Text: SHOWPATH = Call path of chosen commands
Selection Text: SELONLY = Only display selected commands
Selection Text: MAXLEVEL = Recurrence level of the analy.
Title: Statistical program analysis to find ABAP lang. commands
Text Symbol: 010 = Statist. program analysis limited
Text Symbol: 011 = to levels
Text Symbol: 012 = SCAN include misng
Text Symbol: 013 = SCAN source emp
Text Symbol: 014 = SCAN syntax error
Text Symbol: 015 = SCAN misc.
Text Symbol: 016 = Statist. program analysis
Text Symbol: 017 = No analysis for area menus
Text Symbol: 009 = Dynamic call
Text Symbol: 001 = Report
Text Symbol: 002 = Function module
Text Symbol: 003 = Transaction code
Text Symbol: 004 = Report does not exist
Text Symbol: 005 = Program is not a report
Text Symbol: 006 = Function module does not exist
Text Symbol: 007 = Function module not active
Text Symbol: 008 = Transaction does not exist
Text Symbol: 018 = Not found
Text Symbol: 028 = Max. recursiveness level reached
Text Symbol: 029 = No analysis for object transactions
Text Symbol: 027 = Already analyzed
Text Symbol: 019 = does not exist
Text Symbol: 020 = C function
Text Symbol: 021 = Dialog module
Text Symbol: 022 = Dialog modules does not exist
Text Symbol: 023 = Scan
Text Symbol: 024 = Load
Text Symbol: 025 = Display
Text Symbol: 026 = No ABAP commands chosen by user found


INCLUDES used within this REPORT RSABAPSC

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = RESTRICT EXCEPTIONS OTHERS = 1.

EDITOR_PROGRAM * CALL FUNCTION 'EDITOR_PROGRAM' * EXPORTING * APPID = 'PG' * DISPLAY = TRUE ** FBNAME = ' ' ** LINE = '000001' * MESSAGE = TOKENS-ROW ** OFFSET = tokens-col * PROGRAM = LEVELS-NAME * TOPLINE = TOKENS-ROW ** VARIED = ' ' ** TRDIR_INF = ' ' ** IMPORTING ** DYNPRO = ** EVENT = ** FCODE = ** MODULE = ** SUBRC = * EXCEPTIONS * OTHERS = 1.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = LEVELS-NAME object_type = 'PROG' " Geht auch für Functions und Typgruppen! * ENCLOSING_OBJECT = position = TOKENS-ROW * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * WB_MANAGER = * IN_NEW_WINDOW = * IMPORTING * NEW_NAME = * WB_TODO_REQUEST = * TABLES * OBJLIST = EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 99.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = 'Anzeige'(025) EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = SAPGUI_TEXT EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = SAPGUI_TEXT EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = SAPGUI_TEXT EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = 'Anzeige'(025) EXCEPTIONS OTHERS = 0.



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 RSABAPSC or its description.