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

MP084740 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MP084740

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:

HRVE_TERMINATION_RET7VE97 * CALL FUNCTION 'HRVE_TERMINATION_RET7VE97' * EXPORTING * TR_COIND = IL_Q0847-COIND * TR_DATE = FIRING_DATE * IMPORTING * TR_LGART = IL_Q0847-LGART * EXCEPTIONS * DATA_NOTFOUND = 1 * OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-w02 diagnosetext2 = text-w03 diagnosetext3 = text-w04 textline1 = text-w05 textline2 = text-w06 titel = text-w01 IMPORTING answer = cpr_answer.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-w13 diagnosetext2 = text-w09 diagnosetext3 = text-w03 textline1 = text-w18 textline2 = text-w03 titel = text-w19 cancel_display = space IMPORTING answer = cpr_answer.

HR_PL_IMPORT_LOG_FROM_MEMORY CALL FUNCTION 'HR_PL_IMPORT_LOG_FROM_MEMORY' EXPORTING mem_key = memo_key.

HR_PL_DISPLAY_LOG CALL FUNCTION 'HR_PL_DISPLAY_LOG' EXPORTING procl = 'C' * p_batch = * p_vanam = EXCEPTIONS OTHERS = 1.

HRO1_FILL_EVAL_DIR CALL FUNCTION 'HRO1_FILL_EVAL_DIR' EXPORTING payroll_dir = rgdir[] rgdir_line = rgdir_line IMPORTING eval_dir = bdm_rgdir02[] payr_dir = rgdir_2[] EXCEPTIONS no_evaluated_periods = 1 OTHERS = 2.

HRCO_TERMINATION_RET7CO97 CALL FUNCTION 'HRCO_TERMINATION_RET7CO97' EXPORTING tr_coind = lt_i0847-coind tr_date = p0847-begda IMPORTING tr_fmodu = ci_function_module tr_lgart = lt_i0847-lgart EXCEPTIONS data_notfound = 1.

HRCO_TERMINATION_RET7CO97 CALL FUNCTION 'HRCO_TERMINATION_RET7CO97' EXPORTING tr_coind = il_i0847-coind tr_date = p0847-begda IMPORTING tr_fmodu = ci_function_module EXCEPTIONS data_notfound = 1.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernum infty = '0003' begda = splitdat endda = splitdat TABLES infty_tab = p0003 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HRCO_LAST_DAY_OF_MONTH CALL FUNCTION 'HRCO_LAST_DAY_OF_MONTH' EXPORTING i_datum = p_splitdat IMPORTING e_tt = last_day.

HRCO_LAST_DAY_OF_MONTH CALL FUNCTION 'HRCO_LAST_DAY_OF_MONTH' EXPORTING i_datum = split_date IMPORTING e_tt = last_day_split_month.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0847-pernr infty = '0847' TABLES infty_tab = lc_0847 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-w20 diagnosetext2 = text-w03 diagnosetext3 = text-w03 textline1 = text-w21 textline2 = text-w03 titel = text-w22 IMPORTING answer = cpr_answer.



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