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

RHBAUS SAP ABAP Report - RHBAUS Report







RHBAUS is a standard Executable ABAP Report 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 RHBAUS 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 RHBAUS. "Basic submit
SUBMIT RHBAUS AND RETURN. "Return to original report after report execution complete
SUBMIT RHBAUS 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: TEST3 = Test
Selection Text: TEST2 = Test
Selection Text: TEST1 = Test
Selection Text: LS_USER = User Name
Selection Text: DELETE = Delete
Selection Text: CLEAR = Clear
Selection Text: CHANGE = Add
Selection Text: BORDER = Threshold Value
Selection Text: BAUS01 = INDX and T77UU
Selection Text: BAUS00 = Generate
Title: RHBAUS Report
Text Symbol: 993 = No
Text Symbol: 992 = Yes
Text Symbol: 991 = Do you really want to delete users who are not available or do not exist?
Text Symbol: 990 = Delete Users from Tables T77UA, T77UU, INDX
Text Symbol: 700 = Test run
Text Symbol: 216 = Deleted from
Text Symbol: 215 = To be deleted from
Text Symbol: 214 = INDX
Text Symbol: 213 = T77UA
Text Symbol: 212 = T77UU
Text Symbol: 211 = Print for more information
Text Symbol: 210 = To be deleted from INDX
Text Symbol: 209 = Additional information
Text Symbol: 208 = Action performed
Text Symbol: 207 = Number of Objects
Text Symbol: 206 = User Name
Text Symbol: 205 = Added to T77UU
Text Symbol: 204 = to be added to T77UU
Text Symbol: 203 = Deleted from T77UU
Text Symbol: 202 = To be deleted from T77UU
Text Symbol: 201 = Deleted from INDX
Text Symbol: 200 = Added to INDX
Text Symbol: 105 = Threshold Value
Text Symbol: 104 = Add
Text Symbol: 005 = Delete users that are currently invalid or do not exist
Text Symbol: 004 = Check and Compare of T77UU
Text Symbol: 003 = Delete INDX entries that do not exist in T77UU





Text Symbol: 002 = Generate INDX
Text Symbol: 001 = User Name


INCLUDES used within this REPORT RHBAUS

INCLUDE RHBAUSTOP . " GLOBAL DATA
INCLUDE RHBAUSF01 . " FORM-ROUTINES


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-990 text_question = text-991 text_button_1 = text-992 icon_button_1 = 'ICON_OKAY' text_button_2 = text-993 icon_button_2 = 'ICON_CANCEL' display_cancel_button = '' start_column = 25 start_row = 6 IMPORTING answer = lv_pop_up.

RH_USER_SEARCH_VIA_NAME CALL FUNCTION 'RH_USER_SEARCH_VIA_NAME' EXPORTING search_string = '*' TABLES user_name = lt_name_tab.



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