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

SLCA_NON_LC_RELEVANT_CLIENT SAP ABAP Report - Maintenance of Clients Not liveCache-Relevant







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


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


Text pool values


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


INCLUDES used within this REPORT SLCA_NON_LC_RELEVANT_CLIENT

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:

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.



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