POCR_PROCESS_EVENTQUEUE 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 POCR_PROCESS_EVENTQUEUE into the relevant SAP transactions such as SE38 or SE80
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: FNOOUT = Suppress log output
Title: Program for Processing Events to Process Observer
Text Symbol: 001 = Events Processed/Deleted:
Text Symbol: 002 = Previous Business Objects Processed/Deleted:
Text Symbol: 003 = Event Context Parameters Processed/Deleted:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RESET_ENQUEUE CALL FUNCTION 'RESET_ENQUEUE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
POCR_PROCESS_EVENTQUEUE - Program for Processing Events to Process Observer POCR_PROCESS_EVENTQUEUE - Program for Processing Events to Process Observer POCR_MAIN_QUEUE - Event Processing POCR_MAIN_QUEUE - Event Processing POCR_LOG_MXML_EXPORT - Process Log Extraction as MXML POCR_LOG_MXML_EXPORT - Process Log Extraction as MXML