SAP Reports / Programs | Basis Components | Business Management | SAP Business Workflow(BC-BMT-WFM) SAP BC

ENEXEF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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