SAP Reports / Programs

SUSR_ZBV_GET_RECEIVER_PROFILES SAP ABAP Report - CUA: Text Comparison from Child Systems







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


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


INCLUDES used within this REPORT SUSR_ZBV_GET_RECEIVER_PROFILES

INCLUDE: USER_CONSTANTS, SBAL_CONSTANTS.
INCLUDE: USER_CONSTANTS, SBAL_CONSTANTS.


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:

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.



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