RSALUTILS is a standard ABAP INCLUDE 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 RSALUTILS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SALR_MTE_GET_TID_BY_NAME CALL FUNCTION 'SALR_MTE_GET_TID_BY_NAME' EXPORTING LONGNAME = LONGNAME IMPORTING TID = TID EXCEPTIONS SEGMENT_NOT_AVAILIABLE = 1 NAME_UNABLE_TO_EXPAND = 2 NAME_NOT_FOUND = 3 C_CALL_FAILED = 4 COMMUNICATION_ERROR = 5 INTERNAL_ERROR = 6 UNKNOWN_ERROR = 7 DB_ERROR = 8 OTHERS = 9.
SALR_MTE_READ_GENERAL CALL FUNCTION 'SALR_MTE_READ_GENERAL' EXPORTING TID = TID IMPORTING * GENERAL_INFO = * GENERAL_CUSTOMIZATION = GENERAL_VALUES = GEN_PROPERTIES * COLLECTING_TOOL_DEF = * ONALERT_TOOL_DEF = * ANALYZE_TOOL_DEF = * COLLECTING_TOOL_RUN = * ONALERT_TOOL_RUN = * PARENT_INFO = * TABLES * ALERTS = EXCEPTIONS INVALID_TID = 1 COMMUNICATION_PROBLEM = 2 INTERNAL_ERROR = 3 OTHER_PROBLEM = 4 OTHERS = 99.
TH_SERVER_TYPE CALL FUNCTION 'TH_SERVER_TYPE' EXPORTING SERVICES = WPTYPE IMPORTING IS_A_DIALOG = IS_A_DIALOG IS_A_BATCH = IS_A_BATCH IS_A_UPDATE = IS_A_UPDATE IS_A_UPDATE2 = IS_A_UPDATE2 IS_A_SPOOL = IS_A_SPOOL IS_A_ENQUEUE = IS_A_ENQUEUE IS_A_ATP = IS_A_ATP.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSALUTILS - documentation and ABAP source code RSALUPGR - CCMS Monitoring Architecture: Delete Obsolete MTEs RSALUPGR - CCMS Monitoring Architecture: Delete Obsolete MTEs RSALTTAL - Deprecated: Maintenance Interface for Alert Parameter Table TALIM RSALTTAL - Deprecated: Maintenance Interface for Alert Parameter Table TALIM RSALTSTI - Include with Definitions for Test Program RSALTEST