SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

RHWFDEF0 SAP ABAP dialog Program - Interface for Workflow Definition Interpretation







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


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 RHWFDEF0. "Basic submit
SUBMIT RHWFDEF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RHWFDEF0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Interface for Workflow Definition Interpretation


INCLUDES used within this REPORT RHWFDEF0

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:

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.



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