RNHCF_EVENTS_PROCESSOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program executes the outbound processing of the
If you would like to execute this report or see the full code listing simply enter RNHCF_EVENTS_PROCESSOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ONHCF_PROCESSOR - Outbound Event Processing
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: HCF: Event Processor
Text Symbol: 001 = Report Run Identification
Text Symbol: 002 = Existing Events
Text Symbol: 003 = Existing Packages
Text Symbol: 004 = Correctly Processed Packages
Text Symbol: 005 = Incorrectly Processed Packages
Text Symbol: 006 = Log Identification
Text Symbol: 100 = Program Start
Text Symbol: H01 = Log
Text Symbol: H02 = Value
Text Symbol: S01 = Institution
Text Symbol: S02 = Display Log
Text Symbol: S03 = Test Mode (Delete Before Delivery)
INCLUDE RNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = pa_einri IMPORTING ss_tn01 = gs_tn01 EXCEPTIONS OTHERS = 1.
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = g_repid einri = pa_einri no_message = off messagetype = 'E'.
ENQUEUE_ENTS00 CALL FUNCTION 'ENQUEUE_ENTS00' EXPORTING _scope = 1 progname = enqprogname EXCEPTIONS foreign_lock = 1 system_failure = 2.
DEQUEUE_ENTS00 CALL FUNCTION 'DEQUEUE_ENTS00' EXPORTING _scope = 1 progname = enqprogname.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNHCF_EVENTS_PROCESSOR - HCF: Event Processor RNHCF_EVENTS_PROCESSOR - HCF: Event Processor RNHCF_DISPLAY_LOG - IS-H: HCF - Log Display RNHCF_DISPLAY_LOG - IS-H: HCF - Log Display RNGRHOSP00 - IS-H Auxiliary Program: Tests Interface for Care Unit Graphics RNGRHOSP00 - IS-H Auxiliary Program: Tests Interface for Care Unit Graphics