SAP Reports / Programs

RHBAUS03 SAP ABAP Report - Cleanup of Table T77UU (Deletion of Obsolete Entries)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RHBAUS03. "Basic submit
SUBMIT RHBAUS03 AND RETURN. "Return to original report after report execution complete
SUBMIT RHBAUS03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT RHBAUS03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RHBAUS03 or its description.