SAP Reports / Programs

RUPSREP02 SAP ABAP Report - Display Replication Table







RUPSREP02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Uniform Packaging Service has the task of transferring an object list completely to a target 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 RUPSREP02 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

UPSREP02 - Replication Table: Contents


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 RUPSREP02. "Basic submit
SUBMIT RUPSREP02 AND RETURN. "Return to original report after report execution complete
SUBMIT RUPSREP02 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: P_LOGSYS = D Partner System
Selection Text: SO_DAT = D ALE Replication Table: Last
Selection Text: SO_ID = D Object Key
Selection Text: SO_LCK = D Object Locked
Selection Text: SO_STS = D Object Distribution Status
Selection Text: SO_TYP = D Object Type
Selection Text: SO_VAL = D Object Validity
Title: Display Replication Table
Text Symbol: 001 = Enter a Logical System
Text Symbol: 002 = No Replication Table for Logical System
Text Symbol: 003 = No Database Table for Logical System
Text Symbol: 004 = Error in Replication Table
Text Symbol: 005 = You are not authorized to make changes
Text Symbol: 006 = You are not authorized to display this
Text Symbol: 021 = Logical System
Text Symbol: 022 = Database Table
Text Symbol: 023 = System Number
Text Symbol: 024 = Number of Entries (Total)
Text Symbol: 025 = Number of Entries (Filtered)
Text Symbol: 051 = System
Text Symbol: 052 = Object Data


INCLUDES used within this REPORT RUPSREP02

No INCLUDES are used within this REPORT code!


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:

UPSRP_READ_CONTENT CALL FUNCTION 'UPSRP_READ_CONTENT' EXPORTING IM_LOGSYS = p_logsys IM_REPSTS = KUPS_REPSTS_sent IMPORTING EX_TABNAME = gv_tabname EX_SYSNUM = gv_sysnum TABLES EXT_UPSREP = it_upsrep EXCEPTIONS NO_LOGSYS = 1 SYS_NOT_SUPPORTED = 2 NO_REPL_TAB = 3 OTHERS = 4.



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