RPCTRSU0 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 RPCTRSU0 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: US Tax Reporter Scheduler
Text Symbol: T99 =
Text Symbol: S90 = Preparing output for display.
Text Symbol: S50 = Printing the forms.
Text Symbol: S15 = Generating form Information.
Text Symbol: S12 = Marking existing info.
Text Symbol: S11 = Generating Control Info.
Text Symbol: S10 = Building Reporter and Transmitter Info.
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 = Personal Subarea
Text Symbol: P02 = Personal Area
Text Symbol: P01 = Tax Company
Text Symbol: H05 = W2 specific information
Text Symbol: H04 = Transmitter and Reporting companies.
Text Symbol: H03 = Test options
Text Symbol: H02 = Output options
Text Symbol: H01 = Form parameters
Text Symbol: 005 = Trying to lock table T5UYY..
Text Symbol: 003 = Sort criteria for TemSe
Text Symbol: 002 = Sort criteria for ER Copy
Text Symbol: 001 = Sort criteria for EE Copy
INCLUDE RPCTRPU1. "TABLE DECLARATIONS
INCLUDE RPCTRMUD. "MACROS' FOR LOG.
INCLUDE RPCTRMUL.
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.