RSUSR_DBMS_USERS_CHECK 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 RSUSR_DBMS_USERS_CHECK 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: BNAME = D .
Title: DBMS-User: Inconsistency check
Text Symbol: 000 = User selection
Text Symbol: 001 = Select inconsitent users
Text Symbol: 002 = Create DBMS user
Text Symbol: 003 = Remove DBMS user mapping
Text Symbol: 100 = Selection of action
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_DISPLAY_LOG call function 'SUSR_DISPLAY_LOG' exporting display_in_popup = 'X' tables it_log_bapiret2 = lt_dbms_messages exceptions others = 0.
SUSR_DISPLAY_LOG call function 'SUSR_DISPLAY_LOG' exporting display_in_popup = 'X' tables it_log_bapiret2 = lt_dbms_messages exceptions others = 0.
SUSR_DISPLAY_LOG call function 'SUSR_DISPLAY_LOG' exporting display_in_popup = ' ' tables it_log_sprot = gt_log_sprot exceptions others = 0.
SUSR_GENERATE_PASSWORD call function 'SUSR_GENERATE_PASSWORD' importing password = lv_gen_pwd exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR_DBMS_USERS_CHECK - DBMS-User: Inconsistency check RSUSR_DBMS_USERS_CHECK - DBMS-User: Inconsistency check RSUSR_CUA_CLEANUP_USZBVSYS - Report RSUSR_CUA_CLEANUP_USZBVSYS RSUSR_CUA_CLEANUP_USZBVSYS - Report RSUSR_CUA_CLEANUP_USZBVSYS RSUSR_CUA_AFTER_IMP_ROLE_BATCH - Automatic Text Comparison in CUA After Role Import in the Background RSUSR_CUA_AFTER_IMP_ROLE_BATCH - Automatic Text Comparison in CUA After Role Import in the Background