SAP Reports / Programs | Social Services and Social Security | Social Services and Social Security | Social Services and Social Security(IS-PS-4S) SAP IS

RPSSC00_DBA_REPL_MONITOR SAP ABAP Report - Replication Monitor for Decision Basis Modeling







RPSSC00_DBA_REPL_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program replicates decision basis (DBA) modeling data from the source system SAP CRM to the target system SAP ERP...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 RPSSC00_DBA_REPL_MONITOR 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

PSSC00_DBA_REPL_MON - Replication Monitor for DBA Modeling


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 RPSSC00_DBA_REPL_MONITOR. "Basic submit
SUBMIT RPSSC00_DBA_REPL_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RPSSC00_DBA_REPL_MONITOR 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_MOD = Model
Selection Text: P_LOGSY = Logical Destination
Selection Text: P_ENT = Entity Type
Title: Replication Monitor for Decision Basis Modeling
Text Symbol: 045 = Inactive
Text Symbol: 050 = Entity Type
Text Symbol: 051 = Object Status
Text Symbol: 052 = Extension
Text Symbol: 053 = Type Reference
Text Symbol: 054 = Description
Text Symbol: 055 = Replication Status
Text Symbol: 056 = Replication Status Text
Text Symbol: 057 = Generation Status
Text Symbol: 058 = Generation Status Text
Text Symbol: 059 = Models in system:
Text Symbol: 060 = Entity Types
Text Symbol: 061 = Cross-Client
Text Symbol: 062 = Client-Specific
Text Symbol: 063 = Generated
Text Symbol: 064 = Not Generated
Text Symbol: 065 = Processing
Text Symbol: 066 = Replicated but not Consistent
Text Symbol: 067 = Generated but not Active
Text Symbol: 068 = Object Status Text
Text Symbol: 069 = Entity types in system:
Text Symbol: 070 = Entity type references identified
Text Symbol: 071 = Do you also want to include referencing entity types?
Text Symbol: 072 = Yes
Text Symbol: 073 = No
Text Symbol: 074 = ERP and CRM entries are not equal
Text Symbol: 075 = BO_PART is missing
Text Symbol: 001 = System Connection
Text Symbol: 002 = Replication Mode
Text Symbol: 003 = Options
Text Symbol: 010 = Models
Text Symbol: 011 = Retrieving Models from System &1
Text Symbol: 012 = Retrieving Extensions for DBA Model &1
Text Symbol: 013 = Retrieving Entities from System &1





Text Symbol: 020 = Model
Text Symbol: 021 = Model Description
Text Symbol: 022 = Replication Status
Text Symbol: 023 = Generation Status
Text Symbol: 024 = Replication Status Text
Text Symbol: 025 = Generation Status Text
Text Symbol: 026 = Replicated
Text Symbol: 027 = Not Replicated
Text Symbol: 028 = Consistent
Text Symbol: 029 = Inconsistent
Text Symbol: 030 = Extension
Text Symbol: 031 = Extension Description
Text Symbol: 032 = Extension Table
Text Symbol: 033 = Extension Status
Text Symbol: 034 = Extension Consistency Status
Text Symbol: 035 = Extensions Related to DBA Model
Text Symbol: 036 = Analyze Enhancement
Text Symbol: 037 = Model Object Status
Text Symbol: 038 = Object Status Text
Text Symbol: 040 = New Created
Text Symbol: 041 = Currently Editing
Text Symbol: 042 = Currently Generating
Text Symbol: 043 = Currently Generating in the Background
Text Symbol: 044 = Active


INCLUDES used within this REPORT RPSSC00_DBA_REPL_MONITOR

INCLUDE RPSSC00_DBA_REPL_MONITOR_TOP. " DATA DECLARATIONS
INCLUDE RPSSC00_DBA_REPL_MONITOR_01. " DATA SELECTION
INCLUDE RPSSC00_DBA_REPL_MONITOR_02. " APPLICATION LOG FUNCTIONS
INCLUDE RPSSC00_DBA_REPL_MONITOR_03. " HELP FUNCTIONS
INCLUDE RPSSC00_DBA_REPL_MONITOR_04. " STATUS HANDLING (MODEL & ENTITY TYPES)
INCLUDE RPSSC00_DBA_REPL_MONITOR_05. " STATUS LIST (MODEL)
INCLUDE RPSSC00_DBA_REPL_MONITOR_06. " CALLBACK ROUTINES (MODEL)
INCLUDE RPSSC00_DBA_REPL_MONITOR_07. " STATUS LIST (ENTITY TYPES)
INCLUDE RPSSC00_DBA_REPL_MONITOR_08. " CALLBACK ROUTINES (ENTITY TYPES)
INCLUDE RPSSC00_DBA_REPL_MONITOR_MAIN. " MAIN PROGRAM


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:

No SAP FUNCTION MODULES are executed within this report code!



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