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
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.
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
INCLUDE DBPNPCOM. "NT-0324304
INCLUDE RPCTRPUA_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.