SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

ICPFORMS SAP ABAP INCLUDE - FORM Routines for Where-used List for Programs, Function Modules







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ICPFORMS. "Basic submit
SUBMIT ICPFORMS AND RETURN. "Return to original report after report execution complete
SUBMIT ICPFORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: FORM Routines for Where-used List for Programs, Function Modules


INCLUDES used within this REPORT ICPFORMS

READ REPORT AKT_INCLUDE INTO SOURCE.
FORM SET_NEW_INCLUDE.
READ REPORT L_CU_INCLUDE INTO SOURCE.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ICPFORMS or its description.