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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_UTXF - Set Retro. Acctg Date Vol. Insur.
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTXFD0 - Aux. Report: Set Retro. Acctg Date, Output Month ETStmt for Vol. Ins. RPUTXFD0 - Aux. Report: Set Retro. Acctg Date, Output Month ETStmt for Vol. Ins. RPUTXED0_SELECTION_SCREEN - RPUTXED0SELECTIONSCREEN RPUTXED0_FORMS - RPUTXED0FORMS RPUTXED0_DATA - RPUTXED0DATA RPUTXED0 - Create Query of Tax Identification Number