RSSOUSCK 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 RSSOUSCK 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.
Title: Restore consistency of an individual user
Text Symbol: 001 = No office users were found
Text Symbol: 002 = Inbox
Text Symbol: 003 = User
INCLUDE RSSOCONS.
No SAP DATABASE tables are accessed within this REPORT code!
SO_USER_INSERT_ASYNCHRON call function 'SO_USER_INSERT_ASYNCHRON' exporting sapname = p_sapnam so_key = l_sokey exceptions x_error = 6 "great sap_name_not_exist = 7 "it does sap_office_not_exist = 8 "??? no_address_reference = 9 no_address_found = 10 no_update_so_key = 11 so_key_not_found = 12 others = 13.
ADDR_PERS_COMP_SO_KEY_CREATE call function 'ADDR_PERS_COMP_SO_KEY_CREATE' tables key_table = lt_key_table exceptions internal_error = 1 no_entries_in_key_table = 2 others = 3.
ADDR_SO_KEY_GET_KEY call function 'ADDR_SO_KEY_GET_KEY' tables key_table = tp_szadr_so_key_tab2 exceptions internal_error = 1 no_entries_in_key_table = 2 others = 3.
ADDR_PERS_COMP_DELETE call function 'ADDR_PERS_COMP_DELETE' exporting address_number = tp_addrnumber_old person_number = tp_persnumber_old person_reference = tp_persref_old exceptions others = 0.
ADDR_MEMORY_SAVE call function 'ADDR_MEMORY_SAVE' exceptions others = 0.
ADDR_PERSON_REFERENCE_INSERT call function 'ADDR_PERSON_REFERENCE_INSERT' exporting person_number = p_persnumber person_reference = tp_persref exceptions others = 0.
ADDR_MEMORY_SAVE call function 'ADDR_MEMORY_SAVE' exceptions others = 0.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'SOUD' changing ct_fieldcat = soud_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'V_SOIC_P' changing ct_fieldcat = inbox_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSOUSCK - Restore consistency of an individual user RSSOUSCK - Restore consistency of an individual user RSSOUPDL - Copying EXT Files to a Central Local Directory RSSOUPDL - Copying EXT Files to a Central Local Directory RSSOUMSC - SAPoffice: Conversion report for SOSC 3.x->4.0 RSSOUMSC - SAPoffice: Conversion report for SOSC 3.x->4.0