SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSSORE01 SAP ABAP Report - SAPoffice: Consistency Check Program







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


Text pool values


Title: SAPoffice: Consistency Check Program
Text Symbol: T20 = Entries
Text Symbol: T12 = Performed Checks:
Text Symbol: T11 = There are users with incorrect addresses. Run RSSOUSCO
Text Symbol: T03 = Number
Text Symbol: T02 = Year
Text Symbol: T01 = Doc. Type
Text Symbol: 031 = Shared folders adapted.
Text Symbol: 030 = Private folders adapted by the following users:
Text Symbol: 026 = Check of folder records for FOLCNT
Text Symbol: 025 = Check ended
Text Symbol: 024 = Check of Office users with the SADRP address management
Text Symbol: 023 = Check of Office users internally and with SAP users
Text Symbol: 022 = Check of document pointers to see if folder still exists
Text Symbol: 021 = Deletion of SOC2 as this is no longer needed
Text Symbol: 020 = Check whether all folders have parent folders
Text Symbol: 013 = SADRP for which internal flag is set but no SOUD.
Text Symbol: 012 = SOUD has an existing address, but the internal flag is not set.
Text Symbol: 011 = SOUD has an address which does not exist.
Text Symbol: 010 = SOUD has no address, please run RSSOUADR.
Text Symbol: 004 = Shared folder is deleted:
Text Symbol: 003 = Private folder is deleted:
Text Symbol: 002 = Oubox is deleted:
Text Symbol: 001 = Inbox is deleted:


INCLUDES used within this REPORT RSSORE01

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:

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING NR_RANGE_NR = '01' OBJECT = NR_OBJECT * SUBOBJECT = ' ' TOYEAR = TOYEAR IMPORTING INTERVAL = OBJ_INTERVAL EXCEPTIONS INTERVAL_NOT_FOUND = 1 OBJECT_NOT_FOUND = 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 RSSORE01 or its description.