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

RPUTXGD0 SAP ABAP Report - Create Correction Run ETStmt for Persons with Voluntary Insurance







RPUTXGD0 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 calling the report for creating employment tax statement data 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 RPUTXGD0 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_UTXG - Correction Run ETStmt 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 RPUTXGD0. "Basic submit
SUBMIT RPUTXGD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTXGD0 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_VARID = D .
Title: Create Correction Run ETStmt for Persons with Voluntary Insurance
Text Symbol: S01 = Last Period for RPCTXVD1
Text Symbol: T10 = Information About RPCTXVD1


INCLUDES used within this REPORT RPUTXGD0

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 = g_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 = g_inper_amonat actual = 'X' TABLES result_tab = gt_payroll_result EXCEPTIONS no_results = 1 OTHERS = 4.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VARIANT' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_VARID' value_org = 'S' TABLES value_tab = gt_varianten EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

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 = gt_proto EXCEPTIONS program_error = 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 RPUTXGD0 or its description.