SAP Reports / Programs

RPUGENF1 SAP ABAP Report - Update Absence Quotas before First Payroll Run







RPUGENF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for France only..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUGENF1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M06_RPUGENF10 - Update Absence Quotas


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


Text pool values


Selection Text: LST_ON = Calendar display
Selection Text: TST_ON = Test
Title: Update Absence Quotas before First Payroll Run
Text Symbol: 050 = Seq. no
Text Symbol: 051 = Quota
Text Symbol: 052 = Modifier
Text Symbol: 053 = Old Quota
Text Symbol: TIT = Conversion


INCLUDES used within this REPORT RPUGENF1

INCLUDE RPUGE1F1.


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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2001' begda = per_debut "#EC DOM_EQUAL endda = per_fin "#EC DOM_EQUAL TABLES infty_tab = it2001.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = it2001-pernr begda = it2001-begda "#EC DOM_EQUAL endda = it2001-endda "#EC DOM_EQUAL TABLES i0000 = p0000 i0001 = p0001 i0002 = p0002 i0007 = p0007 i2001 = p2001 i2002 = p2002 i2003 = p2003 perws = xpsp.

HR_FR_CONTINUED_PAY_HANDLING CALL FUNCTION 'HR_FR_CONTINUED_PAY_HANDLING' EXPORTING pp_input_data = param_in pp_activ_get_moabw = 'X' pp_activ_get_malad = 'X' pp_activ_firstabs_begda = 'X' pp_activ_hiredate = 'X' pp_activ_maintien = 'X' pp_activ_per_ref = 'X' pp_activ_absty_abstp = 'X' pp_activ_access_t5f2d = 'X' pp_activ_cust_func = 'X' pp_activ_check_extension = 'X' pp_activ_update_ncale = 'X' TABLES pp_ncale = i_ncale pp_psp = xpsp pp_p0424 = p0424 * PP_ERROR_PTEXT = "(structure PLOG-TEXT) pp_hrerror = error_int "(structure HRERROR) CHANGING pp_change_data = param_change EXCEPTIONS error_counter_value = 1 error_user_exit = 2 error_get_malad = 3 error_t554s = 4 error_no_hiredate = 5 error_per_ref = 6 error_maintien = 7 error_moabw = 8 warning_t5f2a = 9 OTHERS = 10 .

HR_FR_DELETE_NCALE CALL FUNCTION 'HR_FR_DELETE_NCALE' EXPORTING empnr = pernr-pernr jahr = pn-pabrj i_modus = 'U' * LOG = ' ' begda = per_debut endda = high-date EXCEPTIONS missing_personnel_number = 1 version_cluster_incomp = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES error = display_err EXCEPTIONS invalid_linesize = 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 RPUGENF1 or its description.