SAP Reports / Programs

RSINFMN0 SAP ABAP Report - Informix Alert Monitor







RSINFMN0 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 RSINFMN0 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Informix Alert Monitor


INCLUDES used within this REPORT RSINFMN0

INCLUDE RSITALIM.
INCLUDE RSINFTEM.
INCLUDE RSINFTDI.


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:

S_DB_INFORMIX_VERSION_GET CALL FUNCTION 'S_DB_INFORMIX_VERSION_GET' EXPORTING FULL_VERSION = ' ' IMPORTING VERSION = INFORMIX_VERSION EXCEPTIONS COMMUNICATION_FAILURE = 01 SYSTEM_FAILURE = 02 WRONG_DATABASE = 03 X_ERROR = 04.

RZL_ALERT_SET_DB_ALERTS CALL FUNCTION 'RZL_ALERT_SET_DB_ALERTS' EXCEPTIONS OTHERS = 1.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor' TTEXT = MAIN_TTEXT TEXT1 = MAIN_LTEXT STITL = '5' " Titelhoehe TIMER = TIMER " in sec STAT = MAIN_STAT SUPER = 'X' WINID = 'MAIN' X_OPT = 'SET TIMES X' * BGCLR = 'DARKGRAY' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = MAIN_MATRIX MENU = MAIN_PFKEYS SIZE = MAIN_SIZE.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor - Informix' TTEXT = ISAMREAD_TTEXT TEXT1 = ISAMREAD_LTEXT STITL = '5' " Titelhoehe TIMER = ISAMREAD_TIMER " timer is set in main in sec STAT = ISAMREAD_STAT SUPER = SPACE WINID = 'ISRD' X_OPT = 'SET TIMES X' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = ISAMREAD_MATRIX MENU = PROCESS_PFKEYS SIZE = ISAMREAD_SIZE.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor - Informix' TTEXT = ISAMCHNG_TTEXT TEXT1 = ISAMCHNG_LTEXT STITL = '5' " Titelhoehe TIMER = ISAMCHNG_TIMER " timer is set in main in sec STAT = ISAMCHNG_STAT SUPER = SPACE WINID = 'ISCH' X_OPT = 'SET TIMES X' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = ISAMCHNG_MATRIX MENU = PROCESS_PFKEYS SIZE = ISAMCHNG_SIZE.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor - Informix' TTEXT = ISAMRLBK_TTEXT TEXT1 = ISAMRLBK_LTEXT STITL = '5' " Titelhoehe TIMER = ISAMRLBK_TIMER " timer is set in main in sec STAT = ISAMRLBK_STAT SUPER = SPACE WINID = 'ISRL' X_OPT = 'SET TIMES X' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = ISAMRLBK_MATRIX MENU = PROCESS_PFKEYS SIZE = ISAMRLBK_SIZE.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor - Informix' TTEXT = LONGWAIT_TTEXT TEXT1 = LONGWAIT_LTEXT STITL = '5' " Titelhoehe TIMER = LONGWAIT_TIMER " timer is set in main in sec STAT = LONGWAIT_STAT SUPER = SPACE WINID = 'WAIT' X_OPT = 'SET TIMES X' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = LONGWAIT_MATRIX MENU = PROCESS_PFKEYS SIZE = LONGWAIT_SIZE.

GRAPH_BUTTON CALL FUNCTION 'GRAPH_BUTTON' " Button Graphik EXPORTING WTEXT = 'SAP Performance Monitor - Informix' TTEXT = SEQUSCAN_TTEXT TEXT1 = SEQUSCAN_LTEXT STITL = '5' " Titelhoehe TIMER = SEQUSCAN_TIMER " timer is set in main in sec STAT = SEQUSCAN_STAT SUPER = SPACE WINID = 'SEQU' X_OPT = 'SET TIMES X' IMPORTING ROWNR = NROW COLNR = NCOL M_TYP = M_TYP B_TYP = B_TYP B_KEY = B_KEY RWNID = RWNID RBUFF = RBUFF TABLES DATA = SEQUSCAN_MATRIX MENU = PROCESS_PFKEYS SIZE = SEQUSCAN_SIZE.

TEXT_MATRIX CALL FUNCTION 'TEXT_MATRIX' EXPORTING TTEXT = TTEXT STAT = TEXT_STAT WINID = 'TEXT' CSIZE = '80' IMPORTING RWNID = RWNID RBUFF = RBUFF M_TYP = M_TYP TABLES DATA = TEXT.



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