MP010630 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 MP010630 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: Module Pool: Infotype 0106 PAI Module
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CA_VERIFY_SI_NUMBER CALL FUNCTION 'HR_CA_VERIFY_SI_NUMBER' EXPORTING perid = p0106-perid IMPORTING decision = decision.
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 = error_msg 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 = error_msg 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 = error_msg IMPORTING is_unused = is_unused subrc = subrc TABLES error_table = error_table.
HRCA_POSTAL_CODE_CHECK ** CALL FUNCTION 'POSTAL_CODE_CHECK' "XJIAHRK015074 * call function 'HRCA_POSTAL_CODE_CHECK' " * exporting country = p0106-land1 ** postal_code = p0106-pstlz. "WWML9CK038920
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 MP010630 or its description.