SLCA_NON_LC_RELEVANT_CLIENT 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_NON_LC_RELEVANT_CLIENT 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: Maintenance of Clients Not liveCache-Relevant
Text Symbol: 001 = RFC connect. not maintained or incorrectly maint.
Text Symbol: 002 = RFC connection maintained
Text Symbol: 003 = You are not authorized to maintain the non-LC-relevant clients
Text Symbol: 004 = RFC connection maintenance not required
Text Symbol: 006 = A least one liveCache-relevant client again
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION lv_dest EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
RFCPING CALL FUNCTION 'RFCPING' DESTINATION lv_dest EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.
RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = lv_dest IMPORTING client = lv_client EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = 'RFC-Verbindung gepflegt'(002) IMPORTING result =
-rfc_icon EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = 'RFC-Verbindung nicht oder fehlerhaft gepflegt'(001) IMPORTING result =
-rfc_icon EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = 'RFC-Verbindungspflege nicht notwendig'(004) IMPORTING result =
-rfc_icon EXCEPTIONS OTHERS = 0.
LCA_LIVECACHE_AVAILABLE CALL FUNCTION 'LCA_LIVECACHE_AVAILABLE' IMPORTING ev_installed = lv_installed.
LCA_GET_CLIENTS_WITH_PLANVERS CALL FUNCTION 'LCA_GET_CLIENTS_WITH_PLANVERS' IMPORTING et_client = lt_client EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3.
RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = lv_dest action = 'M' authority_check = 'X' loadbalancing = 'X' client = gs_client-client description = lv_descr EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SLCA_NON_LC_RELEVANT_CLIENT - Maintenance of Clients Not liveCache-Relevant SLCA_NON_LC_RELEVANT_CLIENT - Maintenance of Clients Not liveCache-Relevant SLCA_LC_RELEVANT_CLIENT - Maintenance of liveCache-Relevant Clients SLCA_LC_RELEVANT_CLIENT - Maintenance of liveCache-Relevant Clients SLCA_LCK_UPGRADE - Upgrade Lock Server SLCA_LCK_UPGRADE - Upgrade Lock Server