SUSR_CUA_CONSISTENCY_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 SUSR_CUA_CONSISTENCY_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: USR = D Users
Selection Text: UPDATE = Direct Correction (for BACKG.)
Selection Text: SAVE_SEL = Check List for Correction
Selection Text: RCVSYS = D Receiving System
Selection Text: DISPLAY = Display Only
Title: Check Role Assignments
Text Symbol: 031 = Target sys
Text Symbol: 032 = Role
Text Symbol: 033 = Valid From
Text Symbol: 034 = Valid To
Text Symbol: 035 = Profile
Text Symbol: 036 = Some systems in your CUA cannot be
Text Symbol: 037 = accessed by RFC.
Text Symbol: 038 = Do you want to continue with the
Text Symbol: 039 = available systems?
Text Symbol: 043 = The specified users do not exist in CUA tables
Text Symbol: 044 = Following systems could not be accessed
Text Symbol: 045 = Error
Text Symbol: 046 = Error Message
Text Symbol: 047 = DB error: No entry found for specified key
Text Symbol: 048 = Program was terminated
Text Symbol: 049 = All assignments are consistent
Text Symbol: 050 = The specified users do not exist
Text Symbol: 001 = No data has been read
Text Symbol: 002 = Check Existence of User
Text Symbol: 003 = All users in role assignments exist
Text Symbol: 004 = Users not available in role assignments
Text Symbol: 005 = Check existence of roles in role assignments
Text Symbol: 006 = All roles in role assignments exist
Text Symbol: 007 = Text comparison for child systems of roles and profiles
Text Symbol: 008 = Roles not available in role assignments
Text Symbol: 009 = Check existence of profile in profile assignments
Text Symbol: 010 = Reading data
Text Symbol: 011 = Checking data
Text Symbol: 012 = System-Specific Check of User Existence
Text Symbol: 013 = Users not available in target system in role assignments
Text Symbol: 014 = All users in role assignments exist in target system
Text Symbol: 018 = All users in profile assignments exist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_ZBV_CENTRALSYSTEM_CHECK call function 'SUSR_ZBV_CENTRALSYSTEM_CHECK' exceptions duplicate_central_system = 1 new_system = 2 not_central = 3 others = 4.
SUSR_ZBV_CENTRALSYSTEM_CHECK call function 'SUSR_ZBV_CENTRALSYSTEM_CHECK' exceptions duplicate_central_system = 1 new_system = 2 not_central = 3 others = 4.
SUSR_POPUP_LIST_WITH_TEXT call function 'SUSR_POPUP_LIST_WITH_TEXT' exporting text1 = 'Some systems of your CUA landscape'(036) text2 = 'cannot be reached via RFC'(037) text3 = 'Continue with incomplete landscape'(038) text4 = 'or leave programme?'(039) list_column_headers = ls_list_headers importing ok_code = decision tables list = missing_sys.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Read data'(010). "#EC *
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Prüfe Daten'(011).
SUSR_POPUP_LIST_WITH_TEXT call function 'SUSR_POPUP_LIST_WITH_TEXT' tables list = it_popup_lines.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Textabgleich für Tochtersysteme von Rollen und Profilen'(007).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SUSR_CUA_CONSISTENCY_CHECK - Check Role Assignments SUSR_CUA_CONSISTENCY_CHECK - Check Role Assignments SUSR_CHECK_LOGON_DATA=========FT - SUSRCHECKLOGONDATA=========FT SUSO_DELETE_OBJECT - Program SUSO_DELETE_OBJECT SUSO_DELETE_OBJECT - Program SUSO_DELETE_OBJECT SUSINUPG - Migration Check Script to test the migration of ASN data in LOCINSUS