SAP Reports / Programs

SAPRSATM SAP ABAP Report - Runtime Analysis Evaluation: Statistics







SAPRSATM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To 3...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPRSATM 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 SAPRSATM. "Basic submit
SUBMIT SAPRSATM AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRSATM 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: WITHSYST = With System Programs
Selection Text: PA_FILE = Performance file
Selection Text: FOR_ATRA = With SAPMS38T (RT analysis)
Title: Runtime Analysis Evaluation: Statistics
Text Symbol: TYS = No. Subroutine Pools =
Text Symbol: TYM = No. Module pools =
Text Symbol: TYK = No. class pools =
Text Symbol: TYF = No. function grs =
Text Symbol: TYA = No. programs =
Text Symbol: TY1 = No. reports =
Text Symbol: OV8 = Line
Text Symbol: OV7 = Program
Text Symbol: OV6 = Call No.
Text Symbol: OV5 = Calls
Text Symbol: OV4 = RFC
Text Symbol: OV2 = Function module
Text Symbol: OV1 = Form
Text Symbol: OV0 = Method
Text Symbol: 017 = Methods
Text Symbol: 016 = RFC
Text Symbol: 015 = Call.
Text Symbol: 013 = F. modules
Text Symbol: 012 = Defined
Text Symbol: 011 = Forms
Text Symbol: 010 = Called
Text Symbol: 009 = Forms
Text Symbol: 008 = Defined
Text Symbol: 007 = Data def.
Text Symbol: 006 = Global
Text Symbol: 005 = (bytes)
Text Symbol: 004 = Load size
Text Symbol: 003 = T
Text Symbol: 002 = System Program
Text Symbol: 001 = Program


INCLUDES used within this REPORT SAPRSATM

INCLUDE MS38TTYP.


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:

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING program = hide_mprog suppress_select = 'X' IMPORTING namespace = l_namespace group = l_fugr EXCEPTIONS OTHERS = 1. "#EC DOM_EQUAL

RS_FUNCTION_POOL_CONTENTS CALL FUNCTION 'RS_FUNCTION_POOL_CONTENTS' EXPORTING function_pool = l_fugr TABLES functab = l_funcpool EXCEPTIONS OTHERS = 2.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = hide_mname object_type = 'FF' EXCEPTIONS OTHERS = 1.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = hide_mname object_type = 'FF' EXCEPTIONS OTHERS = 1.

ATRA_SHOW_PROG_AT_CONTOFFS CALL FUNCTION 'ATRA_SHOW_PROG_AT_CONTOFFS' EXPORTING prog = l_prog-name contoffs = hide_mcoff atra_date = cl_abap_trace_file=>trace_header-fdate atra_time = cl_abap_trace_file=>trace_header-ftime EXCEPTIONS OTHERS = 1.



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