SAP Reports / Programs | Cross-Application Components | Master Data Governance | Data Replication Framework(CA-MDG-DRF) SAP CA

RDRF_DISPLAY_LOG SAP ABAP Report - Analyze Log for Outbound Implementations







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

DRFLOG - Analyze Replication Log


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 RDRF_DISPLAY_LOG. "Basic submit
SUBMIT RDRF_DISPLAY_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT RDRF_DISPLAY_LOG 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: PA_ALL = All
Selection Text: PA_APPL = D .
Selection Text: PA_CHG = Changes
Selection Text: PA_DATFR = D .
Selection Text: PA_DATTO = D .
Selection Text: PA_FWLOG = Show log of Replication Run
Selection Text: PA_GRP = Grouped Acc. To Log Class
Selection Text: PA_HIE = Hierarchical
Selection Text: PA_INI = Initialization
Selection Text: PA_MAN = Manual
Selection Text: PA_OBMSG =
Selection Text: PA_PCL1 = Only very important logs
Selection Text: PA_PCL2 = Only important logs
Selection Text: PA_PCL3 = Also less important logs
Selection Text: PA_PCL4 = All logs
Selection Text: PA_TIMFR = D .
Selection Text: PA_TIMTO = D .
Selection Text: PA_USER = D .
Selection Text: SO_SRV = D .
Title: Analyze Log for Outbound Implementations
Text Symbol: TIM = Time
Text Symbol: PCL = Log Class
Text Symbol: PC4 = All Logs
Text Symbol: PC3 = Also Less Important Logs
Text Symbol: 002 = Process Data Records With Delete Information
Text Symbol: ALL = All
Text Symbol: ALP = Display Logs for Replication Model
Text Symbol: ALS = Analyze Replication Log:
Text Symbol: B01 = Replication Model
Text Symbol: B02 = Outbound Implementation
Text Symbol: B03 = Replication Mode
Text Symbol: B04 = Log Formatting
Text Symbol: BBO = Business Object
Text Symbol: BDT = Additional Restrictions
Text Symbol: CFR = From
Text Symbol: CHG = Changes
Text Symbol: CTO = To
Text Symbol: DAT = Date





Text Symbol: DLY = Directly
Text Symbol: FC1 = Selection Options for Object IDs
Text Symbol: FSO = Select Logs and Messages by Object IDs
Text Symbol: FWL = Show Overview Logs Only
Text Symbol: INI = Initialization
Text Symbol: MAN = Manual
Text Symbol: OBM = Use Maintained Selection Options for Object IDs as a Message Filter
Text Symbol: ONL = Show Detail Logs Only
Text Symbol: PC1 = Only Very Important Logs
Text Symbol: PC2 = Only Important Logs


INCLUDES used within this REPORT RDRF_DISPLAY_LOG

INCLUDE RDRF_DISPLAY_LOG_TOP . " GLOBAL DATA
INCLUDE RDRF_DISPLAY_LOG_SEL . " SELECTION SCREEN
INCLUDE RDRF_DISPLAY_LOG_EVT . " EVENTS
INCLUDE RDRF_MESSAGE_OUT_F02 . " ROUTINES (APPL RELATED)
INCLUDE RDRF_MESSAGE_OUT_F03 . " ROUTINES (SRV RELATED)
INCLUDE RDRF_DISPLAY_LOG_F01.
INCLUDE RDRF_DISPLAY_LOG_F02.


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