SAP Reports / Programs

SMICF_RECORDER SAP ABAP Report - ICF Recordings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SICFRECORDER - ICF: Display Recorded Objects


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


Text pool values


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





Text Symbol: 105 = Execute Locally
Text Symbol: 106 = Execute in Other Language
Text Symbol: 107 = Execute as User...
Text Symbol: 108 = Display...
Text Symbol: 109 = Request
Text Symbol: 110 = Response
Text Symbol: 111 = Change Administration Data...
Text Symbol: 112 = Delete
Text Symbol: 113 = Delete ICFRECORDER Entry
Text Symbol: 114 = Do you want to delete all related entries or just the selected entry?
Text Symbol: 115 = All
Text Symbol: 116 = One
Text Symbol: 117 = Download
Text Symbol: 118 = Upload
Text Symbol: 119 = Do you want to save all related entries or just the selected entry?
Text Symbol: 120 = Save ICFRECORDER Entry
Text Symbol: 121 = in New Session
Text Symbol: 122 = in Browser
Text Symbol: 123 = External Aliases
Text Symbol: 124 = HTTP Service Tree
Text Symbol: 125 = Non-Assigned URLs
Text Symbol: 126 = Refresh
Text Symbol: 127 = No recorded entries exist
Text Symbol: 128 = Execute Original
Text Symbol: 129 = Display All
Text Symbol: 130 = Selection Criteria for Displaying Recorded Entries
Text Symbol: 131 = Copy
Text Symbol: 132 = Copy ICFRECORDER Entry
Text Symbol: 134 = Do you want to copy all related entries or just the selected entry?


INCLUDES used within this REPORT SMICF_RECORDER

INCLUDE SMICF_RECORDER_TOP . " GLOBAL DATA
INCLUDE SMICF_RECORDER_CLIMPL.
INCLUDE SMICF_RECORDER_PBO01.
INCLUDE SMICF_RECORDER_PAI01.
INCLUDE SMICF_RECORDER_FORMS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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