SAPFS_SECLOG 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 SAPFS_SECLOG 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: Report SAPFSSECLOG
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_EXIST_TABLE * CALL FUNCTION 'DD_EXIST_TABLE' * EXPORTING * TABNAME = seclog_tabname * STATUS = 'A' * IMPORTING * SUBRC = seclog_subrc * EXCEPTIONS * OTHERS = 2.
DB_EXISTS_TABLE * CALL FUNCTION 'DB_EXISTS_TABLE' * EXPORTING * TABNAME = seclog_tabname * IMPORTING * SUBRC = seclog_subrc.
UPG_IS_SHADOW_SYSTEM CALL FUNCTION 'UPG_IS_SHADOW_SYSTEM' EXPORTING IV_R3UP = 'X' IMPORTING EV_SHADOW = this_is_shadow.
UPG_GET_UPGRADE_INFO CALL FUNCTION 'UPG_GET_UPGRADE_INFO' EXPORTING IV_COMPONENT = 'SAP_BASIS' IV_READMODE = 'ACT' TABLES TT_UPGINFO = IT_UPGINFO EXCEPTIONS READMODE_UNKNOWN = 1 COMPONENT_NOT_ACTIVE = 2 AMBIGIOUS_ENTRIES = 3 NO_UPGRADE_ACTIVE = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFS_SECLOG - Report SAPFSSECLOG SAPFS_SECLOG - Report SAPFSSECLOG SAPFSZA0 - Pool for external form routines (central address management) SAPFSZA0 - Pool for external form routines (central address management) SAPFSYSCALLSFF - Form routines for SAPFSYSCALLS SAPFSYSCALLSFF - Form routines for SAPFSYSCALLS