ENEXEF01 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 ENEXEF01 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!
SWP_TOP_LEVEL_WORKFLOW_GET call function 'SWP_TOP_LEVEL_WORKFLOW_GET' exporting workitem_id = l_disabled_workitems-wi_id importing top_level_flowitem = l_top_level_fi exceptions wi_does_not_exist = 01 wi_not_part_of_a_workflow = 02 parent_wi_does_not_exist = 03 others = 99.
RH_GET_TASK_ATTRIBUTES call function 'RH_GET_TASK_ATTRIBUTES' exporting act_object_ext = g_wf_to_wi-wi_task read_method = space read_container = space read_class_lockflags = cross authority_check = cross buffered_access = p_buffered_access importing act_task_locked_execution = l_task_execution_locked exceptions no_active_plvar = 01 no_org_object = 02 org_object_not_found = 03 no_task_type = 04 task_group = 05 others = 99.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_led_red text = space info = l_quickinfo add_stdinf = 'X' importing result = gt_header_table-icone exceptions * icon_not_found = 1 * outputfield_too_short = 2 others = 0.
ICON_CREATE call function 'ICON_CREATE' exporting name = icon_led_green text = space info = l_quickinfo add_stdinf = 'X' importing result = gt_header_table-icone exceptions * icon_not_found = 1 * outputfield_too_short = 2 others = 0.
RH_OBJECT_SHOW call function 'RH_OBJECT_SHOW' exporting act_otype = l_task_type act_objid = l_task_id exceptions no_active_plvar = 01 object_not_found = 02 other_error = 03 others = 99.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = rt_events.
SWW_WI_ENABLE call function 'SWW_WI_ENABLE' exporting wi_id = g_wf_to_wi-wi_id do_commit = cross including_subworkitems = cross exceptions update_failed = 01 no_authorization = 02 invalid_type = 03 others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ENEXEF01 - documentation and ABAP source code ENEUBTOP - documentation and ABAP source code ENEUBS01 - documentation and ABAP source code ENEUBF05 - documentation and ABAP source code ENEUBF04 - F4 Help (Version LIS) Statistical Recompilation Purchasing Agency Bus. ENEUBF03 - Joint Form Routines Statistical Recompilation Purchasing Agency Busin.