RHWFCONS is a standard Executable ABAP Report 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 RHWFCONS 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: PD: Workflow Template in Transp.-Make Plan Version Consistent(3.0 B&C)
Text Symbol: 001 = Time split object
Text Symbol: 002 = successful
Text Symbol: 003 = not successful
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_CLIENT_SET CALL FUNCTION 'RH_CLIENT_SET' EXPORTING CLIENT = I000-MANDT EXCEPTIONS OTHERS = 1.
RH_READ_OBJECT_COMPLETE CALL FUNCTION 'RH_READ_OBJECT_COMPLETE' EXPORTING ACT_PLVAR = C_1000-PLVAR ACT_OTYPE = C_1000-OTYPE ACT_OBJID = C_1000-OBJID AUTHORITY_CHECK = AUTHY_CHECK "XCS_30D TABLES ACT_PLOG = A_PLOG ACT_TABDATA = A_TABD EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
RH_DELETE_OBJECT_WITHOUT_TABNR CALL FUNCTION 'RH_DELETE_OBJECT_WITHOUT_TABNR' EXPORTING ACT_PLVAR = C_1000-PLVAR ACT_OTYPE = C_1000-OTYPE ACT_OBJID = C_1000-OBJID ACT_CLIENT = I000-MANDT EXCEPTIONS OTHERS = 1.
RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING FCODE = 'INSE' VTASK = 'D' ORDER_FLG = 'X' COMMIT_FLG = 'X' AUTHY = ' ' OLD_TABNR = 'X' TABLES INNNN = 1_PLOG EXCEPTIONS NO_AUTHORIZATION = 01 ERROR_DURING_INSERT = 02 REPID_FORM_INITIAL = 03 CORR_EXIT = 04.
RH_READ_INFTY_1000 CALL FUNCTION 'RH_READ_INFTY_1000' EXPORTING AUTHORITY = 'DISP' WITH_STRU_AUTH = ' ' TABLES I1000 = A_1000 OBJECTS = A_OBJ EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2.
RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING FCODE = 'INSE' VTASK = 'B' ORDER_FLG = 'X' COMMIT_FLG = ' ' AUTHY = ' ' OLD_TABNR = 'X' TABLES INNNN = A_PLOG EXCEPTIONS NO_AUTHORIZATION = 01 ERROR_DURING_INSERT = 02 REPID_FORM_INITIAL = 03 CORR_EXIT = 04.
RH_UPDATE_INFTY CALL FUNCTION 'RH_UPDATE_INFTY' EXPORTING VTASK = 'B' COMMIT_FLG = ' ' OLD_TABNR_NEW_LANGU = 'X' TABLES INNNN = L_PLOG EXCEPTIONS ERROR_DURING_UPDATE = 1 NO_AUTHORIZATION = 2 REPID_FORM_INITIAL = 3 CORR_EXIT = 4 OTHERS = 5.
RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING VTASK = 'D' COMMIT_FLG = 'X' EXCEPTIONS CORR_EXIT = 01.
RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHWFCONS - PD: Workflow Template in Transp.-Make Plan Version Consistent(3.0 B&C) RHWFCONS - PD: Workflow Template in Transp.-Make Plan Version Consistent(3.0 B&C) RHWFCHK0 - Consistency Check of Workflow Installation RHWFCHK0 - Consistency Check of Workflow Installation RHWFACTV - Report for Activating WF Definitions in WF Tasks RHWFACTV - Report for Activating WF Definitions in WF Tasks