SAP Reports / Programs

RUPSREP01_CM SAP ABAP Report - Initialization of Replication Table from CM







RUPSREP01_CM 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 RUPSREP01_CM 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

UPSREP01_CM - Create Repl. Table from Baselines


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 RUPSREP01_CM. "Basic submit
SUBMIT RUPSREP01_CM AND RETURN. "Return to original report after report execution complete
SUBMIT RUPSREP01_CM 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_BASE = D Baseline
Selection Text: SO_CYCL = D Life-Cycle Phase
Selection Text: SO_FOLD = D Configuration Folder
Selection Text: SO_PROD = D Configuration Definition
Title: Initialization of Replication Table from CM
Text Symbol: 025 = No. of Registered Baselines
Text Symbol: 024 = No. of Entries in Rep. Table
Text Symbol: 023 = System Number
Text Symbol: 022 = Database Table
Text Symbol: 021 = Logical System
Text Symbol: 008 = Database Table Is Full
Text Symbol: 007 = Error Occurred While Creating Table
Text Symbol: 006 = Activity Canceled
Text Symbol: 005 = Struct. Does Not Correspond to UPSREP01
Text Symbol: 004 = Database Table Entered Does Not Exist
Text Symbol: 003 = No Baslines Registered
Text Symbol: 002 = No Registration to Logical System
Text Symbol: 001 = Enter a Logical System
Text Symbol: 031 = Product
Text Symbol: 052 = Data Sources
Text Symbol: 051 = System
Text Symbol: 043 = Do you want the data to be deleted?
Text Symbol: 042 = The Replication Table Already Contains Data
Text Symbol: 041 = Lose old data?
Text Symbol: 033 = Baseline
Text Symbol: 032 = Folder


INCLUDES used within this REPORT RUPSREP01_CM

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.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = gv_tabname TABLES DFIES_TAB = it1_dfies EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'UPSREP01' TABLES DFIES_TAB = it2_dfies.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = text-042 TEXTLINE2 = text-043 TITEL = text-041 START_COLUMN = 25 START_ROW = 6 DEFAULTOPTION = 'N' IMPORTING ANSWER = l_answer.

UPSRP_DB_UPDATE CALL FUNCTION 'UPSRP_DB_UPDATE' EXPORTING IM_TABNAME = gv_tabname TABLES DEL_UPSREP = del_upsrep.

CRWB_BADI_CVVCM_GENBASELINE CALL FUNCTION 'CRWB_BADI_CVVCM_GENBASELINE' EXPORTING BASELINES = it_baseline PACKAGE_NAME = 'none' RECEIVER = p_logsys INITIALIZE_UPSREP = kups_true TABLES DRZOC_TAB = it_drzoc 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 RUPSREP01_CM or its description.