RSEC_PROTOCOL_MAIN 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 RSEC_PROTOCOL_MAIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSECPROT - Maintenance of Analysis Auth.
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: L_ARCH = From Archive
Selection Text: L_DB = From Database
Selection Text: S_EUSERS = Executing User
Selection Text: S_RUSERS = Restricted User
Selection Text: S_TMSTMP = D .
Title: Program RSEC_PROTOCOL_MAIN
Text Symbol: 001 = Delete Selections
Text Symbol: 002 = Selection Criteria
Text Symbol: 003 = Data Source
Text Symbol: 004 = Display Old Generation Logs
Text Symbol: INF = Information for User Interface
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSEC_SHOW_LOG CALL FUNCTION 'RSEC_SHOW_LOG' EXPORTING i_pid = l_pid i_archive = l_arch EXCEPTIONS protocol_not_found = 1 OTHERS = 2.
DOKU_OBJECT_SHOW CALL FUNCTION 'DOKU_OBJECT_SHOW' EXPORTING dokclass = 'DT' doklangu = sy-langu dokname = 'INFO_RSECADMIN' doktitle = text-inf "Information zur Benutzeroberfläche TABLES links = links.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.