SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

RPCYERK6 SAP ABAP Report - Year End Reporting, Canada: Combo. Outsourcing and Print Utility







RPCYERK6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The YER TemSe file administration utility enables you to perform two administrative functions for TemSe files generated by the Year End Reporting utility...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCYERK6 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

PC00_M07_YETM - TemSe administration


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 RPCYERK6. "Basic submit
SUBMIT RPCYERK6 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCYERK6 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: TAX_YEAR = Tax Year
Selection Text: S_TRUNT = Tax Reporting Unit
Selection Text: S_TEST = Test Run
Selection Text: S_TAR2 = T4A/RL-2
Selection Text: S_T4R1 = T4/RL-1
Selection Text: S_RUNID2 = MRQ Run ID
Selection Text: S_RUNID = CRA Run ID
Selection Text: S_PRT = Print Output
Selection Text: S_PATH = Output File Path
Selection Text: S_OUT = File Output
Selection Text: S_NMATC = Outsource only orphaned forms
Selection Text: S_MATCH = Outsource only combined forms
Selection Text: S_FNAME = Filename override
Selection Text: S_BKPRT = Print form reverse
Selection Text: S_ALL = Outsource all forms
Selection Text: SIZE_MAX = Max.capacity of file medium
Title: Year End Reporting, Canada: Combo. Outsourcing and Print Utility
Text Symbol: RB3 = Outsource only orphaned forms
Text Symbol: RB2 = Outsource only combined forms
Text Symbol: RB1 = Outsource all forms
Text Symbol: P01 = @3E@ Sort criteria
Text Symbol: L04 = Number of forms processed in MRQ run:
Text Symbol: L03 = Number of forms in MRQ run:
Text Symbol: L02 = Number of forms processed in CRA run:
Text Symbol: L01 = Number of forms in CRA run:
Text Symbol: L00 = Year End Reporting, Canada: Combo. Outsourcing and Print Utility
Text Symbol: E03 = Invalid run combination. Valid combinations are: T4/RL-1 or T4A/RL-2
Text Symbol: E02 = Only RL-1 or RL-2 RunID's are possible for MRQ RunID selection
Text Symbol: E01 = Only T4 or T4A RunID's are possible for CRA RunID selection
Text Symbol: B03 = Output Parameters
Text Symbol: B02 = Run Selection
Text Symbol: B01 = Form Selection
Text Symbol: B00 = Output Selection
Text Symbol: A13 = Mb
Text Symbol: A12 = Max.capacity of file medium
Text Symbol: 010 = Year End Reporting
Text Symbol: 006 = R1-busnm
Text Symbol: 005 = T4-busnm





Text Symbol: 004 = T4A/RL-2
Text Symbol: 003 = T4/RL-1
Text Symbol: 002 = Outsourcing (3rd Party)
Text Symbol: 001 = Printing (SAP forms)


INCLUDES used within this REPORT RPCYERK6

INCLUDE RPCYERKI_ALV.
INCLUDE RPCYERKE.
INCLUDE RPCYERKM.
INCLUDE RPCYERKL.
INCLUDE RPCYERKK.
INCLUDE RPCYERKQ.


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:

HRCA_YE_SORT_OPTION call function 'HRCA_YE_SORT_OPTION' IMPORTING ev_rc = lv_rc CHANGING cv_sort_option = sort_option.



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