FH5AAF20 is a standard ABAP INCLUDE 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 FH5AAF20 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_MENUE_TREE CALL FUNCTION 'RH_MENUE_TREE' EXPORTING callback_program = 'SAPFH5AA' callback_user_command = 'USER_COMMAND' callback_text_display = 'TEXT_DISPLAY' callback_color_display = 'COLOR_DISPLAY' status = 'TREE' color_of_link = node_color color_of_node = '0' lower_case_sensitive = 'X' node_length = 10 text_length = text_length screen_start_column = 1 screen_start_line = 1 screen_end_column = screen_rows screen_end_line = screen_lines suppress_node_output = space topnode = topnode win_title = top TABLES menue_tree = tree.
RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' EXCEPTIONS system_type_unknown = 01 basis_system = 02.
RH_RPDSYS_DOKU_SHOW CALL FUNCTION 'RH_RPDSYS_DOKU_SHOW' "#EC * EXPORTING dsys_key = tree_info-dobjc.
DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = tree_info-dotyp dokname = tree_info-dobjc doktitle = uc_doktitle EXCEPTIONS object_not_found = 4 class_unknown = 8.
RH_REPO_TREE CALL FUNCTION 'RH_REPO_TREE' EXPORTING tree_title = text-tre TABLES tree_reports = repo_tree.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.