SAP Reports / Programs

CEP_R3_MONITORING SAP ABAP dialog Program - CEPR3MONITORING







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CEP_R3_MON - SAP Transaction: Monitoring


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 CEP_R3_MONITORING. "Basic submit
SUBMIT CEP_R3_MONITORING AND RETURN. "Return to original report after report execution complete
SUBMIT CEP_R3_MONITORING 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: 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


INCLUDES used within this REPORT CEP_R3_MONITORING

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.


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