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

MP066140 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

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' 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 .

HRBR_TERMINATION_RET7BR97 CALL FUNCTION 'HRBR_TERMINATION_RET7BR97' EXPORTING tr_coind = lt_i0661-coind tr_date = p0661-begda IMPORTING tr_lgart = lt_i0661-lgart tr_lgar2 = lgar2 EXCEPTIONS data_notfound = 1.

HRBR_TERMINATION_RET7BR97 CALL FUNCTION 'HRBR_TERMINATION_RET7BR97' EXPORTING tr_coind = il_i0661-coind tr_date = p0661-begda IMPORTING tr_fmodu = ci_function_module EXCEPTIONS data_notfound = 1.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0661-pernr infty = '0661' TABLES infty_tab = lc_0661 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.

HR_BR_GET_CONSTANT CALL FUNCTION 'HR_BR_GET_CONSTANT' EXPORTING p_constant = pbr99_fgtsd p_date = p_date IMPORTING p_value = fgtsd EXCEPTIONS constant_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-w23 diagnosetext2 = text-w24 diagnosetext3 = old_fgtsb textline1 = text-w03 textline2 = text-w25 titel = text-w03 IMPORTING answer = fgtsb_answer.

HRBR_READ_RGDIR_PAYRESULTS CALL FUNCTION 'HRBR_READ_RGDIR_PAYRESULTS' EXPORTING pernr = p_pernr begda = lc_begda endda = lc_endda TABLES paybr_result = lc_payroll_results EXCEPTIONS error_in_cu_read_rgdir = 1 error_in_cd_select_date_range = 2 error_in_cd_select_srtza = 3 error_in_cd_select_void = 4 error_in_cd_select_payty_range = 5 error_in_cd_select_payid_range = 6 error_in_cd_select_fpper = 7 error_in_cd_select_permo = 8 error_in_cd_select_abkrs = 9 error_in_cd_select_juper = 10 error_in_read_rgdir_payresults = 11 error_incorrect_date_range = 12 error_incorrect_fpper_range = 13 error_others = 14 OTHERS = 15.

HRBR_TERM_FILL_IT CALL FUNCTION 'HRBR_TERM_FILL_IT' EXPORTING PERNR = P0661-pernr TIPTE = P0661-tipte TDATE = firing_date MASSN = firing_massn MASSG = firing_massg IMPORTING P0661 = P0661 EXCEPTIONS CURRENCY_ERROR = 1 OTHERS = 2.



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