SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSALUTILS SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT RSALUTILS

No INCLUDES are used within this REPORT code!


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:

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.



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