SAP Reports / Programs | Basis Components | Use Subcomponents | Background Processing(BC-CCM-BTC) SAP BC

MSSY2MON SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE RSALEXTI.
INCLUDE BPALDEFS.


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:

SALI_MC_CREATE_ATTACH CALL FUNCTION 'SALI_MC_CREATE_ATTACH' EXPORTING MCNAME = SYSTEM_WIDE_BP_CTX_NAME NUMRANGE = AL_NR_SAP_R3_BTC OWNER = 'SAP_CCMS' * SEGMENT = MT_CLASS = R3_SYSTEM_WIDE_BP_CTX_MTC * SYSID = SYSTEMWIDE_CONTEXT = 'X' IMPORTING ROOT_TID = PARENT EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 SEGMENT_NOT_FOUND = 2 WRONG_SEGMENT = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING PARENT_TID = PARENT MO_NAME = SYSTEM_WIDE_BACKGROUND_NAME NUMRANGE = AL_NR_SAP_R3_BTC UNIQUENUM = SYSTEM_WIDE_BACKGROUND_UID * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 MT_CLASS = R3_SYSTEM_WIDE_BACKGROUND_MTC IMPORTING NEW_TID = PARENT EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING MT_FULL_NAME = BTC_FULLNAME IMPORTING TID = PARENT EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 NAME_NOT_FOUND = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 OTHERS = 5.

SALI_MA_CREATE_ATTACH CALL FUNCTION 'SALI_MA_CREATE_ATTACH' EXPORTING PARENT_TID = PARENT NAME = QUEUE_LEN_NAME TYPECLASS = QUEUE_LEN_TC * SUBTYPE = AL_STD_NO_SUBCLASS NUMRANGE = AL_NR_SAP_R3_BTC UNIQUENUM = QUEUE_LEN_UID MT_CLASS = QUEUE_LEN_MTC CUSTOMIZING_GROUP = QUEUE_LEN_MTC IMPORTING NEW_TID = QUEUE_LEN_ATTR EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.

SALI_MA_GENER_CUSTOMIZE_PRESET CALL FUNCTION 'SALI_MA_GENER_CUSTOMIZE_PRESET' EXPORTING TID = QUEUE_LEN_ATTR CUSTOMIZING_GROUP = QUEUE_LEN_MTC * SEVERITY = 50 * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * KEEPALTYPE = al_keep_all * KEEPALMAX = 10 * SEC_UNTIL_COLLECTING_TOOL = 0 * SEC_UNTIL_SET_INACTIV = 0 SEC_WARMUPTIME = 900 * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 EXCEPTIONS INVALID_TID = 1 INVALID_PARAMETERS = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 OTHERS = 5.

SALI_PERF_CUSTOMIZE_PRESET CALL FUNCTION 'SALI_PERF_CUSTOMIZE_PRESET' EXPORTING TID = QUEUE_LEN_ATTR CUSTOMIZING_GROUP = QUEUE_LEN_MTC RELEVANT_VALUE = AL_PERF_RV_SMOOTH_15 * THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE TH_GREEN_TO_YELLOW = 20 TH_YELLOW_TO_RED = 40 TH_YELLOW_TO_GREEN = 10 TH_RED_TO_YELLOW = 20 UNIT = TEXT-UNT DECIMALS = 1 * ALERT_TEXT_MSGID = 'RT' * ALERT_TEXT_MSGNO = 001 EXCEPTIONS INVALID_TID = 1 WRONG_TYPECLASS = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.

SALI_TOOL_PRESET CALL FUNCTION 'SALI_TOOL_PRESET' EXPORTING TID = QUEUE_LEN_ATTR * COLLECTING_TOOL = * ONALERT_TOOL = ANALYZE_TOOL = BP_QUEUE_ANALYZE_TOOL * TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' MT_CLASS = QUEUE_LEN_MTC EXCEPTIONS INVALID_TID = 1 INVALID_PARAMETERS = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 OTHERS = 5.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING TOTAL_OF_REPORTED_VALUES = LENGTH * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = CHANGING TID = QUEUE_LEN_ATTR EXCEPTIONS INVALID_TID = 1 WRONG_TYPECLASS = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 OTHERS = 6.



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