SAP Reports / Programs | Basis Components | Client/Server Technology | Low Level Layer(BC-CST-LL) SAP BC

STRCMON SAP ABAP Report - STRCMON Program (Only Used as Form Pool)







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


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


Text pool values


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





Text Symbol: 213 = Trace Errors Only
Text Symbol: 212 = No trace
Text Symbol: 211 = Page
Text Symbol: 210 = Roll
Text Symbol: 209 = (Bytes)
Text Symbol: 208 = Matchcode
Text Symbol: 207 = Development Environ.
Text Symbol: 206 = RSQL
Text Symbol: 205 = NTAB
Text Symbol: 204 = Roles / Memory
Text Symbol: 203 = Database
Text Symbol: 202 = Recs.
Text Symbol: 201 = Time (usec)
Text Symbol: 200 = Number
Text Symbol: 140 = DB Procedure Calls
Text Symbol: 139 = Delete matchcode
Text Symbol: 136 = Physical Delete
Text Symbol: 135 = Physical Update
Text Symbol: 029 = CPU
Text Symbol: 028 = Sem
Text Symbol: 027 = Err
Text Symbol: 026 = Start
Text Symbol: 025 = Reas.
Text Symbol: 024 = Status
Text Symbol: 023 = PID
Text Symbol: 022 = Typ
Text Symbol: 021 = No
Text Symbol: 020 = Table
Text Symbol: 019 = Action
Text Symbol: 018 = GUI
Text Symbol: 017 = NUM
Text Symbol: 016 = ADM
Text Symbol: 015 = CPIC
Text Symbol: 014 = Debug
Text Symbol: 013 = SPO
Text Symbol: 012 = BGD
Text Symbol: 011 = ENQ
Text Symbol: 010 = UPD
Text Symbol: 009 = DIA





Text Symbol: 008 = Y
Text Symbol: 007 = No
Text Symbol: 006 = *******
Text Symbol: 005 = Stopped
Text Symbol: 004 = Hold
Text Symbol: 003 = Runs
Text Symbol: 002 = Wait
Text Symbol: 057 = Trace Used for Error Analysis
Text Symbol: 056 = LOCK
Text Symbol: 055 = SNC
Text Symbol: 054 = Cancel Program
Text Symbol: 053 = Cancel program?
Text Symbol: 052 = Debug program
Text Symbol: 051 = Debug program?
Text Symbol: 050 = End Session
Text Symbol: 049 = End session?
Text Symbol: 048 = Cancel process
Text Symbol: 047 = Cancel process?
Text Symbol: 046 = GWMON
Text Symbol: 045 = SLIST
Text Symbol: 044 = VBADM
Text Symbol: 043 = Snce
Text Symbol: 042 = An error occurred when cancelling the program
Text Symbol: 041 = An error occurred when exiting the process
Text Symbol: 040 = Debugging Currently not Possible
Text Symbol: 039 = Gateway &
Text Symbol: 038 = Server &
Text Symbol: 037 = Function / Conversation ID
Text Symbol: 036 = Waiting f.
Text Symbol: 035 = UP2
Text Symbol: 034 = PRIV
Text Symbol: 033 = User
Text Symbol: 032 = Cl.
Text Symbol: 031 = Report
Text Symbol: 030 = Time


INCLUDES used within this REPORT STRCMON

INCLUDE RSWPCOMM.
INCLUDE TSKHINCL.


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:




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.



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