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
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
Below is a list of transaction codes which are relevant to this SAP report
P000_M07_C224_CONV - Infotype 0224 Conversion
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.
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
No INCLUDES are used within this REPORT code!
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.