SAP Reports / Programs

RPC224K0 SAP ABAP Report - Convert IT0224 records (at/below 4.6C) to IT046* format (at 4.70)







RPC224K0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report converts records that were stored in the Canadian Taxation infotype (0224) (at Release 4...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 RPC224K0 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

P000_M07_C224_CONV - Infotype 0224 Conversion


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 RPC224K0. "Basic submit
SUBMIT RPC224K0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPC224K0 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: TEST = Test run
Selection Text: PRODUCT = Production run
Title: Convert IT0224 records (at/below 4.6C) to IT046* format (at 4.70)
Text Symbol: T03 = Configuration checks
Text Symbol: T02 = Message log
Text Symbol: T01 = Conversion mode
Text Symbol: R02 = Production run
Text Symbol: R01 = Test run
Text Symbol: C03 = Begin - End date
Text Symbol: C02 = Infotype
Text Symbol: C01 = Employee
Text Symbol: 720 = Employee requires additional &3 &4 record to be created.
Text Symbol: 719 = Province of Employment 'ZZ' cannot be converted.
Text Symbol: 116 = Error text not available.
Text Symbol: 113 = Error during User Exit conversion.
Text Symbol: 112 = Converting personnel number:
Text Symbol: 111 = End date extended to high date.
Text Symbol: 110 = Record(s) committed to database.
Text Symbol: 109 = Test mode. Records not committed to database.
Text Symbol: 108 = Prov. of Taxation (IT0463) defaulted to Prov. of Employment.
Text Symbol: 107 = Pre-existing infotype records deleted.
Text Symbol: 106 = All employees.
Text Symbol: 105 = All infotypes.
Text Symbol: 104 = No conversion errors found.
Text Symbol: 103 = This employee had errors. Infotype(s) not converted.
Text Symbol: 102 = General Error converting data.
Text Symbol: 101 = Business Logic error while converting data.
Text Symbol: 100 = Error reading IT0224. Conversion not possible.
Text Symbol: 001 = Message log: IT0224 Conversion


INCLUDES used within this REPORT RPC224K0

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:

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