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

RPCTRPU0 SAP ABAP Report - Tax Form Generator







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


Text pool values


Title: Tax Form Generator
Text Symbol: T99 =
Text Symbol: T0T = Sorting criteria
Text Symbol: T0R = Chosen criteria
Text Symbol: T0L = Possible criteria
Text Symbol: T02 = W-2 Tape/Diskette (MMREF-1 MltEcd)
Text Symbol: T01 = Tax form
Text Symbol: P18 = Central person technical ID
Text Symbol: P17 = Person ID
Text Symbol: P16 = Cost center
Text Symbol: P15 = Status (active/inactive)
Text Symbol: P14 = Organizational key
Text Symbol: P13 = Employee sub group
Text Symbol: P12 = Employee group
Text Symbol: P11 = Organizational unit
Text Symbol: P10 = ZIP code
Text Symbol: P09 = Last Name
Text Symbol: P08 = First Name
Text Symbol: P07 = Social Security number
Text Symbol: P06 = Personnel number
Text Symbol: P05 = Worksite
Text Symbol: P04 = Tax authority
Text Symbol: P03 = Personnel subarea
Text Symbol: P02 = Personnel area
Text Symbol: P01 = Tax company
Text Symbol: L01 = Tax form:
Text Symbol: H04 = Features to be used
Text Symbol: H03 = Test options
Text Symbol: H02 = Output options
Text Symbol: H01 = Form parameters
Text Symbol: F03 = precedes a line containing an 'ERROR' statement.
Text Symbol: F02 = does not exist or was not generated.
Text Symbol: F01 = Feature
Text Symbol: B01 = Sorting Criteria
Text Symbol: 015 = EE with no work site
Text Symbol: 014 = Generating HR Form:
Text Symbol: 013 = Generating TemSe Files
Text Symbol: 012 = CORRECTED





Text Symbol: 009 = REISSUED STATEMENT
Text Symbol: 008 = ORDER


INCLUDES used within this REPORT RPCTRPU0

INCLUDE DBPNPCOM. "NT-0324304
INCLUDE RPCTRPUA_FORMS.


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