RSECLOPD_UPDATE_AUTH_STATUS 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 RSECLOPD_UPDATE_AUTH_STATUS 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: Determine Authorization Status of LOPD Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSEC_READ_ARCHIVE_PROTOCOL CALL FUNCTION 'RSEC_READ_ARCHIVE_PROTOCOL' EXPORTING i_sessionid = ls_logh-sessionid i_with_message = space IMPORTING e_t_rseclog = lt_rseclog EXCEPTIONS not_found = 1 OTHERS = 2.
RSECLOPD_LOG_GET_AUTH_STAT CALL FUNCTION 'RSECLOPD_LOG_GET_AUTH_STAT' EXPORTING i_session = ls_logh-sessionid it_rseclog = lt_rseclog IMPORTING authflg = l_authflg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSECLOPD_UPDATE_AUTH_STATUS - Determine Authorization Status of LOPD Log RSECLOPD_UPDATE_AUTH_STATUS - Determine Authorization Status of LOPD Log RSECLOPD_CHECK_QUERY_META_DATA - Program RSECLOPD_CHECK_QUERY_META_DATA RSECLOPD_CHECK_QUERY_META_DATA - Program RSECLOPD_CHECK_QUERY_META_DATA RSECLOPD_CHECK_QUERY - Program RSECLOPD_CHECK_QUERY RSECLOPD_CHECK_QUERY - Program RSECLOPD_CHECK_QUERY