RSSOPRRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Errors occurred in the Business Workplace or when sending messages to external e-mail addresses: Folders are incorrectly displayed or disappear from the tree navigation in Business Workplace as soon as you select them...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 RSSOPRRP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SBCS_PRRP - BCS: Repair SAPoffice Profile
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.
Text Symbol: 001 = No SOPR Entry Exists
Text Symbol: 002 = Problem with Number Range SO_OBJ_FOL
Text Symbol: 003 = Profile SOPR Repaired
Text Symbol: 004 = Profile SOPR could not be written
Text Symbol: 005 = Execution in Test Mode. SOPR:
INCLUDE RSSOCONS.
No SAP DATABASE tables are accessed within this REPORT code!
SO_PROFILE_INSERT call function 'SO_PROFILE_INSERT' * IMPORTING * PROFILE = EXCEPTIONS PROFILE_NO_INSERT = 1 X_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.