SAP Reports / Programs

RSSOSTAT SAP ABAP Report - Data collection







RSSOSTAT 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 RSSOSTAT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SOY2 - SAPoffice: Collect Statistics Data


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


Text pool values


Selection Text: NO_WRITE = Display values only
Selection Text: NO_SPEC = Count table entries directly
Selection Text: ADD_EXT = Determine PC document types
Title: Data collection
Text Symbol: 033 = Other PC documents
Text Symbol: 041 = Internal send operations
Text Symbol: 042 = Send operations via RML
Text Symbol: 043 = Receive operations via RML
Text Symbol: 044 = Send operations via FAX
Text Symbol: 045 = Receive operations via FAX
Text Symbol: 046 = Send operations via X400
Text Symbol: 047 = Receive operations via X400
Text Symbol: 048 = Send operations via UNIX
Text Symbol: 049 = Receive operations via UNIX
Text Symbol: 051 = PC documents < 1 KB
Text Symbol: 052 = PC documents 1 KB - 10 KB
Text Symbol: 053 = PC documents 10 KB - 100 KB
Text Symbol: 054 = PC documents 100 KB - 1 MB
Text Symbol: 055 = PC documents 1 MB - 10 MB
Text Symbol: 056 = PC documents > 10 MB
Text Symbol: 101 = NOTE: If table T000 is not fully maintained, the result is
Text Symbol: 102 = incorrect for indirect counting !
Text Symbol: 103 = If this report is executed in a client which has more entries
Text Symbol: 104 = than the total number of entries in all other clients, the runtime
Text Symbol: 105 = is shorter if the table entries are not counted directly.
Text Symbol: 018 = User without activities
Text Symbol: 02F = Automatic forwarding
Text Symbol: 001 = Data collection from
Text Symbol: 002 = Old status
Text Symbol: 003 = New values
Text Symbol: 004 = New status
Text Symbol: 011 = Users in total
Text Symbol: 012 = Users since last run
Text Symbol: 013 = Users on this day
Text Symbol: 014 = Users in last week
Text Symbol: 015 = Users in last 30 days
Text Symbol: 016 = Users in last year
Text Symbol: 017 = Users since system start





Text Symbol: 021 = Private folders
Text Symbol: 022 = Shared folders
Text Symbol: 023 = Private distribution lists
Text Symbol: 024 = Shared distribution lists
Text Symbol: 025 = Objects in folders
Text Symbol: 026 = Documents in inbox
Text Symbol: 027 = Documents in outbox
Text Symbol: 028 = Documents in private folders
Text Symbol: 029 = Documents in shared folders
Text Symbol: 02A = Substitution periods
Text Symbol: 02B = Resubmissions
Text Symbol: 02C = Folder subscriptions
Text Symbol: 02D = Unread records
Text Symbol: 02E = Attachments
Text Symbol: 031 = Documents of type XXX
Text Symbol: 032 = PC documents of type XXX


INCLUDES used within this REPORT RSSOSTAT

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_NAME_CONVERT * CALL FUNCTION 'SO_NAME_CONVERT' * EXPORTING * NAME_IN = SINGLE_NAME * IMPORTING * NAME_OUT = SINGLE_NAME * EXCEPTIONS * OTHERS = 1.

SO_CHECK_USER_ROLE * CALL FUNCTION 'SO_CHECK_USER_ROLE' * EXPORTING * OWNER = SINGLE_NAME-USRNAM * IMPORTING * ROLE = ROLE * EXCEPTIONS * OTHERS = 1.



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