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
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: Program for object type MSS_REQ : MSS Requistion
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HRWPC_MSS_REQ - Program for object type MSS_REQ : MSS Requistion HRWPC_MSS_REQ - Program for object type MSS_REQ : MSS Requistion HRWPC_CSS_EXTERNAL_PERNR - Provide External Employee Number HRWPC_CSS_EXTERNAL_PERNR - Provide External Employee Number HRWAO_SQ_READ_MD_ADDRESS======FT - HRWAOSQREADMDADDRESS======FT HRU_SELECT_PERNR_VACATION - Off-Cycle - Selection Program for Vacation Calculation