SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

MP00213U_CE SAP ABAP INCLUDE - Include MP00213U_CE







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


Text pool values


Title: Include MP00213U_CE


INCLUDES used within this REPORT MP00213U_CE

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:

HR_BEN_CHECK_REL_PERSON_UNUSED call function 'HR_BEN_CHECK_REL_PERSON_UNUSED' exporting pernr = p0106-pernr rlp_categ = person rlp_type = p0106-subty rlp_id = p0106-objps * begda = p0106-begda "L4DK063678 * endda = p0106-endda "L4DK063678 BEGDA = P0021-BEGDA "L4DK063678 ENDDA = P0021-ENDDA "L4DK063678 * reaction = warning_msg "VSDL9CK097828 reaction = no_msg "VSDL9CK097828
importing is_unused = is_unused subrc = subrc tables error_table = error_table.

HR_BEN_CHECK_REL_PERSON_UNUSED CALL FUNCTION 'HR_BEN_CHECK_REL_PERSON_UNUSED' EXPORTING PERNR = P0106-PERNR RLP_CATEG = PERSON RLP_TYPE = P0106-SUBTY RLP_ID = P0106-OBJPS * begda = p0106-begda "L4DK063678 * endda = p0106-endda "L4DK063678 BEGDA = l_begda "L4DK063678 ENDDA = l_endda "L4DK063678 * REACTION = WARNING_MSG "VSDL9CK097828 reaction = no_msg "VSDL9CK097828
IMPORTING IS_UNUSED = IS_UNUSED SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_CHECK_REL_PERSON_UNUSED CALL FUNCTION 'HR_BEN_CHECK_REL_PERSON_UNUSED' EXPORTING PERNR = P0106-PERNR RLP_CATEG = PERSON RLP_TYPE = P0106-SUBTY RLP_ID = P0106-OBJPS * begda = p0106-begda "L4DK063678 * endda = p0106-endda "L4DK063678 BEGDA = l_begda "L4DK063678 ENDDA = l_endda "L4DK063678 * REACTION = WARNING_MSG "VSDL9CK097828 reaction = no_msg "VSDL9CK097828 IMPORTING IS_UNUSED = IS_UNUSED SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE.

HR_BEN_CHECK_REL_PERSON_UNUSED call function 'HR_BEN_CHECK_REL_PERSON_UNUSED' exporting pernr = p0106-pernr rlp_categ = person rlp_type = p0106-subty rlp_id = p0106-objps BEGDA = P0021-BEGDA ENDDA = P0021-ENDDA reaction = no_msg importing is_unused = is_unused subrc = subrc tables error_table = error_table.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING EXIT_NAME = sap_user_exit01 FLT_VAL = t001p-molga IMPORTING IS_IMPLEMENTED = is_implemented1 CHANGING INSTANCE = sap_user_exit1.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = p0106-pernr msg_class = '5U' msg_number = msg_no msg_par1 = msg_par severity = '8' reaction = msg_type tables error_table = error_table.



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