RHBAUS03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to select and delete obsolete entries from table T77UU...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 RHBAUS03 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.
Selection Text: UNAME = User Name
Title: Cleanup of Table T77UU (Deletion of Obsolete Entries)
Text Symbol: 010 = User Selection
Text Symbol: 020 = No entries to be processed found in table T77UU.
Text Symbol: 030 = List of Obsolete Users in Table T77UU
Text Symbol: 040 = Number of Users in List:
Text Symbol: 050 = Entries deleted from T77UU. Errors have occurred. See log.
Text Symbol: 060 = Entries deleted from T77UU.
Text Symbol: 070 = Errors occurred for the following users
Text Symbol: 080 = Error log is empty.
Text Symbol: 090 = An exception occurred while preparing the output list.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = exit_name2 * FLT_VAL = IMPORTING is_implemented = is_implemented CHANGING instance = profl_badi_exit .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_inclname = g_repid i_internal_tabname = 'LS_ALV' CHANGING ct_fieldcat = it_fcat EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid "Report i_callback_top_of_page = 'TOP_OF_PAGE' "Header der Liste i_callback_pf_status_set = 'ZSTATUS' "Funktionsliste aus SE41 i_callback_user_command = 'T77UU_DELE' "Userinteraktion is_layout = gs_layout "Layout-Optionen it_fieldcat = it_fcat "Feldliste i_interface_check = 'x' TABLES t_outtab = lt_t77uu "Ausgabetabelle EXCEPTIONS OTHERS = 0.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = list_top_of_page.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = list_top_of_page.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid "Report i_callback_top_of_page = 'TOP_OF_PAGE2' "Header der Liste i_callback_pf_status_set = 'ZSTATUS' "Funktionsliste restri i_callback_user_command = 'T77UU_DELE' is_layout = gs_layout "Layout-Optionen it_fieldcat = it_fcat "Feldliste i_interface_check = 'x' TABLES t_outtab = lt_t77ee EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHBAUS03 - Cleanup of Table T77UU (Deletion of Obsolete Entries) RHBAUS03 - Cleanup of Table T77UU (Deletion of Obsolete Entries) RHBAUS02 - Check and compare T77UU (user data in SAP memory) RHBAUS02 - Check and compare T77UU (user data in SAP memory) RHBAUS01 - Compare INDX and T77UU RHBAUS01 - Compare INDX and T77UU