ICMCACHE 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 ICMCACHE 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!
ICM_CALL_PLUGIN CALL FUNCTION 'ICM_CALL_PLUGIN' EXPORTING SUBHDLRQ = SHDLRQ ACTION = DP_PLUGIN_OP_GETSUBHDL IMPORTING SUBHDL = ICM_SHDL EXCEPTIONS ICM_OP_FAILED = 1 OTHERS = 2.
ICM_CALL_PLUGIN CALL FUNCTION 'ICM_CALL_PLUGIN' EXPORTING SUBHDLRQ = SHDLRQ ACTION = DP_PLUGIN_OP_CACHE_CONT IMPORTING CENTRIES = CENTRYTAB EXCEPTIONS ICM_OP_FAILED = 1 OTHERS = 2.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING * CMOD_ENTRANCE = ' ' DISPL = 'X' DISPL_MODE = '2' * DYNPRO_FOR_THLPF = ' ' * FDNAME_FOR_THLPF = ' ' ID = 'DE' LANGU = SY-LANGU OBJECT = DOKU-OBJECT * PROGRAM_FOR_THLPF = ' ' SHORTTEXT = TITLE * TYP = 'E' * SUPPRESS_EDIT = ' ' * USE_SEC_LANGU = ' ' * FORCE_EDITOR = ' ' * EXTENSION_MODE = ' ' * TEMPLATE_ID = ' ' * TEMPLATE_OBJECT = ' ' * TEMPLATE_TYP = ' ' * USE_NOTE_TEMPLATE = ' ' DISPLAY_SHORTTEXT = 'X' * IMPORTING * SAVETEXT = * EXIT_CODE = EXCEPTIONS WRONG_NAME = 1 OTHERS = 2.
POPUP_DISPLAY_TEXT_USER_BUTTON * CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' * EXPORTING * POPUP_TITLE = TITLE * TEXT_OBJECT = DOKU-OBJECT * DOCU_CLASS = 'DE' * IMPORTING * ANSWER = ANSWER * TABLES * PARAMETER = LOC_SPAR * EXCEPTIONS * OTHERS = 0.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-171 TEXTLINE2 = CENTRY-NAME TITEL = TEXT-028 DEFAULTOPTION = 'J' IMPORTING ANSWER = MY_ANSWER.
ICM_CACHE_INVALIDATE_ONE CALL FUNCTION 'ICM_CACHE_INVALIDATE_ONE' EXPORTING NAME = CENTRY-NAME COPTION = 0 GLOBAL = 0 EXCEPTIONS ICM_OP_FAILED = 1 ICM_GET_SERV_FAILED = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICMCACHE - documentation and ABAP source code ICMA_TOP - R/3 Repository Information System: Find Global Data in Program ICMA_SEL - Selection Screen of 01 ICMA_O01 - Include ICDD_O01 ICMA_F02 - Repository Infosytem: FORM Routines for Where-used List ICMA_F01 - Repository Infosystem: FORM Routines for Finding Domains