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
Below is a list of transaction codes which are relevant to this SAP report
ONK7 - IS-H: Check Configuration
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.
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
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSEIN.
INCLUDE RNSSSPBO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNKONFIG - IS-H: Check Event Configuration RNKONFIG - IS-H: Check Event Configuration RNKHSTATV2007_XMLF01 - RNKHSTATV2007XMLF01 RNKHSTATV2006_XMLF01 - IS-H: Beispielsource für Prüfung auf Vier-Augen-Prinzip RNKHSTATV2005_XMLF01 - RNKHSTATV2005XMLF01 RNKHSTATV2005_FORM_INCLUDES - RNKHSTATV2005FORMINCLUDES