SLCA_13 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 SLCA_13 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LCA13 - liveCache and LCA Objects Analysis
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: LC and LCA Objects Analysis
Text Symbol: 232 = Megabyte
Text Symbol: 231 = Pages
Text Symbol: 230 = Data Cache
Text Symbol: 227 = Initialization Log
Text Symbol: 226 = lcinit.log - End
Text Symbol: 225 = lcinit.log - Start
Text Symbol: 224 = knldiag.err - Last Start
Text Symbol: 223 = knldiag.err - Last Initialization
Text Symbol: 222 = knldiag.err - Last Messages
Text Symbol: 221 = knldiag - End
Text Symbol: 220 = knldiag - Start
Text Symbol: 219 = Current Messages
Text Symbol: 218 = Error Messages
Text Symbol: 202 = Error when reading the LCINIT.LOG files
Text Symbol: 201 = No additional rows exist
Text Symbol: 200 = Error when reading the KNLDIAG files
Text Symbol: 127 = Error during the LC connection
Text Symbol: 126 = Error at operating system command niping
Text Symbol: 125 = External operating system command "NIPING" possibly not created
Text Symbol: 121 = logical operating system niping
Text Symbol: 120 = You are not authorized to execute the
Text Symbol: 107 = Reading data cache...
Text Symbol: 105 = Reading lcinit.log...
Text Symbol: 104 = Reading knldiag.err...
Text Symbol: 103 = Reading knldiag...
Text Symbol: 102 = Testing network...
Text Symbol: 233 = Cache Sizes
Text Symbol: 328 = Help for Standard liveCache Test
Text Symbol: 322 = Help for slca_lck_synchowners
Text Symbol: 319 = Help for liveCache Connection LEA
Text Symbol: 318 = Help for slca_lcaalerts
Text Symbol: 317 = Help for Administration Report in LC "Initial Postprocessing"
Text Symbol: 315 = Help for liveCache Parameter OmsVersionThreshold
Text Symbol: 314 = Help for liveCache Parameter OmsHeapThreshold
Text Symbol: 313 = Help for liveCache Parameter OmsMaxHeapSize
Text Symbol: 312 = Help for liveCache Parameter MaxSQLLocks
Text Symbol: 309 = Help for RFC Connections with Errors
INCLUDE: SLCA_FORMS,
No SAP DATABASE tables are accessed within this REPORT code!
SWY_PROGRAM_EXISTS CALL FUNCTION 'SWY_PROGRAM_EXISTS' EXPORTING program = '/SAPAPO/OM_LC_COM_ANALYSIS' EXCEPTIONS program_not_exists = 1.
ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_&1_LIGHT' info = &2 importing result = gv_&1 exceptions others = 0.
CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-100.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-101.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-102.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-103.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-104.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-105.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-107.
SPAM_READ_PATCH_TABLES CALL FUNCTION 'SPAM_READ_PATCH_TABLES' EXPORTING read_pat03 = 'X' TABLES pat03_list = lt_pat03.
LCA_LIVECACHE_AVAILABLE CALL FUNCTION 'LCA_LIVECACHE_AVAILABLE' IMPORTING ev_installed = lv_installed.
LC_SEL_VERSIONS CALL FUNCTION 'LC_SEL_VERSIONS' EXPORTING con_name = gv_lc_name IMPORTING lc_runtime_version = gv_runtime EXCEPTIONS no_connection = 1 no_entry_found = 2 table_not_found = 3 OTHERS = 4.
LCA_VERSION_GET CALL FUNCTION 'LCA_VERSION_GET' IMPORTING et_version = lt_version EXCEPTIONS OTHERS = 1.
GET_APPL_RELINFO_SDB CALL FUNCTION 'GET_APPL_RELINFO_SDB' IMPORTING es_srv_relinfo = ls_srv_relinfo.
GET_APPL_RELINFO_SDB CALL FUNCTION 'GET_APPL_RELINFO_SDB' EXPORTING con_name = gv_lc_name IMPORTING es_srv_relinfo = ls_srv_relinfo.
DBM_EXECUTE_SDB CALL FUNCTION 'DBM_EXECUTE_SDB' EXPORTING iv_con_name = gv_lc_name iv_call_mode = 'C' iv_command = 'sql_execute select time from dual' iv_comm_text = ' ' TABLES et_result = lt_result EXCEPTIONS OTHERS = 0.
DBM_EXECUTE_SDB CALL FUNCTION 'DBM_EXECUTE_SDB' EXPORTING iv_con_name = gv_lc_name iv_call_mode = 'C' iv_command = 'sql_execute select date from dual' iv_comm_text = ' ' TABLES et_result = lt_result EXCEPTIONS OTHERS = 0.
LC_GET_STATE CALL FUNCTION 'LC_GET_STATE' EXPORTING con_name = gv_lc_name use_dbmrfc = 'S' IMPORTING lc_state = lv_lc_state TABLES action_protocol = lt_action_protokoll EXCEPTIONS OTHERS = 1.
LC_GET_STATE CALL FUNCTION 'LC_GET_STATE' EXPORTING con_name = gv_lc_name IMPORTING lc_state = lv_lc_state TABLES action_protocol = lt_action_protokoll EXCEPTIONS OTHERS = 1.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Standard-liveCache-Test...'(026).
LCA_TRACELEVEL_GET_ALL CALL FUNCTION 'LCA_TRACELEVEL_GET_ALL' IMPORTING et_tracer_levels = lt_tracer_levels EXCEPTIONS OTHERS = 0.
TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = lt_list EXCEPTIONS no_server_list = 1 OTHERS = 2.
SAPTUNE_NUM_OF_WP CALL FUNCTION 'SAPTUNE_NUM_OF_WP' DESTINATION ls_list-name IMPORTING dia = lv_dia enq = lv_enq btc = lv_btc spo = lv_spo vb = lv_vb EXCEPTIONS no_authorization = 1 OTHERS = 2.
LC_SEL_DBPARAMETERS CALL FUNCTION 'LC_SEL_DBPARAMETERS' EXPORTING con_name = gv_lc_name pattern1 = 'MAXUSERTASKS' TABLES dbparameters = lt_dbparameters EXCEPTIONS OTHERS = 0.
LCA_LC_RELEVANT_CLIENTS CALL FUNCTION 'LCA_LC_RELEVANT_CLIENTS' EXPORTING iv_without_sy_mandt = if_lca_config=>true IMPORTING et_clnt = lt_t000.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION lv_destination EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
RFCPING CALL FUNCTION 'RFCPING' DESTINATION lv_destination EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = lv_destination IMPORTING client = lv_clnt EXCEPTIONS OTHERS = 1.
NIPING_SERVER_SDB CALL FUNCTION 'NIPING_SERVER_SDB' EXPORTING iv_livecache = gv_lc_name IMPORTING ev_hostname = lv_host TABLES et_dbmcli_exec_protocol = lt_exec_protocol et_action_protocol = lt_action_protocol EXCEPTIONS no_dbcon_entry = 1 lc_split_error = 2 dbmcli_command_execute_error = 3 no_permission = 4 sxpg_command_execute_error = 5 exec_nipingsrv_failed = 6 OTHERS = 7.
NIPING_CLIENT_SDB CALL FUNCTION 'NIPING_CLIENT_SDB' EXPORTING iv_all = 'X' TABLES ct_log = lt_log ct_log_short = lt_log_s EXCEPTIONS niping_server_not_called = 1 no_permission = 2 command_niping_not_found = 3 sxpg_error = 4 OTHERS = 5.
NIPING_SERVER_SDB CALL FUNCTION 'NIPING_SERVER_SDB' EXPORTING iv_livecache = gv_lc_name IMPORTING ev_hostname = lv_host TABLES et_dbmcli_exec_protocol = lt_exec_protocol et_action_protocol = lt_action_protocol EXCEPTIONS OTHERS = 0.
LC_GET_FILE CALL FUNCTION 'LC_GET_FILE' EXPORTING con_name = gv_lc_name lc_filename = 'KNLDIAG' TABLES lc_file_tab = lt_file action_protocol = lt_aprot EXCEPTIONS no_permission = 1 get_file_not_supported = 2 sxpg_command_execute_error = 3 dbmgetf_execute_error = 4 unknown_con_name = 5 OTHERS = 6.
LC_GET_FILE CALL FUNCTION 'LC_GET_FILE' EXPORTING con_name = gv_lc_name lc_filename = 'KNLDIAG.ERR'
LC_GET_FILE CALL FUNCTION 'LC_GET_FILE' EXPORTING con_name = gv_lc_name lc_filename = 'LCINIT.LOG'
LC_SEL_MONITOR_CACHES CALL FUNCTION 'LC_SEL_MONITOR_CACHES' EXPORTING con_name = gv_lc_name TABLES monitor_caches = lt_monitor_caches EXCEPTIONS no_connection = 1 no_entry_found = 2 table_not_found = 3 OTHERS = 4.
LC_SEL_DBPARAMETERS CALL FUNCTION 'LC_SEL_DBPARAMETERS' EXPORTING con_name = gv_lc_name TABLES dbparameters = lt_dbparameters EXCEPTIONS no_connection = 1 no_entry_found = 2 table_not_found = 3 OTHERS = 4.
POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting popup_title = text-3&1 text_object = 'LCA_LCSTATUS_&2' exceptions text_not_found = 1 others = 2.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = text-299 text_object = 'LCA13_INFO' EXCEPTIONS text_not_found = 1 OTHERS = 2.
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 SLCA_13 or its description.