RHANALYSIS_TOOL_OOF01 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 RHANALYSIS_TOOL_OOF01 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!
SUSR_PROF_DISPLAY_WITH_AUTHS CALL FUNCTION 'SUSR_PROF_DISPLAY_WITH_AUTHS' EXPORTING profile = lv_profile EXCEPTIONS OTHERS = 0. "#EC FB_RC
PRGN_SHOW_EDIT_AGR CALL FUNCTION 'PRGN_SHOW_EDIT_AGR' EXPORTING agr_name = lv_role EXCEPTIONS agr_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'INDX Benutzer Einträge löschen?'(125) IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0. "#EC FB_RC
HRBAS_DELETE_FROM_INDX CALL FUNCTION 'HRBAS_DELETE_FROM_INDX' EXPORTING iv_user = t77uu-uname.
RH_APPLICATION_SYSTEM_CHECK CALL FUNCTION 'RH_APPLICATION_SYSTEM_CHECK' EXCEPTIONS system_type_unknown = 01 basis_system = 02.
SXV_DEF_DOCU_CALL CALL FUNCTION 'SXV_DEF_DOCU_CALL' EXPORTING exit_name = badi status = 'Read' "#EC NOTEXT CHANGING default_doku = lv_docu_id.
MENU_START_OBJECT * CALL FUNCTION 'MENU_START_OBJECT' ENDCASE.
HRBAS_GET_PROGRAM_LAST_RUN CALL FUNCTION 'HRBAS_GET_PROGRAM_LAST_RUN' EXPORTING im_program = lv_program IMPORTING ex_jobname = lv_jobname ex_last_batch_run = lv_date.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'DOCS' object_name = lv_program object_type = 'PROG' EXCEPTIONS OTHERS = 0. "#EC FB_RC
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.