SAP Reports / Programs

HRWPC_MSS_REQ SAP ABAP Report - Program for object type MSS_REQ : MSS Requistion







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


Text pool values


Title: Program for object type MSS_REQ : MSS Requistion


INCLUDES used within this REPORT HRWPC_MSS_REQ

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:

HRWPC_RQ_POST_REQUISITION CALL FUNCTION 'HRWPC_RQ_POST_REQUISITION' EXPORTING NOTIF_OBJID = notif_objid EXCEPTIONS ERROR_RETRIEVING_SPECIAL_DATA = 01 ERROR_POSTING_REQUISITION = 02 NO_RQ_OBJECT = 03 OTHERS = 04.

HRWPC_RQ_GET_ACTION_CODE CALL FUNCTION 'HRWPC_RQ_GET_ACTION_CODE' EXPORTING NOTIF_OBJID = notif_objid IMPORTING REQ_FORM_ACTION = action_code EXCEPTIONS ERROR_RETRIEVING_SPECIAL_DATA = 01 ACTION_CODE_NOT_FOUND = 02 OTHERS = 03.

HRWPC_RQ_CREATE_RQ_OBJECT CALL FUNCTION 'HRWPC_RQ_CREATE_RQ_OBJECT' EXPORTING NOTIF_OBJID = notif_objid NOTIF_TYPE = notif_type IMPORTING RETURN = return EXCEPTIONS RQ_OBJECT_FOUND = 01 NO_RQ_APPROVAL = 02 NO_ISR_UPDATE = 03 DATABASE_ERROR = 04 GENERAL_ERROR = 05 OTHERS = 06.

HRWPC_RQ_DEFAULT_AD_TEXT CALL FUNCTION 'HRWPC_RQ_DEFAULT_AD_TEXT' EXPORTING REQ_BEGDA = SY-DATUM IT_SUBTYPE = '4004' OBJECT_TYPE = 'RQ' OBJECT_ID = rq_objid TABLES AD_TEXT = subtype_data EXCEPTIONS OTHERS = 01.

HRWPC_RQ_GET_REQ_OBJECT_ID CALL FUNCTION 'HRWPC_RQ_GET_REQ_OBJECT_ID' EXPORTING NOTIF_OBJID = notif_objid IMPORTING REQ_OBJECT_ID = rq_objid OLD_NOTIF_OBJID = old_notif_objid EXCEPTIONS ERROR_RETRIEVING_SPECIAL_DATA = 01 REQ_OBJECT_NOT_FOUND = 02 OTHERS = 03.

HRWPC_RQ_UPDATE_RQ_OBJECT CALL FUNCTION 'HRWPC_RQ_UPDATE_RQ_OBJECT' EXPORTING OLD_NOTIF_OBJID = old_notif_objid REQ_OBJID = req_objid NOTIF_OBJID = notif_objid IMPORTING RETURN = return EXCEPTIONS RQ_OBJECT_FOUND = 01 NO_RQ_APPROVAL = 02 NO_ISR_UPDATE = 03 DATABASE_ERROR = 04 GENERAL_ERROR = 05 OTHERS = 06.

HRWPC_EREC_CREATE_OBJECT_UTIL CALL FUNCTION 'HRWPC_EREC_CREATE_OBJECT_UTIL' EXPORTING NOTIF_OBJID = notif_objid NOTIF_TYPE = notif_type IMPORTING RETURN = return EXCEPTIONS OTHERS = 01.

HRWPC_EREC_CREATE_OBJECT_UTIL CALL FUNCTION 'HRWPC_EREC_CREATE_OBJECT_UTIL' EXPORTING NOTIF_OBJID = notif_objid NOTIF_TYPE = notif_type IMPORTING RETURN = return EXCEPTIONS OTHERS = 01.



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