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

ICP__F02 SAP ABAP INCLUDE - ABAP/4 Repository Information System: Object Cross Reference







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


Text pool values


Title: ABAP/4 Repository Information System: Object Cross Reference


INCLUDES used within this REPORT ICP__F02

INCLUDE ICEXPAND_PARALLEL.


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:

F4_PROGRAM CALL FUNCTION 'F4_PROGRAM' EXPORTING OBJECT = PROGRAM SUPPRESS_SELECTION = 'X' DISPLAY_ONLY = F4_DISPLAY_ONLY IMPORTING RESULT = PROGRAM.

UNICODE_REQUIRED CALL FUNCTION 'UNICODE_REQUIRED' IMPORTING UNICODE_REQUIRED = UNICODE_REQUIRED.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING DIALOG = 'X' NAME = FINDSTRINGS-ENCL_OBJ MULTIPLE_SELECT = 'X' REFRESH_INT_D010INC = 'X ' TABLES MAINPROGRAMS = L_D010INC EXCEPTIONS OTHERS = 1.

RS_WORKING_AREA_INIT CALL FUNCTION 'RS_WORKING_AREA_INIT'.

CONTEXT_INTERNAL_NAMES CALL FUNCTION 'CONTEXT_INTERNAL_NAMES' EXPORTING CONTEXT_ID = CONTEXT IMPORTING * S_PROGRAM = * X_PROGRAM = I_PROGRAM = OBJECT.

RS_GET_MAINPROGRAMS CALL FUNCTION 'RS_GET_MAINPROGRAMS' EXPORTING NAME = OBJECT IMPORTING NUMBER_OF_MAINPROGRAMS = SY-TFILL TABLES MAINPROGRAMS = MAINTAB.

POPUP_TO_DECIDE_INFO CALL FUNCTION 'POPUP_TO_DECIDE_INFO' EXPORTING TEXTLINE1 = 'Es wurden nur dynamische Aufrufe gefunden.'(V13)

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING PROGRAM = REPORT WITH_INACTIVE_INCLS = 'X' TABLES INCLUDETAB = INCLTAB EXCEPTIONS NOT_EXISTENT = 1 NO_PROGRAM = 2 OTHERS = 3.

RS_GET_ALL_INCLUDES CALL FUNCTION 'RS_GET_ALL_INCLUDES' EXPORTING PROGRAM = MYTRDIR-NAME WITH_INACTIVE_INCLS = 'X' TABLES INCLUDETAB = ALL_INCLUDES EXCEPTIONS OTHERS.

RS_DELETE_PROG_TABL_REFERENCES CALL FUNCTION 'RS_DELETE_PROG_TABL_REFERENCES' EXPORTING PROGRAM = OBJTAB-PROGRAM.

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_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING FUNCNAME = FUNCNAME INCLUDE = INCLUDE EXCEPTIONS OTHERS = 1.



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