COM_SE_ADMIN_F18 is a standard ABAP INCLUDE 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 COM_SE_ADMIN_F18 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: Form PROCESS_OK_CODE_100
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_MAINTENANCE_CALL CALL FUNCTION 'OBJECT_MAINTENANCE_CALL' EXPORTING TABNAME = 'COM_SE_BUSOBJ'. "entry point
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING VIEWCLUSTER_NAME = 'VC_COM_SE_BUSOBJ' MAINTENANCE_ACTION = 'S'. "S = Show
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING VIEW_NAME = 'V_T002_SUBST' ACTION = 'S'. "S = Show
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING VIEW_NAME = 'V_COM_SE_SEARCH' ACTION = 'S'. "S = Show
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = CL_COM_SE_APPL_LOG=>GC_LOG_OBJECT OBJECT_ATTRIBUTE = 2 SUBOBJECT_ATTRIBUTE = 2 EXTERNAL_NUMBER_ATTRIBUTE = 2 TITLE_SELECTION_SCREEN = 'Analyze SES Log'(T01) TITLE_LIST_SCREEN = 'Display SES Log'(T02) I_VARIANT_REPORT = LV_REPID I_SRT_BY_TIMSTMP = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.