SAP Reports / Programs

RSSOAUTH SAP ABAP Report - SAPoffice: Internal subroutine: Adjust folder authorization







RSSOAUTH 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 RSSOAUTH 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 RSSOAUTH. "Basic submit
SUBMIT RSSOAUTH AND RETURN. "Return to original report after report execution complete
SUBMIT RSSOAUTH 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: Internal subroutine: Adjust folder authorization
Text Symbol: 022 = Folder: <10 characters
Text Symbol: 023 = Error: <10 characters
Text Symbol: 030 = Please check the RFC connection
Text Symbol: 031 = in the Office settings (transaction SO16)
Text Symbol: 032 = Please check your authorization for
Text Symbol: 021 = Time: <10 characters
Text Symbol: 001 = Problem <12 characters
Text Symbol: 002 = Problem updating authorization list <50 characters
Text Symbol: 010 = The following error was identified when updating the
Text Symbol: 011 = authorization list of a shared folder:
Text Symbol: 020 = Date: <10 characters
Text Symbol: 039 = longer exists. Change the shared folder
Text Symbol: 040 = again.
Text Symbol: 041 = Internal error: Please enter a problem message
Text Symbol: 042 = SAP user does not exist (table USR02)
Text Symbol: 038 = time of the update. This problem no
Text Symbol: 033 = the specified folder
Text Symbol: 034 = To change the authorization list, you
Text Symbol: 035 = require access authorization 3 (change folder
Text Symbol: 036 = and documents)
Text Symbol: 037 = Your user was not known in SAPoffice at the


INCLUDES used within this REPORT RSSOAUTH

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 = USER_DAT IMPORTING NAME_OUT = USER_DAT EXCEPTIONS COMMUNICATION_FAILURE = 71 OFFICE_NAME_NOT_EXIST = 19 PARAMETER_ERROR = 23 SAP_NAME_NOT_EXIST = 29 SYSTEM_FAILURE = 72 USER_NOT_EXIST = 34.

SO_FOLDER_AUTHORITY_CHECK CALL FUNCTION 'SO_FOLDER_AUTHORITY_CHECK' EXPORTING FOLDER_ID = FOLDERID OWNER = USER IMPORTING AUTHORITY = AUTHORITY.

SO_FOLDER_AUTHORITY_UPDATE CALL FUNCTION 'SO_FOLDER_AUTHORITY_UPDATE' EXPORTING FOLDER_ID = FOLDERID EXCEPTIONS COMMUNICATION_FAILURE = 71 FOLDER_NOT_EXIST = 6 SYSTEM_FAILURE = 72.

SO_SOFD_READ CALL FUNCTION 'SO_SOFD_READ' EXPORTING FOLDER_ID = FOLDERID IMPORTING SOFD_DAT = FOLDER_DAT EXCEPTIONS OTHERS = 1.

SO_NEW_DOCUMENT_SEND_API1 CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1' EXPORTING DOCUMENT_DATA = OBJECT_CHNG DOCUMENT_TYPE = RAW TABLES OBJECT_CONTENT = OBJECT_CONT RECEIVERS = RECEIVERS 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 RSSOAUTH or its description.