SAP Reports / Programs

RS_SAT_HIERARCHY_COMPARE SAP ABAP Report - Hierarchy Comparison for ABAP Runtime Measurement







RS_SAT_HIERARCHY_COMPARE 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 RS_SAT_HIERARCHY_COMPARE 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 RS_SAT_HIERARCHY_COMPARE. "Basic submit
SUBMIT RS_SAT_HIERARCHY_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SAT_HIERARCHY_COMPARE 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: P_OBJT2 = Examined Object Type
Selection Text: P_OBJT1 = Examined Object Type
Selection Text: P_OBJN2 = Object Name
Selection Text: P_OBJN1 = Object Name
Selection Text: P_KEY2 = SAT Key
Selection Text: P_KEY1 = SAT Key
Selection Text: P_FTIM2 = Time
Selection Text: P_FTIM1 = Time
Selection Text: P_FDAT2 = Date
Selection Text: P_FDAT1 = Date
Title: Hierarchy Comparison for ABAP Runtime Measurement
Text Symbol: 302 = Do you want to delete exit events from the list?
Text Symbol: 303 = Delete statements below &THRESHOLD& microseconds?
Text Symbol: 305 = Trace Files too Large for Hierarchy Comparis.
Text Symbol: 306 = Do you want to remvoe these records from the trace files?
Text Symbol: 320 = Hierarchy Comparison Documentation
Text Symbol: 401 = Hide Indents
Text Symbol: 402 = Display Indents
Text Symbol: 405 = Time Portions (Percent)
Text Symbol: 406 = Absolute Times (Microsec)
Text Symbol: 410 = Delete '<' Events
Text Symbol: 420 = Color Scheme Yellow/Blue
Text Symbol: 421 = Color Scheme Red/Green
Text Symbol: 500 = Error in Flush
Text Symbol: 510 = Control could not be created
Text Symbol: 701 = Msrmnt 1
Text Symbol: 702 = Msrmnt 2
Text Symbol: NOA = No Addit. Field
Text Symbol: 301 = Hierarchy Comparison: ALV List Has Very Many Entries
Text Symbol: 005 = Hierarchy Comparison of Two Runtime Measurements
Text Symbol: 010 = The two traces have different measurement variants. Do you still want to compare?
Text Symbol: 100 = Hierar. Comparison
Text Symbol: 105 = Basic Trace
Text Symbol: 110 = Summarized Hierarchy Comparison
Text Symbol: 111 = Goto Caller
Text Symbol: 113 = Goto Corresponding Record
Text Symbol: 115 = Initial Sorting
Text Symbol: 121 = Next Additional Call





Text Symbol: 122 = +
Text Symbol: 125 = Last Additional Call
Text Symbol: 131 = Next Identical Call
Text Symbol: 132 = =
Text Symbol: 135 = Last Identical Call
Text Symbol: 141 = Next Omitted Call
Text Symbol: 142 = -
Text Symbol: 145 = Last Omitted Call
Text Symbol: 151 = Display Call Stack
Text Symbol: 155 = Display Source Code
Text Symbol: 181 = Additional Info.
Text Symbol: 186 = Display Options
Text Symbol: 191 = Goto First Line
Text Symbol: 192 = Goto Last Line
Text Symbol: 210 = Display Call Stack
Text Symbol: 215 = A trace index with errors was discovered:
Text Symbol: 220 = Cannot Display Call Stack
Text Symbol: 225 = Jump to corresponding record not possible
Text Symbol: 251 = Additional Info.


INCLUDES used within this REPORT RS_SAT_HIERARCHY_COMPARE

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:

No SAP FUNCTION MODULES are executed within this report code!



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