SAP Reports / Programs | Payroll | USA | Tax Reporter(PY-US-RP-TR) SAP PY

RPCTXUU0 SAP ABAP Report - Filling of tax interface tables from payroll and 3rd party remmittance







RPCTXUU0 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 RPCTXUU0 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 RPCTXUU0. "Basic submit
SUBMIT RPCTXUU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTXUU0 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: ABKRS = Fill table only for payr. unit
Selection Text: CORRN = Reversal of prior run
Selection Text: PROD = Fill Tax Interface Table
Selection Text: PROT_DEP = Details of Tax Table Data
Selection Text: PROT_PAY = Details of Deposit Table Data
Selection Text: QUTER = Amount
Selection Text: SELPERNR = Evaluation of Personnel numbrs
Selection Text: TAXGR = Fill table only for form group
Selection Text: TXAUT = Fill table only for tax authty
Selection Text: TXCMP = Fill table only for tx company
Selection Text: UDATE = Last day of evaluation period
Selection Text: UNIT = Reporting unit to be prepared
Selection Text: YEAR = of year
Title: Filling of tax interface tables from payroll and 3rd party remmittance
Text Symbol: T02 = Parameters for a repeat run
Text Symbol: T01 = Repeat run: tax authority and group
Text Symbol: ST8 = Number of pre-existing entries in personnel tax table:
Text Symbol: ST7 = Number of entries in tax deposit table:
Text Symbol: ST6 = Number of persons considered:
Text Symbol: ST5 = Number of new entries in personnel tax table:
Text Symbol: ST4 = Tax interface tables:
Text Symbol: ST3 = Number of errors:
Text Symbol: ST2 = Number of persons selected:
Text Symbol: ST1 = Statistics:
Text Symbol: SC2 = Correction and test parameters
Text Symbol: SC1 = Time range (amount/year)
Text Symbol: N04 = RP TAXDATE
Text Symbol: E00 = with argument:
Text Symbol: E01 = Payroll area not maintained (T549A)
Text Symbol: E02 = Date modifier not maintained (T549S)
Text Symbol: E03 = No previous payroll results for recalculated period (for/in month)
Text Symbol: E04 = No creditor for wage type/tax company/tax authority (T5URC)
Text Symbol: E05 = No rules for remittance date (T51R1)
Text Symbol: E06 = No remittance for person available; tax data:
Text Symbol: E07 = No personnel area defined (T5U0P)
Text Symbol: E08 = No personnel area defined (T001P)
Text Symbol: E09 = No description found, how to store tax data (T51T2)
Text Symbol: E10 = Error reading payroll results. Please check results of person:





Text Symbol: E11 =
Text Symbol: H01 = Personnel number:
Text Symbol: H02 = Tax company :
Text Symbol: H03 = Pay date :
Text Symbol: H04 = Correction for month:
Text Symbol: H05 = Tax auth. Worksite Tax form group Taxable Tax
Text Symbol: H06 = Tax auth. Wage or form group Deposits Interests Penalties
Text Symbol: H07 = Entries added in tax interface table:
Text Symbol: H08 = PayKy Pay date fr Mnth Pers.No. TxCo Auth Ws Group Taxable Tax
Text Symbol: H09 = in Mnth TxCo Auth Gr Tax Interest Penalty
Text Symbol: H10 = Personnel tax interface table data
Text Symbol: H11 = Deposit tax interface table data
Text Symbol: N01 = Number range RP TAXDATE will exceed soon
Text Symbol: N02 = Last number of number range RP TAXDATE taken
Text Symbol: N03 = Too many numbers requested from number range


INCLUDES used within this REPORT RPCTXUU0

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