SAP Reports / Programs | Payroll | France(PY-FR) SAP PY

RPLDH3F1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '06' begda = p_date IMPORTING waers = p_waers.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' " Mise à jour de la table EXPORTING beg = pn-begda " interne PHIFI end = pn-endda TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HR_FR_GET_PRORATA CALL FUNCTION 'HR_FR_GET_PRORATA' EXPORTING p_pernr = pernr-pernr p_begda = pn-begda p_endda = pn-endda p_contract = g_contr it_p2001 = p2001[] it_absences = pt_absences it_bsgrd = lt_bsgrd IMPORTING p_prorata = g_effpro p_prorata_d2 = g_effpro_t1 ev_coef_bsgrd = pv_coef_bsgrd ev_coef_attnd = pv_coef_attnd TABLES t_siret = l_s_siret t_phifi = phifi t0000 = p0000 t0001 = p0001 t0008 = p0008 EXCEPTIONS error = 1 no_active = 2 error_reading_t5f1p = 3 no_contract_determined = 4 contract_not_classified = 5 no_bsgrd = 6 OTHERS = 7.

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING first_date = p0002-gbdat second_date = pn-endda modify_interval = ' ' IMPORTING years_between_dates = age EXCEPTIONS sequence_of_dates_not_valid = 4.

HR_FR_GET_CONTRACT CALL FUNCTION 'HR_FR_GET_CONTRACT' EXPORTING p_ansvh = p0001-ansvh p_cttyp = p0016-cttyp p_begda = p_begda p_endda = p_endda IMPORTING p_contrat = g_contr-id p_text = g_contr-text p_durat = g_contr-durat p_modal = g_contr-modal p_exc_d2 = g_contr-exc_d2 EXCEPTIONS error = 1 OTHERS = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr arbgb = arbgb msgty = msgty msgno = msgno msgv1 = msgv1 msgv2 = msgv2 msgv3 = msgv3 msgv4 = msgv4 EXCEPTIONS OTHERS = 1.



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