SAI_CACHE_GUI_I00 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_I00 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!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'SAICACHE_XI_KEY' langu = sy-langu TABLES dfies_tab = info EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING TABNAME = 'TRD_RULE' * FIELDNAME = 'PARTYTYPE' " * LANGU = sy-LANGU * TABLES DFIES_TAB = info * FIXED_VALUES = fixv * EXCEPTIONS OTHERS = 1 * .
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'RD_EXTRTYPE' langu = sy-langu TABLES dd07v_tab = txt_map_pst EXCEPTIONS OTHERS = 0.
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_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 SAI_AUTOMAPIC_TARGET_XSLT_EXT - SAIAUTOMAPICTARGETXSLTEXT