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

FP50MF40 SAP ABAP INCLUDE - Report FP50MF40: Recalculation Recognition/Update IT0003







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


Text pool values


Title: Report FP50MF40: Recalculation Recognition/Update IT0003


INCLUDES used within this REPORT FP50MF40

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:

RP_UPDATE_P0003 CALL FUNCTION 'RP_UPDATE_P0003' EXPORTING infty = cprel-infty old_i0003 = p0003 is_retro_calc = psyst-psabp is_retro_time = psyst-bdeap is_correction_period = psyst-pskop * ABKRS_KORREKTUR = retro_calc_date = abp_datum * RETRO_BONUS_DATE = retro_time_date = abp_datum_bde retro_pkgab_date = abp_datum_pkgab IMPORTING new_i0003 = p0003 p0003_changed = upp_sw.

RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING p_no_change_upto = p_i_date.

RP_RETROACTIVITY_GET CALL FUNCTION 'RP_RETROACTIVITY_GET' EXPORTING current_record = cprel current_pref = pref old_record = csave old_pref = *pref modified_record_key = pskey * P_TCLAS = 'A' i0003 = p0003 first = psyst-first operation = psyst-ioper function_status = psyst-fstat molga = t001p-molga massn = pspar-massn IMPORTING is_retro_calc = is_retro_calc is_retro_time = is_retro_time is_correction_period = is_correction_period abkrs_korrektur = abkrs_korrektur retro_calc_date = retro_calc_date retro_bonus_date = retro_bonus_date retro_time_date = retro_time_date retro_pkgab_date = retro_pkgab_date retcode = retcode TABLES i0001 = i0001 innnn = innnn i0000 = i0000 i0007 = i0007 EXCEPTIONS invalid_infty = 1 invalid_payroll_area = 2 OTHERS = 3.

HR_PU12_SET_RETROCALC_DATE CALL FUNCTION 'HR_PU12_SET_RETROCALC_DATE' EXPORTING retro_date = rrdat * called_from_time = 'X' "SERN870023"SERN1110271 iv_no_warning = 'X' "SERN1110271 TABLES p0415 = i0415.

HR_TIM_GET_CHANGE_LOG_DATE CALL FUNCTION 'HR_TIM_GET_CHANGE_LOG_DATE' EXPORTING record_before = old_record record_after = new_record TABLES c_i0439 = i0439 EXCEPTIONS * date_undefined = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = fname EXCEPTIONS function_not_exist = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = fname EXCEPTIONS function_not_exist = 1 OTHERS = 2.

RP_RETROACTIVITY_GET CALL FUNCTION 'RP_RETROACTIVITY_GET' EXPORTING current_record = cprel current_pref = pref old_record = csave old_pref = *pref modified_record_key = pskey i0003 = p0003 first = psyst-first operation = psyst-ioper function_status = psyst-fstat molga = molga massn = pspar-massn IMPORTING is_retro_calc = is_retro_calc is_retro_time = is_retro_time is_correction_period = is_correction_period abkrs_korrektur = abkrs_korrektur retro_calc_date = retro_calc_date retro_bonus_date = retro_bonus_date retro_time_date = retro_time_date retro_pkgab_date = retro_pkgab_date retcode = retcode TABLES i0001 = i0001 innnn = innnn i0000 = i0000 i0007 = i0007 EXCEPTIONS invalid_infty = 1 invalid_payroll_area = 2 OTHERS = 3.

HR_PU12_SET_RETROCALC_DATE CALL FUNCTION 'HR_PU12_SET_RETROCALC_DATE' EXPORTING retro_date = p_rrdate TABLES p0415 = lt_i0415.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = t001p-molga i_appl = 'VA25' i_date = abp_datum IMPORTING e_valid = l_appl_valid.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = t001p-molga i_appl = 'VADM' i_date = '30001231' " any date in the future before 99991231 IMPORTING e_valid = ld_valid.

RP_RETROACTIVITY_DATE_CLEAR CALL FUNCTION 'RP_RETROACTIVITY_DATE_CLEAR'.

RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING retro_date_calc = abp_datum p_force_calc = 'X' p_no_update_p0003 = ' '.



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