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

RPUPCKK0 SAP ABAP Report - Consistency Check







RPUPCKK0 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 RPUPCKK0 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

PCKC - Consistency Check Constants
PCKY - Consistency Check Year-End


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 RPUPCKK0. "Basic submit
SUBMIT RPUPCKK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPCKK0 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: BNUCHECK = Check Business Number
Selection Text: CONSTS = Constants in T511K
Selection Text: C_LEVEL1 = Check wage type configuration.
Selection Text: C_LEVEL2 = Check Mag. media configuration
Selection Text: C_R1 = Relevé 1
Selection Text: C_R2 = Relevé 2
Selection Text: C_T4 = T4
Selection Text: C_TA = T4A
Selection Text: C_TN = T4A-NR
Selection Text: DEST = System Connection
Selection Text: SHOW_AL2 = Show all compared entries
Selection Text: SHOW_ALL = Show all compared entries
Selection Text: TCHECK = Check Tax/Rates, Constants
Selection Text: YEAR = Year
Title: Consistency Check
Text Symbol: 151 = Enter a valid system connection
Text Symbol: 150 = Error occurred with the selected system connection
Text Symbol: 112 = Magnetic media configuration check
Text Symbol: 111 = Wage type configuration check
Text Symbol: 110 = Show all entries ( Not only differences )
Text Symbol: 109 = List of table entries not maintained in feature
Text Symbol: 108 = QC: Taxation Identifier, Ministère du Revenu du Québec
Text Symbol: 107 = RC: Business Number, Canada Revenue Agency
Text Symbol: 106 = Tax/Contributions Rates and Constants Check
Text Symbol: 105 = | No entries/differences found in local and remote system
Text Symbol: 104 = Maintain sys.connections
Text Symbol: 103 = Parameters for comparison between local and remote system.
Text Symbol: 102 = Options
Text Symbol: 001 = | Taxform
Text Symbol: 002 = Year
Text Symbol: 003 = |
Text Symbol: 004 = | Table T596A ( V_596A_B )
Text Symbol: 005 = | Table T596G ( V_596G_A )
Text Symbol: 006 = | Table T596I ( V_596I_A )
Text Symbol: 007 = | Table T5K6I ( V_T5K6I )
Text Symbol: 008 = | Table T5KT3 ( V_T5KT3 )
Text Symbol: 009 = | Table T51T3 ( V_T51T3 )
Text Symbol: 010 = | Table T51T5 ( V_51T5_D )





Text Symbol: 011 = | Table T51T8 ( V_51T8_E )
Text Symbol: 012 = | Table T5KTC
Text Symbol: 013 = | Table T511K
Text Symbol: 014 = | Feature:
Text Symbol: 015 = | Table :
Text Symbol: 016 = Feature
Text Symbol: 017 = not found
Text Symbol: 018 = | L
Text Symbol: 019 = | R
Text Symbol: 020 = RC
Text Symbol: 021 = Error in SAPScript config.
Text Symbol: 022 = | L Error in Magtape config.
Text Symbol: 023 = | R Error in Magtape config.
Text Symbol: 024 = does not exist.
Text Symbol: 025 = QC
Text Symbol: 100 = Wage Type Applications
Text Symbol: 101 = Business No. Check ( no system connection needed )


INCLUDES used within this REPORT RPUPCKK0

No INCLUDES are used within this REPORT code!


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:

HR_RFC_CONSISTENCY_CHECK CALL FUNCTION 'HR_RFC_CONSISTENCY_CHECK' DESTINATION 'NONE' EXPORTING S_YEAR = c_year S_T4 = c_t4 S_TA = c_ta S_TN = c_tn S_R1 = c_r1 S_R2 = c_r2 check2 = tcheck langu = langu TABLES I_T596A = l_t596a i_t596g = l_t596g i_t596i = l_t596i i_t5k6i = l_t5k6i i_t51t8 = l_t51t8 i_t5kt3 = l_t5kt3 i_t51t3 = l_t51t3 i_t51t5 = l_t51t5 i_t5ktc = l_t5ktc i_t511k = l_t511k so_t511k = consts EXCEPTIONS system_failure = 1 communication_failure = 2.

HR_RFC_CONSISTENCY_CHECK CALL FUNCTION 'HR_RFC_CONSISTENCY_CHECK' DESTINATION dest EXPORTING S_YEAR = c_year S_T4 = c_t4 S_TA = c_ta S_TN = c_tn S_R1 = c_r1 S_R2 = c_r2 check2 = tcheck langu = langu TABLES I_T596A = r_t596a i_t596g = r_t596g i_t596i = r_t596i i_t5k6i = r_t5k6i i_t51t8 = r_t51t8 i_t5kt3 = r_t5kt3 i_t51t3 = r_t51t3 i_t51t5 = r_t51t5 i_t5ktc = r_t5ktc i_t511k = r_t511k so_t511k = consts EXCEPTIONS system_failure = 1 communication_failure = 2.



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