RHANALYSIS_TOOL 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 RHANALYSIS_TOOL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRAUTH - Authorization Workbench
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.
Title: RHANALYSIS_TOOL Report
Text Symbol: 206 = BAdI
Text Symbol: 207 = Profile
Text Symbol: 208 = SAP*
Text Symbol: 209 = From Value
Text Symbol: 210 = To Value
Text Symbol: 211 = Job
Text Symbol: 212 = Executed on:
Text Symbol: 213 = Not executed
Text Symbol: 214 = Table
Text Symbol: 215 = Entries
Text Symbol: 216 = Overview
Text Symbol: 217 = User-specific
Text Symbol: 218 = User Information
Text Symbol: 250 = Implemented
Text Symbol: 500 = PLOG
Text Symbol: 501 = P_ABAP
Text Symbol: 701 = Structural Profiles
Text Symbol: 702 = Roles and Standard Profiles
Text Symbol: 703 = HR Authorization Objects
Text Symbol: 704 = User's Organizational Unit
Text Symbol: 705 = INDX Entries
Text Symbol: 706 = Users's Personnel Numbers
Text Symbol: 707 = T77UU Entries
Text Symbol: 708 = T77UA Entries
Text Symbol: 205 = Object
Text Symbol: 001 = Type
Text Symbol: 002 = Name
Text Symbol: 003 = Value
Text Symbol: 004 = Details
Text Symbol: 005 = Documentation
Text Symbol: 006 = Display
Text Symbol: 007 = Documentation
Text Symbol: 111 = Filter Displayed Data
Text Symbol: 112 = Search with Filter
Text Symbol: 113 = Query Authorization for Infotype
Text Symbol: 114 = Authorization for Infotype
Text Symbol: 116 = Authorization Field
INCLUDE RHANALYSIS_TOOLTOP . " GLOBAL DATA
INCLUDE RHANALYSIS_TOOLO01 . " PBO-MODULES
INCLUDE RHANALYSIS_TOOLI01 . " PAI-MODULES
INCLUDE RHANALYSIS_TOOLF01 . " FORM-ROUTINES
INCLUDE RHANALYSIS_TOOL_OOF01 . " OO IMPLEMENTATIONS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.