RHBAUS04 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deleting obsolete entries in table T77UA...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 RHBAUS04 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
Selection Text: NOINTACT = Mode Without User Dialog
Selection Text: INTACT = Interactive Mode
Title: Delete obsolete entries in table T77UA
Text Symbol: 190 = Errors occurred when deleting the following users:
Text Symbol: 180 = Error List
Text Symbol: 170 = User Name
Text Symbol: 160 = The error log is empty
Text Symbol: 150 = Data records deleted
Text Symbol: 140 = Data records deleted; however, errors occurred
Text Symbol: 130 = Delete data from table T77UA
Text Symbol: 120 = 'Delete Selected Entries'
Text Symbol: 110 = Select the entries to be deleted and then choose
Text Symbol: 100 = Delete obsolete entries in table T77UA
Text Symbol: 090 = No user to be processed
Text Symbol: 080 = Are you sure?
Text Symbol: 070 = The data records will be deleted from the database
Text Symbol: 060 = Delete Data Record/Records?
Text Symbol: 052 = Deletion of 'Obsolete' Entries in Table T77UA
Text Symbol: 040 = Mode Without User Interaction
Text Symbol: 034 = Correction Is Made
Text Symbol: 030 = Interactive Mode
Text Symbol: 020 = Interactive Mode or Mode Without User Dialog
Text Symbol: 010 = User Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_program = g_repid i_callback_top_of_page = 'HEADER' "Header for List i_callback_pf_status_set = 'SETSTATE' "Status ALV i_callback_user_command = 'USRCOMMAND' "User Actions is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] TABLES t_outtab = p_ausgabe_tab EXCEPTIONS program_error = 1 OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percent text = p_text_030.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC * EXPORTING defaultoption = 'N' diagnosetext1 = p_text_060 "Do you want to delete records textline1 = p_text_070 "Records will be deleted in database textline2 = p_text_080 "Are you sure? titel = text-130 "Delete data from table T77UA start_column = 25 start_row = 6 cancel_display = ' ' IMPORTING answer = p_l_confirmation.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_program = g_repid i_callback_top_of_page = 'HEADER' "Header for List i_callback_pf_status_set = 'SETSTATE_02' "Status ALV i_callback_user_command = 'USRCOMMAND' "User Actions is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_events = gt_events[] TABLES t_outtab = p_error_tab EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHBAUS04 - Delete obsolete entries in table T77UA RHBAUS04 - Delete obsolete entries in table T77UA 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)