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

RSAL_RULE_MTE_BY_CLASS_OPTIONS SAP ABAP INCLUDE - Program RSAL_RULE_MTE_BY_CLASS_OPTIONS







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


Text pool values


Title: Program RSAL_RULE_MTE_BY_CLASS_OPTIONS
Text Symbol: 027 = Context
Text Symbol: 188 = Status
Text Symbol: 204 = MTE Class
Text Symbol: 234 = System is not configured
Text Symbol: 235 = System cannot be accessed
Text Symbol: 297 = : No information currently available
Text Symbol: 298 = : No MTEs currently available
Text Symbol: 442 = Segment


INCLUDES used within this REPORT RSAL_RULE_MTE_BY_CLASS_OPTIONS

INCLUDE RSALEXTI.
INCLUDE RSALINTI.


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:

SALH_MTECLASS_CHECK CALL FUNCTION 'SALH_MTECLASS_CHECK' TABLES mte_class = mte_class_names mte_class_rc = mte_class_names_rc EXCEPTIONS OTHERS = 99.

SCSM_CONTEXTS_FOR_SYSTEM CALL FUNCTION 'SCSM_CONTEXTS_FOR_SYSTEM' EXPORTING alsystem = r3system_names routes_by_commtype = al_csm_ctype_highprio fill_cache = ' ' mte_class_pattern = mte_class_name TABLES all_contexts = matching_contexts EXCEPTIONS no_contexts_found = 1 no_contexts_reachable = 2 system_unknown = 3 system_not_reachable = 4 OTHERS = 99.

SAL_GET_MTES_BY_REQUEST_TABLE CALL FUNCTION 'SAL_GET_MTES_BY_REQUEST_TABLE' TABLES request = request RESULT = RESULT exceptions segment_not_available = 1 OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = al_monitempl_node_error IMPORTING result_node = result_node EXCEPTIONS OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = al_monitempl_node_error IMPORTING result_node = result_node EXCEPTIONS OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = al_monitempl_node_error IMPORTING result_node = result_node EXCEPTIONS OTHERS = 99.

SALC_MT_READ CALL FUNCTION 'SALC_MT_READ' TABLES in_tid = mte_class_members_tid out_typedef_rc = mte_data EXCEPTIONS OTHERS = 99.

SALC_MT_BUILD_MTNAME CALL FUNCTION 'SALC_MT_BUILD_MTNAME' EXPORTING short_tid = short_tid objectname = mte_data-objectname shortname = mte_data-mtnameshrt name_format = native_format IMPORTING mtname = result_node_name EXCEPTIONS OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = node_type tid = tid IMPORTING result_node = result_node TABLES evaluated_rule_params = temp_params EXCEPTIONS OTHERS = 99.

SALH_CHECK_CONTEXTS_FOR_SYSID CALL FUNCTION 'SALH_CHECK_CONTEXTS_FOR_SYSID' EXPORTING sysid = r3system_names TABLES * UNREACHABLE_CONTEXTS = UNREACHABLE_CONTEXTS unreachable_segments = unreachable_segments EXCEPTIONS no_contexts_found = 1 no_contexts_reachable = 2 system_unknown = 1 system_not_reachable = 2 OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = al_monitempl_node_error IMPORTING result_node = result_node EXCEPTIONS OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = result_node_name node_type = al_monitempl_node_error IMPORTING result_node = result_node EXCEPTIONS OTHERS = 99.

SALH_MTECLASS_GET_ALL CALL FUNCTION 'SALH_MTECLASS_GET_ALL' TABLES mte_class = mte_class_names EXCEPTIONS OTHERS = 99.



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