RHWFDEF0 is a standard Module pool for a dialog screen ABAP Program 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 RHWFDEF0 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.
Title: Interface for Workflow Definition Interpretation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWD_GET_WF_STEPS_TABLE CALL FUNCTION 'SWD_GET_WF_STEPS_TABLE' EXPORTING act_task = loc_task act_wfdkey = wfd_key TABLES steps_data = temp_step_data EXCEPTIONS internal_not_found = 1 invalid_object_type = 2 OTHERS = 3.
SWD_WHERE_USED_LIST_CREATE CALL FUNCTION 'SWD_WHERE_USED_LIST_CREATE' EXPORTING task = loc_task TABLES where_used_list = where_used_list EXCEPTIONS task_not_found = 1 OTHERS = 2.
RH_CHECK_HRS_OTYPE CALL FUNCTION 'RH_CHECK_HRS_OTYPE' EXPORTING act_otype = p_iexob-otype EXCEPTIONS OTHERS = 2.
RH_READ_HRS1205 CALL FUNCTION 'RH_READ_HRS1205' EXPORTING act_otype = p_iexob-otype act_objid = loc_objid TABLES act_hrs1205 = act_hrs1205 EXCEPTIONS OTHERS = 2.
RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING infty = '1205' begda = p_iexob-begda endda = p_iexob-endda sort = ' ' TABLES innnn = act_hrp1205 OBJECTS = loc_objects EXCEPTIONS OTHERS = 3.
RH_CHECK_HRS_OTYPE CALL FUNCTION 'RH_CHECK_HRS_OTYPE' EXPORTING act_otype = i1001-sclas EXCEPTIONS OTHERS = 2.
RH_READ_INFTY_1000 CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING begda = sel_begda endda = sel_endda condition = '00000' sort = ' ' TABLES i1000 = p1000 OBJECTS = loc_objects EXCEPTIONS OTHERS = 3.
RH_CHECK_HRS_OTYPE CALL FUNCTION 'RH_CHECK_HRS_OTYPE' EXPORTING act_otype = i1001-sclas EXCEPTIONS OTHERS = 2.
RH_READ_INFTY_1000 CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING begda = sel_begda endda = sel_endda condition = '00000' sort = ' ' TABLES i1000 = p1000 OBJECTS = loc_objects EXCEPTIONS OTHERS = 3.
RH_READ_INFTY_NNNN CALL FUNCTION 'RH_READ_INFTY_NNNN' EXPORTING infty = '1205' begda = sel_begda endda = sel_endda sort = ' ' TABLES innnn = p1205 OBJECTS = loc_objects EXCEPTIONS OTHERS = 3.
RH_GET_WFD_ID * CALL FUNCTION 'RH_GET_WFD_ID' * EXPORTING * act_task = lv_act_task * EXCEPTIONS * task_not_valid = 0 * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHWFDEF0 - Interface for Workflow Definition Interpretation RHWFDEF0 - Interface for Workflow Definition Interpretation RHWFCOPY - Copy Report for Workflow Tasks RHWFCOPY - Copy Report for Workflow Tasks RHWFCOPL - Copy Workflow Template to Active WF Plan Version RHWFCOPL - Copy Workflow Template to Active WF Plan Version