SAP Reports / Programs | Personnel Management | Benefits | General Parts(PA-BN-FB-XX) SAP PA

MPZ63F04 SAP ABAP INCLUDE - Include MPZ63F04







MPZ63F04 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 MPZ63F04 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 MPZ63F04. "Basic submit
SUBMIT MPZ63F04 AND RETURN. "Return to original report after report execution complete
SUBMIT MPZ63F04 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 MPZ63F04


INCLUDES used within this REPORT MPZ63F04

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_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = p_pernr datum = p_calc_date reaction = no_log IMPORTING ee_benefit_data = ee_benefit_data subrc = p_subrc TABLES error_table = p_error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = msg_class8 msg_number = '004' severity = 0 reaction = success_msg TABLES error_table = p_error_table.

HR_BEN_GET_EE_PAY_FREQUENCY CALL FUNCTION 'HR_BEN_GET_EE_PAY_FREQUENCY' EXPORTING pernr = p_pernr datum = p_begda reaction = no_log IMPORTING zeinh = p_perio TABLES error_table = error_table.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0041' begda = p_begda endda = '99991231' TABLES infty_tab = l_p0041_tab.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0041' number = p_pernr lockindicator = false validitybegin = l_p0041-begda validityend = l_p0041-endda record = l_p0041 operation = l_operation nocommit = false IMPORTING return = l_return.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = l_return-id msg_number = l_return-number msg_par1 = l_return-message_v1 msg_par2 = l_return-message_v2 msg_par3 = l_return-message_v3 msg_par4 = l_return-message_v4 severity = 0 " Error table not used reaction = no_msg 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 MPZ63F04 or its description.