SAP CONVERSION ROUTINE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

conversion routine
Also referred to as a conversion exit. A conversion routine consists of two function modules with the naming convention CONVERSION_EXIT_....._INPUT$|OUTPUT and can be assigned directly to a dynpro field or a DDIC domain. The function modules execute the conversions implemented in these dynpro fields and also in the statements WRITE and WRITE TO for input and output.
ABAP_MORE_INFO