SAP Reports / Programs

RPUTXDU0 SAP ABAP Report - Correction and deletion of entries in tax and deposit interface tables







RPUTXDU0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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


Text pool values


Title: Correction and deletion of entries in tax and deposit interface tables
Text Symbol: ST8 = Number of Entries already existed in EE Tax Table :
Text Symbol: ST7 = Number of Entries in Tax Deposit Table :
Text Symbol: ST6 = Number of Considerated Persons :
Text Symbol: ST5 = Number of New Entries in EE Tax Table :
Text Symbol: ST4 = Tax Interface Tables:
Text Symbol: ST3 = Number of occured errors :
Text Symbol: ST2 = Number of Selected Persons :
Text Symbol: ST1 = Statistics:
Text Symbol: SC2 = Pay period (Payr.SU/PP/YYY)
Text Symbol: SC1 = Timerange (Unit/Amount)
Text Symbol: N04 = RP_TAXDATE
Text Symbol: N03 = Too many number requested from number range
Text Symbol: N02 = Last number of number range RP_TAXDATE taken
Text Symbol: N01 = Number range RP_TAXDATE will exceed soon
Text Symbol: I04 = T5UT2 entries are found
Text Symbol: I03 = T5UT1 entries are found
Text Symbol: I02 = T5UT2 entries are corrected/deleted
Text Symbol: I01 = T5UT1 entries are corrected/deleted
Text Symbol: H11 = Data for the Deposit Tax Interface Table
Text Symbol: H10 = Data for the Personnel Tax Interface Table
Text Symbol: H09 = in Mnth TxCo Auth Gr Tax Interest Penalty
Text Symbol: H08 = PayKy Pay Date fr Mnth Pers.No. TxCo Auth Ws Group Taxable Tax
Text Symbol: H07 = Entries added in Tax Interface Table:
Text Symbol: H06 = in Mnth TxCm Auth Ty Tax Intrest Penalty
Text Symbol: H05 = Data in the Deposit Tax Interface Table
Text Symbol: H04 = Payky Pay Date fr Mnth Pers.No. Wrks Auth Ty Taxable Tax
Text Symbol: H03 = Data in the Personell Tax Interface Table
Text Symbol: H02 = Data, which were deleted:
Text Symbol: H01 = Testrun, no Update done. Following Datas would be deleted:
Text Symbol: E11 =
Text Symbol: E10 = Error in reading payroll results. Please check results of person:
Text Symbol: E09 = No description found, how to store tax datas (T51T2)
Text Symbol: E08 = No Plant defined (T001P)
Text Symbol: E07 = No Plant defined (T5U0P)
Text Symbol: E06 = No Remittance for Person available; Tax Datas:
Text Symbol: E05 = No Roules for Remittance Date maintained (T51R1)
Text Symbol: E04 = No Creditor for Wagetype/Taxcompany/Taxauthority maintained (T5URC)





Text Symbol: E03 = No previous payroll results for a recalculated period (for/in month)
Text Symbol: E02 = Datemodifier is not maintained (T549S)
Text Symbol: E01 = Subunit is not maintained (T549A)
Text Symbol: E00 = with argument:


INCLUDES used within this REPORT RPUTXDU0

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:

No SAP FUNCTION MODULES are executed within this report code!



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