FIEHLF01 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 FIEHLF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREEV_CREATE_SIMPLE_TREE CALL FUNCTION 'TREEV_CREATE_SIMPLE_TREE' EXPORTING owner_repid = this_repid dynnr = this_dynnr container = 'TREE_CONTAINER' left = 0 " container on dynpro top = 0 " is used to size control width = 0 " => do not set position height = 0 " * alignment = * METRIC = CNTL_METRIC_DYNPRO * NO_FLUSH = * LINK_REPID = * SHELLSTYLE = * PARENTID = reg_event_expand_no_children = 'X' " Definition of the register_event_node_dbl_click = 'X' " events which will be register_event_node_context_m = 'X' " passed to the backend.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = gs_status-component id_bukrs = gs_status-bukrs id_objid = gs_status-objid id_subid = gs_status-subid IMPORTING es_struc = ls_object ed_text = node-text EXCEPTIONS not_found = 1 OTHERS = 2.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = lt_loghandle IMPORTING e_t_msg_handle = lt_msghandle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msghandle IMPORTING e_s_msg = ls_msg e_warning_text_not_found = lf_text_not_found EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = 'FILA' id_bukrs = gs_object-bukrs id_objid = lv_objid id_subid = gs_object-subid IMPORTING es_struc = ls_object ed_text = node-text EXCEPTIONS not_found = 1 OTHERS = 2.
TREEV_EVENT_CB_EXPAND_NC CALL FUNCTION 'TREEV_EVENT_CB_EXPAND_NC' EXPORTING callback_form = 'HANDLE_TREE_EXPAND_NC' CHANGING handle = tree EXCEPTIONS cb_not_found = 1 failed = 2 inv_callback_definition = 3 OTHERS = 4.
TREEV_EVENT_CB_NODE_DBL_CLK CALL FUNCTION 'TREEV_EVENT_CB_NODE_DBL_CLK' EXPORTING callback_form = 'HANDLE_TREE_NODE_DBL_CLK' CHANGING handle = tree EXCEPTIONS cb_not_found = 1 failed = 2 inv_callback_definition = 3 OTHERS = 4.
TREEV_EVENT_CB_NODE_CONTEXT_M CALL FUNCTION 'TREEV_EVENT_CB_NODE_CONTEXT_M' EXPORTING callback_form = 'HANDLE_TREE_NODE_CONTEXT_MENU' CHANGING handle = tree EXCEPTIONS cb_not_found = 1 failed = 2 inv_callback_definition = 3 OTHERS = 4.
TREEV_EVENT_CB_BUTTON_CLICK CALL FUNCTION 'TREEV_EVENT_CB_BUTTON_CLICK' EXPORTING callback_form = 'HANDLE_TREE_BUTTON_CLICK' CHANGING handle = tree EXCEPTIONS cb_not_found = 1 failed = 2 inv_callback_definition = 3 OTHERS = 4.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = gs_status-component id_bukrs = gs_status-bukrs id_objid = gs_status-objid id_subid = gs_status-subid IMPORTING es_struc = gs_object EXCEPTIONS not_found = 1 OTHERS = 2.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = p_compo id_bukrs = ls_items_open-bukrs id_objid = ls_items_open-objid id_subid = ls_items_open-subid IMPORTING es_struc = gs_object EXCEPTIONS not_found = 1 OTHERS = 2.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = gs_status-component id_bukrs = gs_status-bukrs id_objid = gs_status-objid id_subid = gs_status-subid IMPORTING es_struc = gs_object EXCEPTIONS not_found = 1 OTHERS = 2.
FIEH_OBJECT_DATA_GET CALL FUNCTION 'FIEH_OBJECT_DATA_GET' EXPORTING id_component = p_compo id_bukrs = ls_items_open-bukrs id_objid = ls_items_open-objid id_subid = ls_items_open-subid IMPORTING es_struc = gs_object EXCEPTIONS not_found = 1 OTHERS = 2.
LAEH_RESTART CALL FUNCTION 'LAEH_RESTART' EXPORTING is_object = gs_object IMPORTING es_return = ls_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FIEHLF01 - documentation and ABAP source code FIEHLCB1 - documentation and ABAP source code FIEB_STATUS_CONSTANTS - FIEBSTATUSCONSTANTS FIEB_RETURN_INFO_CONSTANTS - FIEBRETURNINFOCONSTANTS FIEB_HTTP_STATUS_CONSTANTS - FIEBHTTPSTATUSCONSTANTS FIDOCTOP - Include FIDOCTOP: Common FI Archiving Data FI_DOCUMNT