SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHBAUS02 SAP ABAP Report - Check and compare T77UU (user data in SAP memory)







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


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 RHBAUS02. "Basic submit
SUBMIT RHBAUS02 AND RETURN. "Return to original report after report execution complete
SUBMIT RHBAUS02 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: 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.


INCLUDES used within this REPORT RHBAUS02

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:

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.



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 RHBAUS02 or its description.