
The data format in the source and destination system may differ. It's possible that a different data format is used in the source and destination system.

Data conversion is done on a field level. In the field mapping of the corresponding field, you have to define the following data:
Data Element for Conversion: Defines the data element for conversion. In addition to the Data Element for Conversion, the Direction of Conversion Exit also needs to be maintained. If the direction is not maintained, the conversion is ignored.
Conversion Routine: Converts data from display format to internal format and vice versa. If a standard conversion is not suitable, it can be overridden by a conversion routine in the underlying domain.
A conversion routine is identified by its five-place name and is stored as a group of two function modules. The function modules have a fixed naming convention. The following function modules are assigned to conversion routine xxxxx:
- CONVERSION_EXIT_xxxxx_INPUT
- CONVERSION_EXIT_xxxxx_OUTPUT\u000B
The input module performs the conversion from display format to internal format. The output module performs the conversion from internal format to display format.
Direction of Conversion Exit: Defines the conversion direction for the input data defined in the Conversion Exit field. Direction can be External to Internal or Internal to External. The Conversion Exit and the Direction of Conversion fields are required to be used in combination.