What is Conversion Routines?

Conversion Routines

The data enter in the SAP system  not stored in original format in sap database. however , it needs to be in  format compatible with the SAP database.
The conversion of value from one format to another is done by  conversion routine assigned to domain.

  • Conversion routine are defined by five-place name i.e XXXXX is name of routine   .
  • Stored as group of two functional module.
  1. CONVERSION_EXIT_XXXXX_INPUT.
  2. CONVERSION_EXIT_XXXXX_OUTPUT.

CONVERSION_EXIT_XXXXX_INPUT:-

  Input functional module convert the content  of a screen field from display format to the internal format .

CONVERSION_EXIT_XXXXX_OUTPUT.

Output functional module convert the content from the sap internal format to the display format .

Comments