POCR_SIM_DIRECT_CONNECTOR 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_SIM_DIRECT_CONNECTOR 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: Sample Implementation to Call the Direct Connector
Text Symbol: 001 = Done
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POC_RAISE_EVENT CALL FUNCTION 'POC_RAISE_EVENT' EXPORTING it_event = lt_event iv_commit = 'X' IMPORTING return_code = lv_return_code.
POC_CHECK_SETUP_DISPLAY CALL FUNCTION 'POC_CHECK_SETUP_DISPLAY' EXPORTING it_bor_data = lt_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_SIM_DIRECT_CONNECTOR - Sample Implementation to Call the Direct Connector POCR_SIM_DIRECT_CONNECTOR - Sample Implementation to Call the Direct Connector POCR_SIMULATION_EXT_EVT_MODELS - Include POC_SIMULATION_MODELS POCR_SIMULATION_EXT_EVT_MAIN - Include POC_SIMULATION_MAIN POCR_PROCESS_EVENTQUEUE - Program for Processing Events to Process Observer POCR_PROCESS_EVENTQUEUE - Program for Processing Events to Process Observer