SAI_CACHE_GUI_P00 is a standard ABAP INCLUDE 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_GUI_P00 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAI_CACHE_EVENT3 * CALL FUNCTION 'SAI_CACHE_EVENT3' * DESTINATION if_ai_cache_constants=>jco_dest_cache_refresh * EXPORTING * operation = action * IMPORTING * content = events * error = java_error " RETURN_CODE = return_code * EXCEPTIONS * communication_failure = 1 MESSAGE msg_text * system_failure = 2 MESSAGE msg_text * OTHERS = 3.
SAI_INTERNAL_DELETE call function 'SAI_INTERNAL_DELETE' exporting OBJECTKEY = l_objectid.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = lcl_text_symbols=>popup_confirm_text titel = lcl_text_symbols=>popup_confirm_title " DEFAULTOPTION = 'Y' " TEXTLINE2 = ' ' " START_COLUMN = 25 " START_ROW = 6 " CANCEL_DISPLAY = 'X' IMPORTING answer = confirmed . "#EC *
LCR_GET_OWN_BUSINESS_SYSTEM CALL FUNCTION 'LCR_GET_OWN_BUSINESS_SYSTEM' IMPORTING bs_role = bs_role * BS_KEY_NAME = * BS_CAPTION = EXCEPTIONS no_business_system = 1 no_rfc_destination = 2 no_landscape_directory = 3 illegal_arguments = 4 communication_error = 5 ld_error = 6 sld_api_exception = 7 OTHERS = 8.
SALERT_GET_CATEGORIES_API CALL FUNCTION 'SALERT_GET_CATEGORIES_API' EXPORTING * IP_UNCLASSIFIED = ' ' ip_classification = class * IP_LANGUAGE = SY-LANGU TABLES categories = alerts * EXCEPTIONS * UNKNOWN_CLASSIFICATION = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .
SWF_XI_BPM_CACHE_GET CALL FUNCTION 'SWF_XI_BPM_CACHE_GET' IMPORTING ex_cache = procs.
SWF_XI_BPM_CACHE_GET_OBJECTS CALL FUNCTION 'SWF_XI_BPM_CACHE_GET_OBJECTS' EXPORTING task = bproc-task * VERSION = IMPORTING t_proxies = alv_data_p t_correlations = lt_crelats.
SWF_XI_BPM_CACHE_GET_LOG CALL FUNCTION 'SWF_XI_BPM_CACHE_GET_LOG' EXPORTING task = xi_key-task * LANGU = SY-LANGU IMPORTING t_msg_lines = alv_data * T_MSG_STRUC = .
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_GUI_P00 - SAICACHEGUIP00 SAI_CACHE_GUI_I00 - SAICACHEGUII00 SAI_CACHE_GUI - GUI for Displaying XI Runtime Cache SAI_CACHE_GUI - GUI for Displaying XI Runtime Cache SAI_CACHE_CHECK_AND_SETUP - Test and Configuration of Cache Refresh Destination SAI_CACHE_CHECK_AND_SETUP - Test and Configuration of Cache Refresh Destination