SAP Reports / Programs

RSSOUSCK SAP ABAP Report - Restore consistency of an individual user







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


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 RSSOUSCK. "Basic submit
SUBMIT RSSOUSCK AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOUSCK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Restore consistency of an individual user
Text Symbol: 001 = No office users were found
Text Symbol: 002 = Inbox
Text Symbol: 003 = User


INCLUDES used within this REPORT RSSOUSCK

INCLUDE RSSOCONS.


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:

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.



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