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

RSAL_RULE_MTEBYCLASSUNDERCLASS SAP ABAP INCLUDE - Program RSAL_RULE_MTEBYCLASSFORCONTXT







RSAL_RULE_MTEBYCLASSUNDERCLASS 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_MTEBYCLASSUNDERCLASS 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_MTEBYCLASSUNDERCLASS. "Basic submit
SUBMIT RSAL_RULE_MTEBYCLASSUNDERCLASS AND RETURN. "Return to original report after report execution complete
SUBMIT RSAL_RULE_MTEBYCLASSUNDERCLASS 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_MTEBYCLASSFORCONTXT


INCLUDES used within this REPORT RSAL_RULE_MTEBYCLASSUNDERCLASS

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.

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

SALC_GET_MTE_BY_CL_UNDER_TID CALL FUNCTION 'SALC_GET_MTE_BY_CL_UNDER_TID' EXPORTING mteclass = mte_class start_tid = tid IMPORTING tids_for_mteclass = tid_table EXCEPTIONS invalid_tid = 1 other_problem = 2 invalid_param = 3 salc_internal_error = 4 segment_not_available = 5 OTHERS = 99.

SALC_MT_READ CALL FUNCTION 'SALC_MT_READ' EXPORTING get_eff_tools = 'X' "thus cache might be used later TABLES in_tid = tid_table out_typedef_rc = mte_data EXCEPTIONS OTHERS = 99.

SALC_MT_BUILD_MTNAME CALL FUNCTION 'SALC_MT_BUILD_MTNAME' EXPORTING short_tid = short_tid objectname = -objectname shortname = -mtnameshrt * NAME_FORMAT = VISUAL_FORMAT IMPORTING mtname = mte_name EXCEPTIONS short_tid_missing = 1 invalid_name_format = 2 OTHERS = 99.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = node_name node_type = al_monitempl_node_mte tid = node_tid IMPORTING result_node = result_node TABLES evaluated_rule_params = temp_params EXCEPTIONS invalid_node_type = 1 node_name_missing = 2 OTHERS = 99.

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

SALC_UTIL_NAME_SPLIT CALL FUNCTION 'SALC_UTIL_NAME_SPLIT' TABLES in_names = longnames name_split = splitednames.

SALM_RULE_RESULT_NODE_CREATE CALL FUNCTION 'SALM_RULE_RESULT_NODE_CREATE' EXPORTING node_name = temp_result_nodes-node_name node_type = al_monitempl_node_virtual tid = temp_result_nodes-tid IMPORTING result_node = result_node TABLES evaluated_rule_params = temp_params EXCEPTIONS invalid_node_type = 1 node_name_missing = 2 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_MTEBYCLASSUNDERCLASS or its description.