SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNKONFIG SAP ABAP Report - IS-H: Check Event Configuration







RNKONFIG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to check whether a configuration exists in your institution for events...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 RNKONFIG 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

ONK7 - IS-H: Check Configuration


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


Text pool values


Selection Text: TXTEINRI = Institution Text
Selection Text: SE_EINRI = Institution
Selection Text: EVENT = Event
Selection Text: ERROR = Display Errors only?
Selection Text: ANWEN = Events with Applications only
Title: IS-H: Check Event Configuration
Text Symbol: T03 = Description
Text Symbol: T02 = Event
Text Symbol: T01 = Configuration Check
Text Symbol: SU2 = Number of Bad Events:
Text Symbol: SU1 = Number of Events Checked:
Text Symbol: S01 = Institution
Text Symbol: OK1 = configured for event
Text Symbol: BL2 = Program Selection
Text Symbol: BL1 = Processing Mode
Text Symbol: A05 = System not found
Text Symbol: A04 = Could not find event configuration
Text Symbol: A03 = Unable to find event
Text Symbol: A02 = Application not assigned to any system
Text Symbol: A01 = Event not assigned to any application
Text Symbol: 001 = Message


INCLUDES used within this REPORT RNKONFIG

INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.
INCLUDE RNSSSPBO.


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_AUTH_CHECK_REPORT_EINRI * CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' * EXPORTING * REPID = 'RNKONFIG' * EINRI = EINRI * IMPORTING * RC = RC * EXCEPTIONS * OTHERS = 1.

ISH_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISH_GET_CONFIG_OF_EVENT' EXPORTING APPLK = 'N' EINRI = SE_EINRI EVENT = I_TN02E-EVENT IMPORTING E_TN02K = TN02K EXCEPTIONS NO_ANWEN = 01 NO_TN02A_FOUND = 02 NO_TN02E_FOUND = 03 NO_TN02K_FOUND = 04 NO_TN02S_FOUND = 05.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = RNSTAT-EINRI LINE_SIZE = RNSTAT-LINE_SIZE REPID = RNSTAT-REPID TITLE_LIN1 = RNSTAT-TITLE_LIN1 TITLE_LIN2 = ' ' ULINE = ' ' EXCEPTIONS INVALID_EINRI = 01.



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