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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_UTXG - Correction Run ETStmt 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_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
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 = 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTXGD0 - Create Correction Run ETStmt for Persons with Voluntary Insurance RPUTXGD0 - Create Correction Run ETStmt for Persons with Voluntary Insurance 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