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

ICFTREE_TRANSPORT SAP ABAP INCLUDE - ICFTREETRANSPORT







ICFTREE_TRANSPORT 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_TRANSPORT 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_TRANSPORT. "Basic submit
SUBMIT ICFTREE_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT ICFTREE_TRANSPORT 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_TRANSPORT

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:

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = l_ko200 * importing * WE_ORDER = l_trkorr EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = l_ko200 IMPORTING ES_TADIR = L_tadir WE_ORDER = gl_lock_order EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

HTTP_GET_URL_FROM_NODGUID CALL FUNCTION 'HTTP_GET_URL_FROM_NODGUID' EXPORTING NODGUID = P_ICFPARGUID IMPORTING URL = INT_URL HOST_NAME = INT_HOSTNAME HOST_NUMBER = INT_HOSTNUMBER EXCEPTIONS ICF_INCONST = 1 OTHERS = 2 .

HTTP_COMP_SICF_HAND_DEVCLASS CALL FUNCTION 'HTTP_COMP_SICF_HAND_DEVCLASS' EXPORTING NODENAME = INT_NODENAME ICFPARGUID = P_ICFPARGUID HANDLERNAME = GT_HAND1_DB-ICFHANDLER IMPORTING CHECK_SUCCESS = SUCCESS EXCEPTIONS WRONG_HANDLER_DEVCLASS = 1 WRONG_SERVICE_DEVCLASS = 2 OTHERS = 3 .

HTTP_GET_URL_FROM_NODGUID CALL FUNCTION 'HTTP_GET_URL_FROM_NODGUID' EXPORTING NODGUID = P_ICFPARGUID IMPORTING URL = INT_URL HOST_NAME = INT_HOSTNAME HOST_NUMBER = INT_HOSTNUMBER EXCEPTIONS ICF_INCONST = 1 OTHERS = 2 .

HTTP_GET_HANDLER_FROM_URL CALL FUNCTION 'HTTP_GET_HANDLER_FROM_URL' EXPORTING URL = INT_BUFURL NODEGUID = P_ICFPARGUID TABLES ICF_HANDLER = INT_HANDLER EXCEPTIONS INCONSISTENT_URL = 1 OTHERS = 2 .

HTTP_GET_HANDLER_LIST CALL FUNCTION 'HTTP_GET_HANDLER_LIST' EXPORTING URL = servtbl_url HOSTNUMBER = host_nr IMPORTING SERVTBL = int_servtbl 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 .

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' TABLES wt_ko200 = lt_ko200 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' TABLES wt_ko200 = lt_ko200 TT_TADIR = ls_tadir EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

TRINT_OBJECT_NAMESPACE_INFO * call function 'TRINT_OBJECT_NAMESPACE_INFO' * EXPORTING * IV_PGMID = 'R3TR' * IV_OBJECT = 'PROG' * IV_OBJNAME = l_objname * IMPORTING * EV_NAMECLASS = l_nameclass * EXCEPTIONS * INVALID_OBJECT = 1.

TH_GET_PLUGIN_INFO CALL FUNCTION 'TH_GET_PLUGIN_INFO' EXPORTING PROTOCOL = 2 EXCEPTIONS NO_PLUGIN_ACTIVE = 1 INTERNAL_ERROR = 2 OTHERS = 3.

SCP_LANGUAGES_IN_INSTANCE_CP

SCP_ALLOWED_LANGUAGES_CP * CALL FUNCTION 'SCP_LANGUAGES_IN_INSTANCE_CP' CALL FUNCTION 'SCP_ALLOWED_LANGUAGES_CP' IMPORTING LANGUAGES = cp_vector.

TR_DEVCLASS_GET call function 'TR_DEVCLASS_GET' EXPORTING iv_devclass = l_tadir-devclass IMPORTING es_tdevc = ls_tdevc EXCEPTIONS others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' EXPORTING wi_delete_tadir_entry = 'X' wi_test_modus = space wi_tadir_pgmid = l_tadir-pgmid wi_tadir_object = l_tadir-object wi_tadir_obj_name = l_tadir-obj_name EXCEPTIONS others = 0.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'SICF' wi_tadir_obj_name = l_objname wi_read_only = 'X' IMPORTING new_tadir_entry = gl_tadir_par EXCEPTIONS tadir_entry_not_existing = 1 OTHERS = 25.

TR_DEVCLASS_GET CALL FUNCTION 'TR_DEVCLASS_GET' EXPORTING IV_DEVCLASS = gl_tadir_par-devclass IMPORTING ES_TDEVC = gl_devc_par EXCEPTIONS DEVCLASS_NOT_FOUND = 1 OTHERS = 2.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = l_ko200 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING WI_PGMID = 'R3TR' WI_OBJECT = 'SICF' WI_OBJNAME = l_lock_objname IMPORTING WE_LOCKED = gl_parent_locked WE_LOCK_ORDER = l_lock_order * WE_LOCK_ORDER_USER = l_lock_order_user * WE_LOCK_TASK = l_lock_task * WE_LOCK_TASK_USER = l_lock_task_user * WE_POSSIBLE_USER_EDIT_TASK = l_possible_task EXCEPTIONS EMPTY_KEY = 1 NO_SYSTEMNAME = 2 NO_SYSTEMTYPE = 3 UNALLOWED_LOCK_ORDER = 4 OTHERS = 5.






POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = l_question TEXT_BUTTON_2 = 'Abbrechen'(155) DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = l_answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' EXPORTING wi_ko200 = l_ko200 WI_ORDER = l_lock_order EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

HTTP_COMP_SICF_HAND_DEVCLASS CALL FUNCTION 'HTTP_COMP_SICF_HAND_DEVCLASS' EXPORTING NODENAME = INT_NODENAME ICFPARGUID = P_ICFPARGUID HANDLERNAME = GT_HAND1_DB-ICFHANDLER IMPORTING CHECK_SUCCESS = SUCCESS EXCEPTIONS WRONG_HANDLER_DEVCLASS = 1 WRONG_SERVICE_DEVCLASS = 2 OTHERS = 3 .

HTTP_GET_URL_FROM_NODGUID CALL FUNCTION 'HTTP_GET_URL_FROM_NODGUID' EXPORTING NODGUID = P_ICFPARGUID IMPORTING URL = INT_URL HOST_NUMBER = INT_HOSTNUMBER HOST_NAME = INT_HOSTNAME EXCEPTIONS ICF_INCONST = 1 OTHERS = 2 .

HTTP_PATH_CONST_CHECK CALL FUNCTION 'HTTP_PATH_CONST_CHECK' EXPORTING URL = INT_URL HOSTNAME = INT_HOSTNAME IMPORTING SERVTBL = INT_SERVTBL TABLES INACCESS_WRONG_SERV = INT_WRONG_SERV HANDLER_TREE = INT_HANDLER_TREE EXCEPTIONS NO_VIRTUAL_HOST = 1 WRONG_URL = 2 CYCLIC_ALIAS_ERROR = 3 BROKEN_ALIAS_ERROR = 4 OTHERS = 5.



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