CEP_R3_MONITORING is a standard Module pool for a dialog screen ABAP Program 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 CEP_R3_MONITORING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CEP_R3_MON - SAP Transaction: Monitoring
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: SUPDATE = Upload date
Selection Text: SSTATUS = D Status
Selection Text: SSENDER = Sender
Selection Text: SSENDDAT = Sent on
Selection Text: SRECNAME = Participant
Selection Text: SDUEDATE = Expiry date
Selection Text: SDOWNDAT = Download date
Text Symbol: T23 = Status
Text Symbol: T22 = Status
Text Symbol: T21 = Upload date
Text Symbol: T20 = Upload
Text Symbol: T19 = Download date
Text Symbol: T18 = Download
Text Symbol: T17 = Expiry date
Text Symbol: T16 = Schedule
Text Symbol: T15 = Date created
Text Symbol: T14 = Created
Text Symbol: T13 = Recipients
Text Symbol: T12 = Recipients
Text Symbol: T11 = Folder identification
Text Symbol: T10 = Folder
Text Symbol: T02 = Folder/Recipient
Text Symbol: T01 = Folder/Recipient
Text Symbol: SL2 = Participant information
Text Symbol: SL1 = Session Information
Text Symbol: B03 = Undo filter
Text Symbol: B02 = Set Filter
Text Symbol: B01 = Refresh tree
INCLUDE SAPCEACTIVATE.
INCLUDE CEP_R3_MON_DATA.
INCLUDE CEP_R3_MON_SEL.
INCLUDE CEP_PO_MON_FORMS.
INCLUDE CEP_R3_MON_FORM.
INCLUDE CEP_R3_MON_EXIT.
INCLUDE CEP_R3_MON_PBO.
INCLUDE CEP_R3_MON_PAI.
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.