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

WDHEX_INTERNAL_EXECUTE_DEADF01 SAP ABAP INCLUDE - WDHEXINTERNALEXECUTEDEADF01







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

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:

SWF_GP_RUN_ACI_INFO_GET CALL FUNCTION 'SWF_GP_RUN_ACI_INFO_GET' EXPORTING im_aci_id = l_aci_id IMPORTING ex_returncode = l_retcode ex_aci_info = l_aci_info.

SWF_GP_CALLBACK_DUEDATE_NOTIFY CALL FUNCTION 'SWF_GP_CALLBACK_DUEDATE_NOTIFY' DESTINATION l_rfc_dest_gp_runtime EXPORTING im_gpi_id = l_gpi_id im_gpi_initiator = l_gpi_initiator im_due_type = l_duetype im_aci_info = l_aci_info IMPORTING ex_returncode = l_retcode ex_errcat = l_exec_errcat ex_errorcode = l_exec_errcode TABLES it_action_users = lt_agent_tab EXCEPTIONS communication_failure = 1 system_failure = 2.

TRFC_SET_QIN_PROPERTIES CALL FUNCTION 'TRFC_SET_QIN_PROPERTIES' EXPORTING * QOUT_NAME = ' ' qin_name = l_qin_name * qin_count = l_qin_count * CALL_EVENT = ' ' no_execute = space EXCEPTIONS invalid_queue_name = 1 OTHERS = 2.

SWW_WI_DEADLINE_INTERNAL_RFC CALL FUNCTION 'SWW_WI_DEADLINE_INTERNAL_RFC' IN BACKGROUND TASK AS SEPARATE UNIT DESTINATION l_wim_rfc_dest EXPORTING im_wiid = l_wiid im_wi_dattype = l_wi_dattype.

TRFC_QIN_STATE CALL FUNCTION 'TRFC_QIN_STATE' EXPORTING qname = l_qname IMPORTING qstate = l_qstate EXCEPTIONS OTHERS = 1.

TRFC_QIN_STOP CALL FUNCTION 'TRFC_QIN_STOP' EXPORTING qname = l_qname force = 'X' no_commit = 'X' IMPORTING lock_key = l_lock_key EXCEPTIONS OTHERS = 1.

TRFC_QIN_RESTART CALL FUNCTION 'TRFC_QIN_RESTART' EXPORTING qname = l_qname lock_key = l_lock_key no_commit = 'X' IMPORTING astate = l_qstate EXCEPTIONS OTHERS = 1.

QIWK_SCHEDULER_ACTIVATE CALL FUNCTION 'QIWK_SCHEDULER_ACTIVATE' IN BACKGROUND TASK EXPORTING qname = l_qname.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

PATH_DELETE_ALL CALL FUNCTION 'PATH_DELETE_ALL'.

SWO_INVALIDATE CALL FUNCTION 'SWO_INVALIDATE' EXPORTING clear_program_memory = ' '.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gname = 'SWWWIHEAD' guname = '*' IMPORTING number = l_number subrc = l_subrc TABLES enq = lt_enq EXCEPTIONS OTHERS = 2.



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