RSUSRSCUC 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 RSUSRSCUC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SCUC - CUA: Synchronize company addresses
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.
Title: CUA: Synchronization of the Company Addresses
Text Symbol: 116 = Company Address
Text Symbol: 115 = Choose Child System Company Address
Text Symbol: 114 = Choose Central System Company Address
Text Symbol: 113 = Select/Deselect Company
Text Symbol: 112 = Deselect Entire Section
Text Symbol: 111 = Select Entire Section
Text Symbol: 110 = Scroll to Section
Text Symbol: 072 = Company Addresses to Be Distributed
Text Symbol: 071 = Central System Addresses Overwrite Addresses in Child Systems
Text Symbol: 070 = Child Systems for the Distribution
Text Symbol: 064 = Support Package for SAP Note 549881 or 528914 is obsolete
Text Symbol: 063 = Support Package missing, see SAP Note 528914
Text Symbol: 061 = Reading the company list terminated
Text Symbol: 048 = RFC Error:
Text Symbol: 045 = Error when reading the company address data
Text Symbol: 044 = Error: Company key is not known in the central system
Text Symbol: 043 = Error: Company address does not exist
Text Symbol: 042 = Error when distributing the company address
Text Symbol: 041 = Distribution started
Text Symbol: 037 = Error when saving company address data
Text Symbol: 036 = Successfully copied the company
Text Symbol: 035 = Select at least one company in the child system
Text Symbol: 034 = Select at least one company in the central system
Text Symbol: 033 = Unable to perform action
Text Symbol: 032 = Status
Text Symbol: 029 = Synchronization not yet completed
Text Symbol: 028 = Synchronization completed with errors
Text Symbol: 027 = Synchronization completed with warnings
Text Symbol: 026 = Synchronization has ended
Text Symbol: 025 = Legend:
Text Symbol: 024 = No Data
Text Symbol: 023 = Name in Child System
Text Symbol: 022 = Name in Central System
Text Symbol: 021 = Company
Text Symbol: 015 = Company Addresses Already Synchronized
Text Symbol: 014 = Identical Company Addresses
Text Symbol: 013 = Different Company Addresses
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_ZBV_BASE_AUTH_CHECK CALL FUNCTION 'SUSR_ZBV_BASE_AUTH_CHECK' EXPORTING activity = '90' "c_act_migrate * SUBSYSTEM = EXCEPTIONS not_authorized = 1 parameter_error = 2 OTHERS = 3.
SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' EXCEPTIONS active = 1 not_active = 2 invalid_model = 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_ZBV_CLIENTSYSTEMS_GET CALL FUNCTION 'SUSR_ZBV_CLIENTSYSTEMS_GET' TABLES receivers = gt_child_systems.
SUSR_ZBV_CENTRALSYSTEM_GET CALL FUNCTION 'SUSR_ZBV_CENTRALSYSTEM_GET' IMPORTING central_system_logsys = gs_central_system-rcvsystem EXCEPTIONS duplicate_central_system = 1 new_system = 2 OTHERS = 3.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gv_log_handle i_msgty = iv_msgtyp i_text = iv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = gv_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSRSCUC - CUA: Synchronization of the Company Addresses RSUSRSCUC - CUA: Synchronization of the Company Addresses RSUSRLOG - Log Display for Central User Administration RSUSRLOG - Log Display for Central User Administration RSUSRINC - documentation and ABAP source code RSUSREXT_IDM - Enter External Identification from SAP IDM in Table View VUSREXTID