RHBAUSF01 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 RHBAUSF01 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!
HRBAS_COLLECT_STRUCT_PROFILES CALL FUNCTION 'HRBAS_COLLECT_STRUCT_PROFILES' EXPORTING iv_user =
IMPORTING et_profiles = lt_profiles.
HRBAS_SAVE_PROFILES_ON_INDX CALL FUNCTION 'HRBAS_SAVE_PROFILES_ON_INDX' EXPORTING it_profiles = lt_profiles iv_user =
.
HRBAS_SAVE_USER_INDX CALL FUNCTION 'HRBAS_SAVE_USER_INDX' EXPORTING iv_user =
IMPORTING ev_numberobj = lv_numberobj.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INFORMATION' text = text-211 IMPORTING result = ls_outtab-icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
HRBAS_COMPARE_INDX_T77UU CALL FUNCTION 'HRBAS_COMPARE_INDX_T77UU' EXPORTING iv_test_flag = lv_test_indx_t77uu IMPORTING et_userlist = lt_userlist.
HRBAS_READ_STRUCTURAL_PROFILES CALL FUNCTION 'HRBAS_READ_STRUCTURAL_PROFILES' EXPORTING iv_user =
IMPORTING ev_sum = lv_profl_sum EXCEPTIONS OTHERS = 2.
HRBAS_DELETE_FROM_T77UU CALL FUNCTION 'HRBAS_DELETE_FROM_T77UU' EXPORTING iv_user =
.
HRBAS_ADD_TO_T77UU CALL FUNCTION 'HRBAS_ADD_TO_T77UU' EXPORTING iv_user =
.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fcat_outtab i_callback_user_command = 'USER_COMMAND' i_callback_program = 'RHBAUS' TABLES t_outtab = lt_outtab EXCEPTIONS program_error = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout_double i_structure_name = 'HRVIEW' i_screen_start_column = 30 i_screen_start_line = 3 i_screen_end_column = 120 i_screen_end_line = 25 TABLES t_outtab = lt_hrview EXCEPTIONS program_error = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HRBAS_GENERATE_OUT' CHANGING ct_fieldcat = lt_fcat_outtab EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
HRBAS_CLEANUP_USER_TABLES CALL FUNCTION 'HRBAS_CLEANUP_USER_TABLES' EXPORTING lv_test = lv_test_clear IMPORTING et_userlist = lt_cleared_users EXCEPTIONS data_base_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.
RHBAUSF01 - documentation and ABAP source code 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)