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

RSSORPLI SAP ABAP Report - SAPoffice: Replication of Shared Folders Main Program







RSSORPLI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Replication of shared folders This replication program can be used to replicate (or copy) shared folders between different R/3 systems or between different clients in an R/3 System or even within the same client of an R/3 System...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 RSSORPLI 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 RSSORPLI. "Basic submit
SUBMIT RSSORPLI AND RETURN. "Return to original report after report execution complete
SUBMIT RSSORPLI 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: RFC_DEST = D .
Selection Text: FOL_NAME = D .
Selection Text: FOL_DESC = D .
Selection Text: DATE = D .
Selection Text: NEW_REPL = New Replication
Title: SAPoffice: Replication of Shared Folders Main Program
Text Symbol: 030 = RAISE in SORP DELETE 1 with RCODE:
Text Symbol: 031 = RAISE in SO FOLDER DELETE DEST with SY-SUBRC:
Text Symbol: 032 = RAISE in SO OBJECT DELETE DEST with SY-SUBRC:
Text Symbol: 033 = RAISE in SO FOLDER READ with SY-SUBRC:
Text Symbol: 034 = RAISE in SO FOLDER READ DEST with SY-SUBRC:
Text Symbol: 035 = RAISE in SO OBJECT READ with SY-SUBRC:
Text Symbol: 036 = RAISE in SO ATTACHMENT READ with SY-SUBRC:
Text Symbol: 037 = RAISE in SO ATTACHMENT INSERT with SY-SUBRC:
Text Symbol: 038 = RAISE in SO ATTACHMENT DELETE with SY-SUBRC:
Text Symbol: 040 = All replication data deleted
Text Symbol: 041 = All replication data for
Text Symbol: 042 = deleted
Text Symbol: 043 = Only destinations with a lgth of 10 are allowed
Text Symbol: 044 = Replicated
Text Symbol: 045 = Object Replicated
Text Symbol: 046 = Object Replication from
Text Symbol: 047 = Object Replication
Text Symbol: F01 = Option
Text Symbol: F02 = Object Selection
Text Symbol: F03 = Replication Data Reset in Source System
Text Symbol: F04 = Then all selected objects will be replicated again into the target system
Text Symbol: F05 = System
Text Symbol: 029 = RAISE in DELETE OBJECT with RCODE:
Text Symbol: 001 = RAISE in CHECK USER ROLE with SY-SUBRC:
Text Symbol: 002 = RAISE in CHECK USER ROLE DEST with SY-SUBRC:
Text Symbol: 003 = User is not an administrator in target system
Text Symbol: 004 = User is not an administrator in source system
Text Symbol: 005 = The following folders were selected, please select again
Text Symbol: 006 = No folders were selected, please make a selection
Text Symbol: 007 = RAISE in SORP DELETE 1 with SY-SUBRC:
Text Symbol: 008 = RAISE in SO_FOLDER_ROOT_ID_GET_DEST 1 with SY-SUBRC:
Text Symbol: 009 = RAISE in SORP_DELETE 2 with SY-SUBRC:





Text Symbol: 010 = RAISE in SORP_UPDATE 1 with SY-SUBRC:
Text Symbol: 011 = RAISE in SO_FOLDER_UPDATE_DEST 1 with SY-SUBRC:
Text Symbol: 012 = RAISE in SO FOLDER ROOT ID GET DEST 2 with SY-SUBRC:
Text Symbol: 013 = RAISE in FOLDER INSERT DEST with SY-SUBRC:
Text Symbol: 014 = RAISE in SORP INSERT with SY-SUBRC:
Text Symbol: 015 = RAISE in SOFD SEL003 1 with RCODE:
Text Symbol: 016 = RAISE in SORP DELETE 1 with RCODE:
Text Symbol: 017 = RAISE in SO FOLDER ROOT ID GET DEST with SY-SUBRC:
Text Symbol: 018 = RAISE in SORP DELETE 2 with RCODE:
Text Symbol: 019 = RAISE in SORP DELETE 3 with RCODE:
Text Symbol: 020 = RAISE in FOLDER UPDATE DEST with SY-SUBRC:
Text Symbol: 021 = RAISE in FOLDER INSERT DEST with SY-SUBRC:
Text Symbol: 022 = RAISE in SORP INSERT with SY-SUBRC:
Text Symbol: 023 = RAISE in SO OBJECT READ with SY-SUBRC:
Text Symbol: 024 = RAISE in SORP DELETE 1 with RCODE:
Text Symbol: 025 = RAISE in SORP DELETE 2 with RCODE:
Text Symbol: 026 = RAISE in OBJECT UPDATE DEST with SY-SUBRC:
Text Symbol: 027 = RAISE in SO OBJECT INSERT dest with SY-SUBRC:
Text Symbol: 028 = RAISE in SORP INSERT with RCODE:


INCLUDES used within this REPORT RSSORPLI

INCLUDE RSSORPD1.
INCLUDE RSSORPI1.
INCLUDE RSSORPI2.


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_DEQUEUE_UPDATE_LOCKS * ?? CALL FUNCTION 'SO_DEQUEUE_UPDATE_LOCKS'.



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