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

SLCA_13 SAP ABAP Report - LC and LCA Objects Analysis







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LCA13 - liveCache and LCA Objects Analysis


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


Text pool values


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





Text Symbol: 308 = Help for Number of Work Processes and LC Sessions
Text Symbol: 305 = Help for Number of Active LCA Checks
Text Symbol: 304 = Help for Number of Active LCA Traces
Text Symbol: 303 = Help for liveCache Status of LCA
Text Symbol: 302 = Help for Connection to LCA
Text Symbol: 301 = Help for liveCache Connection LDA
Text Symbol: 300 = Help for liveCache Connection LCA
Text Symbol: 299 = Help for Analysis of the liveCache and the LCA Objects
Text Symbol: 241 = Occupied (%)
Text Symbol: 240 = Fails
Text Symbol: 239 = Hit Rate (%)
Text Symbol: 238 = Accesses
Text Symbol: 237 = Overall
Text Symbol: 236 = SQL Data
Text Symbol: 235 = OMS History/Undo
Text Symbol: 234 = OMS Data
Text Symbol: 030 = Checks
Text Symbol: 026 = Standard liveCache Test...
Text Symbol: 025 = Errors
Text Symbol: 024 = With Warning
Text Symbol: 023 = OK
Text Symbol: 022 = WARNING
Text Symbol: 021 = ERROR
Text Symbol: 020 = OK
Text Symbol: 019 = Clipboard function not supported by GUI
Text Symbol: 018 = SQLDBC Release
Text Symbol: 017 = Build
Text Symbol: 016 = liveCache Connection
Text Symbol: 015 = Size
Text Symbol: 014 = DLL Date
Text Symbol: 013 = Change
Text Symbol: 012 = Patch
Text Symbol: 011 = Rel.
Text Symbol: 010 = Module
Text Symbol: 009 = dbsdbslib
Text Symbol: 008 = Number of LCA Routines
Text Symbol: 007 = Runtime Environment Vers.
Text Symbol: 006 = OpSys
Text Symbol: 005 = Import Time of SP





Text Symbol: 004 = Import Date of SP
Text Symbol: 003 = Status of SP
Text Symbol: 002 = Current ABAP SP
Text Symbol: 001 = Versions
Text Symbol: 101 = Performing checks...
Text Symbol: 100 = Reading version data...
Text Symbol: 099 = Data successfully transferred to the clipboard
Text Symbol: 072 = liveCache Server
Text Symbol: 071 = Application Server
Text Symbol: 070 = Times
Text Symbol: 066 = slca_lck_synchowners regularly scheduled:
Text Symbol: 064 = OmsVersionThreshold
Text Symbol: 063 = OmsHeapThreshold
Text Symbol: 062 = OmsMaxHeapSize
Text Symbol: 061 = MaxSQLLocks
Text Symbol: 055 = Initial Postprocessing
Text Symbol: 054 = Stop Postprocessing
Text Symbol: 053 = Stop Preparation
Text Symbol: 052 = Start Preparation
Text Symbol: 051 = slca_lcaalerts scheduled daily:
Text Symbol: 050 = Initial Preparation
Text Symbol: 049 = RFC Connections
Text Symbol: 048 = Number of LC Sessions
Text Symbol: 047 = Number of Work Processes
Text Symbol: 041 = Number of Active Checks
Text Symbol: 040 = Number of Active Traces
Text Symbol: 038 = Network
Text Symbol: 035 = liveCache Connection LEA
Text Symbol: 034 = liveCache Status of LCA
Text Symbol: 033 = Connection to LCA
Text Symbol: 031 = liveCache Connection LCA


INCLUDES used within this REPORT SLCA_13

INCLUDE: SLCA_FORMS,


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:

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.

SAPGUI_PROGRESS_INDICATOR



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.



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