SAP Reports / Programs

RNHCF_EVENTS_PROCESSOR SAP ABAP Report - HCF: Event Processor







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 Healthcare Communication Framework (HCF)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

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

ONHCF_PROCESSOR - Outbound Event Processing


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 RNHCF_EVENTS_PROCESSOR. "Basic submit
SUBMIT RNHCF_EVENTS_PROCESSOR AND RETURN. "Return to original report after report execution complete
SUBMIT RNHCF_EVENTS_PROCESSOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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)


INCLUDES used within this REPORT RNHCF_EVENTS_PROCESSOR

INCLUDE RNCOLOUR.


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:

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.



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