SMICF_RECORDER 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 SMICF_RECORDER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SICFRECORDER - ICF: Display Recorded Objects
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.
Selection Text: GSO_TIME = Logon Time
Selection Text: GSO_DATE = Logon Date
Selection Text: GP_REQ = Processed Requests
Selection Text: GP_PATH = Request Path
Selection Text: GP_ONAME = Recording by User
Selection Text: GP_LOGON = Logon Errors
Selection Text: GP_LNAME = Logon by User
Title: ICF Recordings
Text Symbol: 136 = Table Entry
Text Symbol: 137 = --- Binary Data ---
Text Symbol: 138 = Client Requests
Text Symbol: 139 = Call Number
Text Symbol: 140 = Session Context
Text Symbol: 141 = Logon Context
Text Symbol: 142 = You are not authorized to make changes
Text Symbol: 143 = Entry locked by user &
Text Symbol: 144 = Logon Data
Text Symbol: 146 = Entry in Table ICFRECORDER
Text Symbol: 147 = Date
Text Symbol: 148 = Time
Text Symbol: 149 = Select Corresponding Entries
Text Symbol: 150 = Deselect
Text Symbol: 151 = Session (Sequential Number)
Text Symbol: 152 = Status
Text Symbol: 153 = Logon Error
Text Symbol: 154 = Copy
Text Symbol: 155 = Protocol
Text Symbol: 156 = Corresponding Entry
Text Symbol: 157 = Client Entry
Text Symbol: 158 = Server Entry
Text Symbol: 159 = List of Recordings for Chosen Path
Text Symbol: 160 = List of Recordings for Chosen Context
Text Symbol: 161 = Highlighted
Text Symbol: 135 = Call Context
Text Symbol: 101 = No node selected in ICF tree
Text Symbol: 102 = ICF Services
Text Symbol: 103 = Execute...
Text Symbol: 104 = Execute
INCLUDE SMICF_RECORDER_TOP . " GLOBAL DATA
INCLUDE SMICF_RECORDER_CLIMPL.
INCLUDE SMICF_RECORDER_PBO01.
INCLUDE SMICF_RECORDER_PAI01.
INCLUDE SMICF_RECORDER_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.