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

RPCTXTU0 SAP ABAP Report - Listing of tax amounts in tax interface tables







RPCTXTU0 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 RPCTXTU0 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

P000_M10_LTX - List tax amts in interface tables


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 RPCTXTU0. "Basic submit
SUBMIT RPCTXTU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTXTU0 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: WRKSIT = Worksites
Selection Text: WKSIT_IN = Show amounts per worksite
Selection Text: TXCMP_IN = Show amounts per tax company
Selection Text: TAXTYP = Tax form groups
Selection Text: TAXCMP = Tax companies
Selection Text: TAXAU_IN = Show amounts per tax authority
Selection Text: TAXAUT = Tax authorities
Selection Text: PERSNR = Personnel numbers
Selection Text: PERNR_IN = Show amounts per personnel no.
Selection Text: ENDDAT = Paid until
Selection Text: BEGDAT = Paid starting from
Selection Text: ABRKRS = Payroll area
Title: Listing of tax amounts in tax interface tables
Text Symbol: U02 = Sum of entries in tax interface tables
Text Symbol: U01 = Detailed listing of entries in tax interface tables
Text Symbol: T07 = Paid on/for
Text Symbol: T06 = Penalties
Text Symbol: T05 = Interests
Text Symbol: T04 = Deposits
Text Symbol: T03 = Tax
Text Symbol: T02 = Taxable/Wages
Text Symbol: T01 = Tax form group
Text Symbol: S03 = Listing options
Text Symbol: S02 = Selection tax amounts paid between
Text Symbol: S01 = Selection criteria for listing tax interface table entries
Text Symbol: M04 = M
Text Symbol: M01 = M
Text Symbol: H04 = Personnel No.:
Text Symbol: H03 = Worksite :
Text Symbol: H02 = Taxauthority :
Text Symbol: H01 = Taxcompany :


INCLUDES used within this REPORT RPCTXTU0

INCLUDE RPCTXU01.
INCLUDE RPCTXU02.
INCLUDE RPCTXUU2.
INCLUDE RPCTXX00.


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