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

RHWFCONS SAP ABAP Report - PD: Workflow Template in Transp.-Make Plan Version Consistent(3.0 B&C)







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


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


Text pool values


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


INCLUDES used within this REPORT RHWFCONS

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:

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.



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