ICPFORMS 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 ICPFORMS 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.
Title: FORM Routines for Where-used List for Programs, Function Modules
READ REPORT AKT_INCLUDE INTO SOURCE.
FORM SET_NEW_INCLUDE.
READ REPORT L_CU_INCLUDE INTO SOURCE.
No SAP DATABASE tables are accessed within this REPORT code!
RS_QUALIFY_ABAP_TOKENS CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS' EXPORTING STATEMENT_TYPE = STM-TYPE INDEX_FROM = STM-FROM INDEX_TO = STM-TO CHANGING STOKEX_TAB = QUALIFY_TK[] EXCEPTIONS ERROR_LOAD_PATTERN = 1 UNKNOWN_KEYWORD = 2 NO_MATCHING_STATEMENT = 3 OTHERS = 4.
FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING PROGRAM = PROG IMPORTING NAMESPACE = NAMESPACE GROUP = FGROUP EXCEPTIONS OTHERS = 1.
FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING FUNCNAME = FUNCNAME INCLUDE = PROG EXCEPTIONS OTHERS = 1.
SOTR_READ_TEXT_WITH_KEY CALL FUNCTION 'SOTR_READ_TEXT_WITH_KEY' EXPORTING LANGU = SY-LANGU CONTEXT = OTR_CONTEXT SOTR_KEY = OTR_KEY IMPORTING * HEADER = ENTRY = OTR_TEXT EXCEPTIONS NO_ENTRY_FOUND = 1 LANGUAGE_MISSING = 2 OTHERS = 3.
FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING PROGRAM = P_OBJTAB-PROGRAM IMPORTING NAMESPACE = NAMESPACE GROUP = FGROUP EXCEPTIONS OTHERS = 1.
FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING FUNCNAME = FB_NAME INCLUDE = INCLUDE EXCEPTIONS FUNCTION_NOT_EXISTS = 1 INCLUDE_NOT_EXISTS = 2 GROUP_NOT_EXISTS = 3 NO_SELECTIONS = 4 NO_FUNCTION_INCLUDE = 5 OTHERS = 6.
RS_OBJECTS_INACTIVE_VERSION CALL FUNCTION 'RS_OBJECTS_INACTIVE_VERSION' TABLES OBJECTLIST = OBJLIST.
RS_WORKING_AREA_PREPARE CALL FUNCTION 'RS_WORKING_AREA_PREPARE' EXPORTING MODE = 'A' OBJ_NAME = OBJ_NAME OBJECT = OBJECT * SUPPRESS_INIT = ' ' TABLES WORKINGAREA = WORKINGAREA.
RS_WORKING_AREA_INIT *call function 'RS_WORKING_AREA_INIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICPFORMS - FORM Routines for Where-used List for Programs, Function Modules ICPE_F03 - Repository Infosystem: Environment Determination for Event ICPE_F02 - ABAP/4 Repository Information System: Object Cross Reference ICPD_F04 - ICPDF04 ICPD_F02 - ABAP/4 Repository Information System: Object Cross Reference ICPC_TOP - R/3 Repository Information System: Find Global Data in Program