SAP Reports / Programs | Basis Components | Middleware | Internet Communication Framework(BC-MID-ICF) SAP BC

ICFTREE_EXTERNAL SAP ABAP INCLUDE - ICFTREEEXTERNAL







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


INCLUDES used within this REPORT ICFTREE_EXTERNAL

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:

RSS_SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'RSS_SYSTEM_GET_UNIQUE_ID' IMPORTING e_uni_idc25 = io_icfout-icfnodguid. "#EC DOM_EQUAL

RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing e_uni_idc25 = io_icfout-icfnodguid. "#EC DOM_EQUAL

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' doklangu = sy-langu dokname = prog TABLES links = links EXCEPTIONS * OBJECT_NOT_FOUND = 1 * SAPSCRIPT_ERROR = 2 OTHERS = 3.

WZ_SWF_SHTTP_EXTWZ_START CALL FUNCTION 'WZ_SWF_SHTTP_EXTWZ_START' EXPORTING * icfparguid = gt_icfs-icfnodguid icfparguid = L_icfnodguid hostnr = hostnum EXCEPTIONS CANCELLED_BY_USER = 1 ERROR = 2 OTHERS = 3 .

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Wollen Sie wirklich die Developer Traces zurücksetzen?'(146) display_cancel_button = ' ' importing answer = l_answer exceptions others = 1.

TH_RESET_TRACE call function 'TH_RESET_TRACE' exporting * ALL_RESET = ' ' * DP_RESET = ' ' * GW_RESET = ' ' th_reset = 'X'.

STRC_SELECT_USER_TRACE call function 'STRC_SELECT_USER_TRACE' exporting * SERVER = * USER = * LOADMASK = displaymask = 'All' * UPDATE = * IMPORTING * LOADMASK = * DISPLAYMASK = exceptions server_not_active = 1 communication_failure = 2 others = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ICFALIAS' CHANGING ct_fieldcat = p_fieldcatalog.

ICON_CREATE call function 'ICON_CREATE' exporting name = gl_nodelayout_host-n_image * text = io_aliaskind * INFO = ' ' info = io_aliaskind add_stdinf = space importing result = gl_nodelayout_host-n_image exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3 .

ICON_CREATE * call function 'ICON_CREATE' * exporting * name = gl_nodelayout_vdir_strg-n_image ** text = io_aliaskind ** INFO = ' ' * info = io_aliaskind * add_stdinf = space * importing * result = gl_nodelayout_vdir_strg-n_image * exceptions * icon_not_found = 1 * outputfield_too_short = 2 * others = 3 * .

ICON_CREATE call function 'ICON_CREATE' exporting name = gl_nodelayout_vdir-n_image * text = io_aliaskind * INFO = ' ' info = io_aliaskind add_stdinf = space importing result = gl_nodelayout_vdir-n_image exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3 .

DEQUEUE_ESICFSER CALL FUNCTION 'DEQUEUE_ESICFSER' EXPORTING icfparguid = gl_selected_alias_icf-icfparguid icf_name = gl_selected_alias_icf-icf_name.

DEQUEUE_ESICFALI CALL FUNCTION 'DEQUEUE_ESICFALI' EXPORTING alias = io_icfext-icfalias.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-256 textline2 = text-257 titel = text-258 cancel_display = 'X' importing answer = l_answer.

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = 'Operation nicht möglich!'(112) * txt1 = 'Operation nicht möglich!'(112) * txt2 = * 'Selektierter Handler nicht mehr vorhanden; bitte auffrischen'(055).

ENQUEUE_ESICFALI * call function 'ENQUEUE_ESICFALI' * EXPORTING * alias = alistr * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2.

ENQUEUE_ESICFSER * call function 'ENQUEUE_ESICFSER' * EXPORTING * icf_name = gl_alias_icf-icf_name * icfparguid = gl_alias_icf-icfparguid * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2.

DEQUEUE_ESICFALI CALL FUNCTION 'DEQUEUE_ESICFALI' EXPORTING alias = gl_selected_exticf-icfalias.

DEQUEUE_ESICFSER





CALL FUNCTION 'DEQUEUE_ESICFSER' EXPORTING icf_name = gl_alias_icf-icf_name icfparguid = gl_alias_icf-icfparguid.

DEQUEUE_ESICFSER * call function 'DEQUEUE_ESICFSER' * EXPORTING * icfparguid = gl_selected_alias_icf-icfparguid * icf_name = gl_selected_alias_icf-icf_name.

HTTP_GET_HANDLER_LIST CALL FUNCTION 'HTTP_GET_HANDLER_LIST' EXPORTING URL = gl_debug_url HOSTNUMBER = 0 ENABLE_STATISTIC = 0 * SHM_PARAM = '0' IMPORTING * FIRSTALIAS = * SERVTBL = ACTLOGIN = io_heredity * URLSUFFIX = * URLSUFFIXHANDLER = EXCEPTIONS NO_VIRTUAL_HOST = 1 HOST_INACTIVE = 2 EMPTY_URL = 3 EMPTY_URL_COMPONENT = 4 WRONG_URL = 5 URL_NO_HANDLER = 6 SERVICE_INACTIVE = 7 CYCLIC_ALIAS_ERROR = 8 BROKEN_ALIAS_ERROR = 9 OTHERS = 10 .

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-256 textline2 = text-257 titel = text-258 cancel_display = 'X' importing answer = l_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = 'Sollen alle externen Aliase transportiert werden?'(187) TEXTLINE2 = 'Damit werden alle externen Aliase im Zielsystem überschrieben.'(188)

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING * IV_SUPPRESS_DIALOG = ' ' * IV_REQUEST_TYPES = * IV_CLI_DEP = ' ' * IV_REQUEST = ' ' IT_E071 = lt_e071 IT_E071K = lt_e071k * IV_LOCK_OBJECTS = ' ' IV_TITLE = 'Transportauftrag der externen Aliase'(184) * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IV_WITH_ERROR_LOG = 'X' * IV_NO_OWNER_CHECK = ' ' * IMPORTING * ES_REQUEST = EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 8.

ICFBUFFER_INIT CALL FUNCTION 'ICFBUFFER_INIT'.

MS_LOAD_URLMAP CALL FUNCTION 'MS_LOAD_URLMAP' EXCEPTIONS OTHERS = 1.

MS_LOAD_URLPREFIX CALL FUNCTION 'MS_LOAD_URLPREFIX' EXCEPTIONS OTHERS = 1.

ICM_SAP_UPLOAD_URLS CALL FUNCTION 'ICM_SAP_UPLOAD_URLS' EXPORTING global = 1 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 ICFTREE_EXTERNAL or its description.