POCR_EVENT_EXTRACTION 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_EVENT_EXTRACTION 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.
Title: Process Observer Event Extraction
Text Symbol: 001 = Events processed :
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'.
POC_CHECK_SETUP_DISPLAY * CALL FUNCTION 'POC_CHECK_SETUP_DISPLAY' * EXPORTING * it_bor_data = lt_event_data.
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_EVENT_EXTRACTION - Process Observer Event Extraction POCR_EVENT_EXTRACTION - Process Observer Event Extraction POCPROCESS - Program for object type POCPROCESS : POCPROCESS POCPROCESS - Program for object type POCPROCESS : POCPROCESS POCPROCDEF - Program for object type POCPROCDEF : POCPROCDEF POCPROCDEF - Program for object type POCPROCDEF : POCPROCDEF