SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | liveCache(BC-DB-LVC) SAP BC

ADMLCI99 SAP ABAP INCLUDE - documentation and ABAP source code







ADMLCI99 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 ADMLCI99 into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT ADMLCI99

No INCLUDES are used within this REPORT code!


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:

DISPLAY_INSTANCE_PROPS_SDB CALL FUNCTION 'DISPLAY_INSTANCE_PROPS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container IMPORTING state = g_lc_state.

DISPLAY_ACTIVITIES_SDB CALL FUNCTION 'DISPLAY_ACTIVITIES_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_TASKS_SDB CALL FUNCTION 'DISPLAY_TASKS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_THREADS_SDB CALL FUNCTION 'DISPLAY_THREADS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_THREAD_STAT_SDB CALL FUNCTION 'DISPLAY_THREAD_STAT_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_IO_SDB CALL FUNCTION 'DISPLAY_IO_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_BACKUP_IO_SDB CALL FUNCTION 'DISPLAY_BACKUP_IO_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_REGIONS_SDB CALL FUNCTION 'DISPLAY_REGIONS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_SQL_WAITS_SDB CALL FUNCTION 'DISPLAY_SQL_WAITS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_SQL_LOCKS_SDB CALL FUNCTION 'DISPLAY_SQL_LOCKS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_COMMAND_MONITOR_SDB CALL FUNCTION 'DISPLAY_COMMAND_MONITOR_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_RESOURCE_MONITOR_SDB CALL FUNCTION 'DISPLAY_RESOURCE_MONITOR_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_DEVSPACES_SDB CALL FUNCTION 'DISPLAY_DEVSPACES_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_CACHES_SDB CALL FUNCTION 'DISPLAY_CACHES_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_HEAP_USAGE_SDB CALL FUNCTION 'DISPLAY_HEAP_USAGE_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_MEMORY_STATISTICS_SDB CALL FUNCTION 'DISPLAY_MEMORY_STATISTICS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container active = 'D' EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_MEMORY_STATISTICS_SDB CALL FUNCTION 'DISPLAY_MEMORY_STATISTICS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container active = 'L' EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_INTERNAL_STATE_SDB CALL FUNCTION 'DISPLAY_INTERNAL_STATE_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_MONITOR_OMS_SDB





CALL FUNCTION 'DISPLAY_MONITOR_OMS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_CLASSCONTAINERS_SDB CALL FUNCTION 'DISPLAY_CLASSCONTAINERS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_MONITOR_SDB CALL FUNCTION 'DISPLAY_MONITOR_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_OMS_VERSIONS_SDB CALL FUNCTION 'DISPLAY_OMS_VERSIONS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_DBPROCEDURES_SDB CALL FUNCTION 'DISPLAY_DBPROCEDURES_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_TRANSACTIONS_SDB CALL FUNCTION 'DISPLAY_TRANSACTIONS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

FILE_NAVIGATOR_SDB CALL FUNCTION 'FILE_NAVIGATOR_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container iv_navigator_type = 'DIAGHISTORY'.

DISPLAY_DBA_HISTORY_SDB CALL FUNCTION 'DISPLAY_DBA_HISTORY_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_TABLEINFO_SDB CALL FUNCTION 'DISPLAY_TABLEINFO_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_INDEXES_SDB CALL FUNCTION 'DISPLAY_INDEXES_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS no_connection = 1 OTHERS = 99.

DISPLAY_SYSINFO_VIEWS_SDB CALL FUNCTION 'DISPLAY_SYSINFO_VIEWS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

MAINTAIN_PARAMETERS_SDB CALL FUNCTION 'MAINTAIN_PARAMETERS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_PARAMETER_HISTORY_SDB CALL FUNCTION 'DISPLAY_PARAMETER_HISTORY_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

MEDIA_MANAGER_SDB CALL FUNCTION 'MEDIA_MANAGER_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

EXEC_DBM_COMMAND_SDB CALL FUNCTION 'EXEC_DBM_COMMAND_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS OTHERS = 0.

DISPLAY_DBTRACE_SDB CALL FUNCTION 'DISPLAY_DBTRACE_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_BOTTLENECKS_SDB CALL FUNCTION 'DISPLAY_BOTTLENECKS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS OTHERS = 0.

DISPLAY_BA_EXPERT_SDB CALL FUNCTION 'DISPLAY_BA_EXPERT_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_SCHEMA_SDB CALL FUNCTION 'DISPLAY_SCHEMA_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container EXCEPTIONS OTHERS = 0.

DISPLAY_OBJECT_LOCKS_SDB CALL FUNCTION 'DISPLAY_OBJECT_LOCKS_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.




DISPLAY_TABSIZE_HISTORY_SDB CALL FUNCTION 'DISPLAY_TABSIZE_HISTORY_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.

DISPLAY_HISTORY_CLASSCONT_SDB CALL FUNCTION 'DISPLAY_HISTORY_CLASSCONT_SDB' EXPORTING db_ref = lvc_ref docking = g_docking_container.



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