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
Below is a list of transaction codes which are relevant to this SAP report
DRFLOG - Analyze Replication Log
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.
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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDRF_DISPLAY_LOG - Analyze Log for Outbound Implementations RDRF_DISPLAY_LOG - Analyze Log for Outbound Implementations RDRF_DISPLAY_IMG - Program RWES_DISPLAY_IMG RDRF_DISPLAY_IMG - Program RWES_DISPLAY_IMG RDRF_DELETE_REP_STA_TOP - Include RDRF_DELETE_REP_STA_TOP RDRF_DELETE_REP_STA_SEL - Include RDRF_DELETE_REP_STA_SEL