SAI_CACHE_CHECK_AND_SETUP 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 SAI_CACHE_CHECK_AND_SETUP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SXI_CACHE_CONFIG - Cache Refresh Configuration
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.
Selection Text: P_CHANGE = Adapt Authorizations
Selection Text: U_PWD = Password
Selection Text: U_NAME = D .
Title: Test and Configuration of Cache Refresh Destination
Text Symbol: 100 = Test and Configuration of Cache Refresh Destination
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' * EXPORTING * DELIVERY_MODEL = 'USER' EXCEPTIONS active = 1 not_active = 2 invalid_model = 3 OTHERS = 4 .
SUSR_ZBV_CENTRALSYSTEM_GET CALL FUNCTION 'SUSR_ZBV_CENTRALSYSTEM_GET' IMPORTING central_system_rfc_dest = l_cua_dest EXCEPTIONS duplicate_central_system = 1 new_system = 2 OTHERS = 3.
USER_EXISTS CALL FUNCTION 'USER_EXISTS' EXPORTING bname = l_uname IMPORTING locked = l_is_user_locked EXCEPTIONS user_dont_exist = 1 user_exists = 2 OTHERS = 3.
BAPI_USER_CREATE1 CALL FUNCTION 'BAPI_USER_CREATE1' EXPORTING username = l_uname logondata = l_logondata password = l_upass address = l_address TABLES return = l_t_return.
BAPI_USER_UNLOCK CALL FUNCTION 'BAPI_USER_UNLOCK' EXPORTING username = l_uname TABLES return = l_t_return.
RFC_READ_R3_DESTINATION CALL FUNCTION 'RFC_READ_R3_DESTINATION' EXPORTING destination = l_destination IMPORTING client = l_destination_client user = l_destination_user EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.
RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = l_destination client = sy-mandt user = e_destination_user password = e_destination_password description = 'Execute Cache Refresh in background with user switch'"#EC NOTEXT 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.
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = user IMPORTING logondata = l_logondata TABLES activitygroups = l_t_activity return = l_t_return.
BAPI_USER_LOCACTGROUPS_READ CALL FUNCTION 'BAPI_USER_LOCACTGROUPS_READ' DESTINATION l_cua_dest EXPORTING username = user * WITH_TEXT = TABLES activitygroups = l_t_cua_activity return = l_t_return.
BAPI_USER_LOCACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_LOCACTGROUPS_ASSIGN' DESTINATION l_cua_dest EXPORTING username = user * NO_DB_UPDATE = ' ' * INCL_HR_ASSIGN = ' ' distribute_change_only = 'X' TABLES activitygroups = l_t_cua_activity return = l_t_return.
BAPI_USER_ACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_ACTGROUPS_ASSIGN' EXPORTING username = user TABLES activitygroups = l_t_activity return = l_t_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAI_CACHE_CHECK_AND_SETUP - Test and Configuration of Cache Refresh Destination SAI_CACHE_CHECK_AND_SETUP - Test and Configuration of Cache Refresh Destination SAI_AUTOMAPIC_TARGET_XSLT_EXT - SAIAUTOMAPICTARGETXSLTEXT SAI_AUTOMAPIC_TARGET_XSLT - SAIAUTOMAPICTARGETXSLT SAI_AUTOMAPIC_TARGET_TOOL_KEY - SAIAUTOMAPICTARGETTOOLKEY SAI_AUTOMAPIC_TARGET_TOOL - SAIAUTOMAPICTARGETTOOL