STRCMON 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 STRCMON into the relevant SAP transactions such as SE38 or SE80
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.
Title: STRCMON Program (Only Used as Form Pool)
Text Symbol: 133 = Insert Matchcode
Text Symbol: 132 = Update Matchcode
Text Symbol: 131 = Read matchcode
Text Symbol: 130 = RFC
Text Symbol: 129 = Read dictionary
Text Symbol: 128 = Queue API
Text Symbol: 120 = Load screen
Text Symbol: 119 = Load CUA
Text Symbol: 118 = Load report
Text Symbol: 117 = Generate
Text Symbol: 116 = Commit
Text Symbol: 115 = Delete
Text Symbol: 114 = Update
Text Symbol: 113 = Insert
Text Symbol: 112 = Physical Read
Text Symbol: 111 = Sequential Read
Text Symbol: 110 = Direct Read
Text Symbol: 108 = Load tables
Text Symbol: 107 = TXXX Access
Text Symbol: 106 = Roll Out
Text Symbol: 105 = Roll In
Text Symbol: 063 = SQL Info
Text Symbol: 062 = ML
Text Symbol: 061 = Report / Spool action
Text Symbol: 060 = SLEEP
Text Symbol: 059 = Reset trace files
Text Symbol: 058 = Reset trace files?
Text Symbol: 134 = Physical Insert
Text Symbol: 222 = ADM Messages
Text Symbol: 221 = Memory (Max. Dialog Step)
Text Symbol: 220 = Memory (Max. Transaction)
Text Symbol: 219 = Memory (used)
Text Symbol: 218 = Memory(Total Private)
Text Symbol: 217 = Memory (Total)
Text Symbol: 216 = Calls
Text Symbol: 215 = Full trace with buffers
Text Symbol: 214 = Full trace
INCLUDE RSWPCOMM.
INCLUDE TSKHINCL.
No SAP DATABASE tables are accessed within this REPORT code!
TH_WP_DETAIL_INFO CALL FUNCTION 'TH_WP_DETAIL_INFO' EXPORTING WP = WP_NO IMPORTING WPINFO = LOC_WPINFO DIAREC = DIAREC.
TH_GET_APPL_INFO call function 'TH_GET_APPL_INFO' exporting level = level wp_index = wpinfo-wp_index importing appl_info = appl_info appl_info_len = appl_info_len exceptions no_appl_info_found = 1.
TH_GET_APPL_INFO call function 'TH_GET_APPL_INFO' exporting level = level wp_index = wpinfo-wp_index importing appl_info = appl_info appl_info_len = appl_info_len exceptions no_appl_info_found = 1.
DB_WP_CURRENT_SQL call function 'DB_WP_CURRENT_SQL' exporting host = sy-host wp_pid = wpinfo-wp_pid importing sql_text = sql_text sql_len = sql_len source_ref = source_ref exceptions others = 1.
DB_SQL_DISPLAY call function 'DB_SQL_DISPLAY' exporting stmt_str = sql_text stmt_len = sql_len line_size = 88 with_frame = 'X'.
STRC_SELECT_LOADMASK CALL FUNCTION 'STRC_SELECT_LOADMASK'.
STRC_SELECT_DISPLAYMASK CALL FUNCTION 'STRC_SELECT_DISPLAYMASK'.
SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING MANDT = WP_TABL-WP_MANDT BNAME = WP_TABL-WP_BNAME.
TH_TEST_RFC_RECURSION * CALL FUNCTION 'TH_TEST_RFC_RECURSION' * EXPORTING DEST = 'NONE' * CALLS = 5 * BREAK = 0 * LEVEL = 2 * IN = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-047 TITEL = TEXT-048 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-047 TITEL = TEXT-048 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-049 TITEL = TEXT-050 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-051 TITEL = TEXT-052 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
TH_DEBUG_WP CALL FUNCTION 'TH_DEBUG_WP' EXPORTING WP_NO = WP_TABL-WP_NO EXCEPTIONS NO_AUTHORITY = 1 NO_DEBUGGING_POSSIBLE = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-053 TITEL = TEXT-054 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-057 TEXTLINE2 = TEXT-058 TITEL = TEXT-059 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
GWY_RESET_TRACE * call function 'GWY_RESET_TRACE'.
STRC_DISPLAY_WP_TRACE CALL FUNCTION 'STRC_DISPLAY_WP_TRACE' EXPORTING FILE = DEVFILE * DIRNAME = * LOADMASK = DISPLAYMASK = 'All' EXCEPTIONS OTHERS = 2.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING SELECT_VALUE = SELECTED_LEVEL TABLES FIELDS = FIELD_TBL VALUETAB = TRCLVL EXCEPTIONS OTHERS = 99.
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 STRCMON or its description.
STRCMON - STRCMON Program (Only Used as Form Pool) STRCMON - STRCMON Program (Only Used as Form Pool) STRCINIT - CATS: Time of CATSSTRC Initialization STRCATVQ - CATS: Time AT SELECTION SCREEN ON VALUE REQUEST STRCATSS - documentation and ABAP source code STRCATSO - CATS: Time At Selection Screen Output CATSSTRC