SAP Reports / Programs | Payroll | Germany | Tax(PY-DE-NT-TX) SAP PY

RPUTXFD0 SAP ABAP Report - Aux. Report: Set Retro. Acctg Date, Output Month ETStmt for Vol. Ins.







RPUTXFD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Auxiliary report for setting the retroactive accounting date and the output month of the employment tax statement for persons with voluntary insurance for the statement year 2010...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 RPUTXFD0 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_M01_UTXF - Set Retro. Acctg Date Vol. Insur.


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 RPUTXFD0. "Basic submit
SUBMIT RPUTXFD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTXFD0 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: P_NXPERJ = D .
Selection Text: P_NXPERP = D .
Selection Text: P_UPDATE = D .
Title: Aux. Report: Set Retro. Acctg Date, Output Month ETStmt for Vol. Ins.
Text Symbol: S01 = Next Payroll Period


INCLUDES used within this REPORT RPUTXFD0

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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

PYDE_READ_AUSGABEMONAT CALL FUNCTION 'PYDE_READ_AUSGABEMONAT' EXPORTING i_pernr = pernr-pernr i_besch_jahr = '2010' IMPORTING e_amonat = l_amonat EXCEPTIONS OTHERS = 4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr pabrj = c_jahr_2010 pabrp = c_perbeg pabrj_end = c_jahr_2010 pabrp_end = c_perend inper_act = l_inper_amonat actual = 'X' TABLES result_tab = lt_payroll_result EXCEPTIONS no_results = 1 OTHERS = 4.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = pernr-pernr endda = '20101231' IMPORTING leavingdate = l_leave EXCEPTIONS OTHERS = 0.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = 'HRPAYDEST' msgty = 'E' msgno = 710.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = 016 msgv1 = 'Datum ''Nicht mehr abrechnen''' "#EC * msgv2 = l_dat1 msgv3 = '< Datum ''Abrechnen bis''' "#EC * msgv4 = l_dat2.

HR_PCIF_SET_RETRO_DATE CALL FUNCTION 'HR_PCIF_SET_RETRO_DATE' EXPORTING employeenumber = pernr-pernr date = l_fpnxt_endda l_pa0003 = ls_pa0003 employee_active = space.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = 'RP' msgty = 'E' msgno = 016 msgv1 = 'Datum ''Früh. Änd. Stammdaten''' "#EC *

HR_PCIF_SET_RETRO_DATE CALL FUNCTION 'HR_PCIF_SET_RETRO_DATE' EXPORTING employeenumber = pernr-pernr date = c_rrdat l_pa0003 = ls_pa0003 employee_active = 'X'.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_anz_select_pernr processed = g_anz_process_pernr rejected = g_anz_reject_pernr.

HR_ALV_LIST_DISPLAY CALL FUNCTION 'HR_ALV_LIST_DISPLAY' EXPORTING data_structure = c_struct current_report = sy-repid hr_display_error_list = 'X' hr_display_stat_list = 'X' TABLES data_tab = lt_proto EXCEPTIONS program_error = 1 OTHERS = 2.

PYDE_SET_AUSGABEMONAT CALL FUNCTION 'PYDE_SET_AUSGABEMONAT' EXPORTING i_pernr = pernr-pernr i_besch_jahr = c_jahr_2010 i_ausg_monat = l_amonat_neu EXCEPTIONS OTHERS = 4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgty = sy-msgty msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.



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