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

SP_TEST_QRFC_CONTEXT_UPDATE SAP ABAP Report - Can only be run on the central server







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


Text pool values


Title: Can only be run on the central server


INCLUDES used within this REPORT SP_TEST_QRFC_CONTEXT_UPDATE

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:

SALI_MC_CREATE_ATTACH CALL FUNCTION 'SALI_MC_CREATE_ATTACH' EXPORTING * mcname = 'Transactional RFC' mcname = 'tRFC and qRFC' * NUMRANGE = AL_NR_AUTO owner = 'SAP_CCMS' * SEGMENT = mt_class = 'CCMS_tRFC_qRFC_Context' * mt_class = 'CCMS_tRFC_Context' * SYSID = SY-SYSID * CLIENT = AL_MC_ALL_CLIENTS * SYSTEMWIDE_CONTEXT = ' ' * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 013 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING ROOT_TID = context_tid DETAILED_ERROR_TEXT = etx EXCEPTIONS UNABLE_TO_EXPAND_NAME = 1 SEGMENT_NOT_FOUND = 2 COMMUNICATION_FAILURE = 3 OTHER_PROBLEM = 4 WRONG_SEGMENT = 5 NO_MORE_SPACE = 6 INVALID_PARAMETER = 7 OTHERS = 8 .

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = context_tid mo_name = 'qRFC_Test_Tid' * NUMRANGE = AL_NR_AUTO * UNIQUENUM = * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 mt_class = 'CCMS_tRFC_Test_MO' * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = IMPORTING NEW_TID = object_tid DETAILED_ERROR_TEXT = etx EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 NO_MORE_SPACE = 8 OTHERS = 9 .

SALI_PERF_CREATE_ATTACH CALL FUNCTION 'SALI_PERF_CREATE_ATTACH' EXPORTING parent_tid = object_tid mte_name = 'qRFC_Test_MA' mte_class = 'CCMS_tRFC_Test_MA' * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_NEWEST * MTE_KEEPALMAX = 10 * MTE_SECONDS_TIL_COLLECTINGTOOL = 0 * MTE_SECONDS_UNTIL_SET_INACTIVE = 0 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = 'RT' mte_f1_help_text_msgno = 013 perf_customizing_group = 'CCMS_tRFC_Test_MA' * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST * PERF_THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE perf_threshold_green_to_yellow = 1 perf_threshold_yellow_to_red = 4 PERF_THRESHOLD_YELLOW_TO_GREEN = 2 PERF_THRESHOLD_RED_TO_YELLOW = 3 * PERF_UNIT_TO_DISPLAY = * PERF_DECIMALS = 0 * PERF_ALERT_TEXT_MSGID = 'RT' * PERF_ALERT_TEXT_MSGNO = 001 * TOOL_COLLECTING = * TOOL_ONALERT = * TOOL_ANALYZE = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' IMPORTING NEW_TID = perf_tid DETAILED_ERROR_TEXT = etx EXCEPTIONS INVALID_TID = 1 UNABLE_TO_EXPAND_NAME = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 NO_MORE_SPACE = 8 OTHERS = 9 .

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = 5 * NUMBER_OF_REPORTED_VALUES = 1 * REPORTEDBY = IMPORTING DETAILED_ERROR_TEXT = etx changing tid = perf_tid EXCEPTIONS INVALID_TID = 1 WRONG_TYPECLASS = 2 INVALID_PARAMETERS = 3 COMMUNICATION_FAILURE = 4 OTHER_PROBLEM = 5 WRONG_SEGMENT = 6 INTERNAL_FAILURE_SALS = 7 OTHERS = 8 .



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