Show TOC

Automatic Character Set Conversion with R3transLocate this document in the navigation structure

The character set conversion is automatically converted for transports between R/3 systems with different code pages.

You can also use this R3trans function separately. For example, this is a good supplement to your own migration and conversion programs because they are independent of different character sets in the different SAP systems.

The only prerequisite is that the file you create corresponds to the SAP transport format. You can then convert the file to another character set with R3trans and continue processing the file with your own program. As a side effect, packed fields are converted into a valid presentation in the SAP system.

Use the following control file for this task:

convert

input file =...

output file =...

If you omit one or both of the file specifications, trans.dat is used by default at the relevant point. If your operating system allows reading and writing of the same file, input and output files can be identical. This is the case in UNIX and Windows systems.

The call R3trans -c <file1> <file2> does the same job.

Note

The character set conversion is currently implemented so that data is always converted into the character set that is valid on the operating system in which R3trans is running. The conversion must therefore always run on the target computer.