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

ICP__FX2 SAP ABAP INCLUDE - Include repeatedly-used FORM routines for where-used list







ICP__FX2 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 ICP__FX2 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 ICP__FX2. "Basic submit
SUBMIT ICP__FX2 AND RETURN. "Return to original report after report execution complete
SUBMIT ICP__FX2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include repeatedly-used FORM routines for where-used list


INCLUDES used within this REPORT ICP__FX2

No INCLUDES are used within this REPORT code!


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:

WDY_WB_GET_MAINCLASS call function 'WDY_WB_GET_MAINCLASS' exporting P_PROGRAM = L_INCLUDE importing P_MAINCLASS = L_PROGRAM exceptions others = 1.

RS_GET_MAINPROGRAMS call function 'RS_GET_MAINPROGRAMS' exporting NAME = REPOSITORY-OBJECT tables MAINPROGRAMS = RAHMEN.

RS_GET_INACTIVE_OBJECTS call function 'RS_GET_INACTIVE_OBJECTS' tables OBJECTLIST = L_DWINACT PROGRAMTAB = L_INACTIVE_PROGRAMS.

RS_WORKING_AREA_PREPARE call function 'RS_WORKING_AREA_PREPARE' exporting MODE = 'A' I_WORKINGAREA = L_WORKINGAREA.

RS_WORKING_AREA_PREPARE call function 'RS_WORKING_AREA_PREPARE' exporting MODE = 'I'.

WDY_WB_CHECK_SOURCE_POSITION call function 'WDY_WB_CHECK_SOURCE_POSITION' exporting P_INCLUDE = L_INCLUDE P_LINE = HIT-LINE exceptions others = 1.

RS_WORKING_AREA_INIT call function 'RS_WORKING_AREA_INIT'.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING NAME = INCLUDE TABLES MAINPROGRAMS = MAIN.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING I_FIND_OBJ_CLS = L_TYPE1 " von * i_scope_obj_cls = l_type2 " in REKURSIV = 'X' TABLES I_FINDSTRINGS = MY_FINDSTRINGS O_FOUNDS = MY_REPOSITORY I_SCOPE_OBJECT_CLS = SCOPE_OBJECT_CLS EXCEPTIONS OTHERS = 01.

CALCULATE_HASH_FOR_CHAR call function 'CALCULATE_HASH_FOR_CHAR' exporting DATA = MY_FULL_NAME importing HASH = HASH_NAME exceptions others = 4.

RS_GET_ALL_INCLUDES call function 'RS_GET_ALL_INCLUDES' exporting PROGRAM = XOBJKEY-LOW WITH_RESERVED_INCLUDES = ' ' WITH_CLASS_INCLUDES = l_WITH_CLASS_INCLUDES tables INCLUDETAB = L_INCLUDE_TAB exceptions others = 3.

RS_GET_ALL_INCLUDES call function 'RS_GET_ALL_INCLUDES' exporting PROGRAM = XOBJKEY-LOW WITH_RESERVED_INCLUDES = ' ' WITH_CLASS_INCLUDES = l_WITH_CLASS_INCLUDES tables INCLUDETAB = L_INCLUDE_TAB exceptions others = 3.

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING PROGRAM = XOBJKEY-LOW WITH_RESERVED_INCLUDES = ' ' WITH_CLASS_INCLUDES = l_WITH_CLASS_INCLUDES TABLES INCLUDETAB = L_INCLUDE_TAB EXCEPTIONS OTHERS = 3.

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING PROGRAM = L_TRDIR-NAME WITH_RESERVED_INCLUDES = ' ' WITH_CLASS_INCLUDES = l_WITH_CLASS_INCLUDES TABLES INCLUDETAB = L_INCLUDE_TAB EXCEPTIONS OTHERS = 3.

RS_FIND_REPLACE_SET_PARAMS CALL FUNCTION 'RS_FIND_REPLACE_SET_PARAMS' EXPORTING I_FIND_REPLACE_PARMS = FIND_PARAMS EXCEPTIONS OTHERS = 0.

RS_FIND_REPLACE_DIALOG CALL FUNCTION 'RS_FIND_REPLACE_DIALOG' EXPORTING I_OBJECTTYPE = 'TX' * I_OBJECTNAME = ' ' * I_OBJECTVERSION = ' ' * I_BLOCK_BEGIN = 0 * I_BLOCK_END = 0 * i_source_read_only = 'X' * I_EXIT_AFTER_POPUP = ' ' * IMPORTING * E_ACTUAL_SOURCE_MODIFIED = * E_SOURCE_MODIFIED_MIN = * E_SOURCE_MODIFIED_MAX = * E_FIND_REPLACE_PARMS = TABLES ACTUAL_SOURCE = SOURCE * ACTUAL_SOURCE2 = T_FINDLIST = FINDLIST CHANGING * C_CURSOR_ROW = 1 * C_CURSOR_OFFSET = 0 C_ACTION = ACTION EXCEPTIONS ABORTED = 1 OTHERS = 2.

SEO_COMPONENT_EXPOSURE_GET CALL FUNCTION 'SEO_COMPONENT_EXPOSURE_GET' EXPORTING CMPKEY = CMPKEY IMPORTING * CMPTYPE = EXPOSURE = EXPOSURE EXCEPTIONS OTHERS = 3.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED exporting TEXTLINE1 = 'Verwendungsnachweis auch'(V19) TEXTLINE2 = 'für Felder der Tabelle?'(V20) TITEL = 'Verwendung einer Tabelle'(V21) importing ANSWER = COMPONENTS.

POPUP_TO_CONFIRM_STEP





call function 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED exporting TEXTLINE1 = 'Verwendungsnachweis auch'(V16) TEXTLINE2 = 'für Komponenten des Typs?'(V17) TITEL = 'Verwendung eines Typs'(V18) importing ANSWER = COMPONENTS.

SXV_GET_INTERFACE_BY_NAME CALL FUNCTION 'SXV_GET_INTERFACE_BY_NAME' EXPORTING EXIT_NAME = EXIT IMPORTING INTERFACE = INTERFACE.

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING PROGRAM = P_PROGRAM WITH_INACTIVE_INCLS = 'X' " Fehler wegen inaktiver Funktionsbausteine WITH_RESERVED_INCLUDES = WITH_RESERVED_INCLUDES TABLES INCLUDETAB = L_INCLUDE_TAB EXCEPTIONS OTHERS = 3.



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 ICP__FX2 or its description.