RHBAUS02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Checking and Comparing T77UU (User data in SAP memory) Table T77UU serves to enhance performance...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 RHBAUS02 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: DELETE = Delete
Selection Text: INSERT = Enter
Selection Text: PARA = Threshold value
Selection Text: TEST = Test
Selection Text: UNAME = User name
Title: Check and compare T77UU (user data in SAP memory)
Text Symbol: 001 = User in T77UU
Text Symbol: 002 = Following users have been deleted from table T77UU:
Text Symbol: 003 = Following users have been added to table T77UU:
Text Symbol: 005 = User name
Text Symbol: 006 = Number of objects
Text Symbol: 007 = No entries were found in table T77UA.
Text Symbol: 009 = The following users should be deleted from table T77UU:
Text Symbol: 010 = No entries should be deleted from table T77UU.
Text Symbol: 011 = The following users should be added to table T77UU:
Text Symbol: 012 = No entries should be added to table T77UU.
Text Symbol: 013 = User Selection
Text Symbol: VAR = All users in T77UU should be changed.
Text Symbol: VER = The following users should not be changed in T77UU:
Text Symbol: VIR = No entries found in T77UU.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_USER_SEARCH_VIA_NAME CALL FUNCTION 'RH_USER_SEARCH_VIA_NAME' EXPORTING search_string = '*' TABLES * USER_TAB = user_name = name_tab.
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 .
SET_ID_GET CALL FUNCTION 'SET_ID_GET' IMPORTING set_id = set_id.
SET_DELETE CALL FUNCTION 'SET_DELETE' EXPORTING set_id = set_id.
SET_BUILD CALL FUNCTION 'SET_BUILD' EXPORTING plvar = t77pr_wa-plvar otype = t77pr_wa-otype objid = t77pr_wa-objid wegid = t77pr_wa-wegid svect = t77pr_wa-svect sbegd = sbegd sendd = sendd tdepth = t77pr_wa-depth recurs = 'X' authy = space authy_base = space set_id = set_id IMPORTING obj_count = count EXCEPTIONS root_not_found = 1 wegid_not_found = 2 set_id_not_found = 3 OTHERS = 4.
SET_DELETE CALL FUNCTION 'SET_DELETE' EXPORTING set_id = set_id.
SET_BUILD_MULTIPLE_ROOTS CALL FUNCTION 'SET_BUILD_MULTIPLE_ROOTS' EXPORTING plvar = t77pr_wa-plvar wegid = t77pr_wa-wegid svect = t77pr_wa-svect sbegd = sbegd sendd = sendd tdepth = t77pr_wa-depth recurs = 'X' authy = space authy_base = space set_id = set_id IMPORTING obj_count = count TABLES root_objects = obj_tab EXCEPTIONS root_not_found = 1 wegid_not_found = 2 set_id_not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RHBAUS00 - Regeneration of INDX for Structural Authorization RHBAUS00 - Regeneration of INDX for Structural Authorization