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

RPCTRSU0 SAP ABAP Report - US Tax Reporter Scheduler







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


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


Text pool values


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


INCLUDES used within this REPORT RPCTRSU0

INCLUDE RPCTRPU1. "TABLE DECLARATIONS
INCLUDE RPCTRMUD. "MACROS' FOR LOG.
INCLUDE RPCTRMUL.




INCLUDE RPCTRPUC. "CONSTANTS.
INCLUDE RPCTRSU1. "VARIABLES/PARAMETERS
INCLUDE RPCTRSU4. "COMMON DATA UI & SCHED.
INCLUDE RPCTRCUM. "MACRO'S FOR PCL4 READ.
INCLUDE RPCTRSU2. "FORM ROUTINES
INCLUDE RPUMKC00. "FEATURES READ ROUTINES
INCLUDE RPCTRSU3. "MAIN ROUTINES


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