SUSR_ZBV_GET_RECEIVER_PROFILES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Central User Administration: Text Comparison from Child Systems The check tables and texts for roles, profiles and license data in the individual child systems are temporarily stored in the central system...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 SUSR_ZBV_GET_RECEIVER_PROFILES 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: RCVSYS = D .
Selection Text: CLEAN_UP = Delete Invalid Assignments
Title: CUA: Text Comparison from Child Systems
Text Symbol: VR1 = Role Directory
Text Symbol: VP1 = Profile Directory
Text Symbol: VL1 = License Data Directory
Text Symbol: S04 = If you have changed the texts, you must compare the versions.
Text Symbol: S03 = This means that they appear more quickly.
Text Symbol: S02 = child systems are stored temporarily in the central system.
Text Symbol: S01 = The check table and the texts for roles and profiles in the individual
Text Symbol: 013 = Text comparison partially performed.
Text Symbol: 012 = Automatic text comparison for roles is not supported (SAP Note 1642106)
Text Symbol: 011 = Automatic text comparison for roles was manually deactivated (SAP Note 1642106)
Text Symbol: 010 = No manual text comparison for roles required (SAP Note 1642106)
Text Symbol: 009 = Text comparison completed successfully
Text Symbol: 008 = Child System
Text Symbol: 007 = Central System
Text Symbol: 006 = Support for central license data maintenance is possible (see SAP Note 704412)
Text Symbol: 005 = Data Sent
Text Symbol: 004 = Central User Administration is not active
Text Symbol: 003 = Canceled
Text Symbol: 002 = OK
Text Symbol: 001 = Not selected
001 System Comment
INCLUDE: USER_CONSTANTS, SBAL_CONSTANTS.
INCLUDE: USER_CONSTANTS, SBAL_CONSTANTS.
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_GET call function 'SUSR_ZBV_CENTRALSYSTEM_GET' importing central_system_rfc_dest = central_system_rfc_dest exceptions duplicate_central_system = 1 new_system = 2 others = 3.
SUSR_ZBV_CLIENTSYSTEMS_GET call function 'SUSR_ZBV_CLIENTSYSTEMS_GET' exporting method = method tables receivers = recsys exceptions invalid_model = 1 system_excluded = 2 others = 3.
SUSR_ZBV_CENTRALSYSTEM_GET call function 'SUSR_ZBV_CENTRALSYSTEM_GET' importing central_system_logsys = central_system_logsys central_system_rfc_dest = central_system_rfc_dest exceptions duplicate_central_system = 1 new_system = 2 others = 3.
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_GET_REMOTE_PROFILES call function 'SUSR_ZBV_GET_REMOTE_PROFILES'.
SUSR_ZBV_CLIENTSYSTEMS_GET call function 'SUSR_ZBV_CLIENTSYSTEMS_GET' exporting method = method tables receivers = recsys exceptions invalid_model = 1 system_excluded = 2 others = 3.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = percent text = recsys-rcvsystem.
SUSR_ZBV_GET_REMOTE_PROFILES call function 'SUSR_ZBV_GET_REMOTE_PROFILES' exporting use_back = 'L' tables it_features_support = lt_features_support.
SUSR_ZBV_GET_REMOTE_PROFILES call function 'SUSR_ZBV_GET_REMOTE_PROFILES' destination recsys-rcvsystem exporting use_back = 'X' tables it_features_support = lt_features_support exceptions communication_failure = 1 message msg_text system_failure = 2 message msg_text.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_s_log importing e_log_handle = l_log_handle exceptions others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_handle i_s_msg = l_s_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
BAL_DSP_PROFILE_DETLEVEL_GET call function 'BAL_DSP_PROFILE_DETLEVEL_GET' importing e_s_display_profile = l_s_display_profile exceptions others = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = l_s_display_profile exceptions others = 1.
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_ZBV_GET_RECEIVER_PROFILES - CUA: Text Comparison from Child Systems SUSR_ZBV_GET_RECEIVER_PROFILES - CUA: Text Comparison from Child Systems SUSR_USER_PROFS_PROFILES_GET==FT - SUSRUSERPROFSPROFILESGET==FT SUSR_USER_IMPORT_FROM_FILE - Import user master records from file SUSR_USER_IMPORT_FROM_FILE - Import user master records from file SUSR_USER_EXPORT_TO_FILE - Write user masters to a file