Schlagwort: Conversion

  • ABAP: Conversion INPUT / OUTPUT like ALPHA, etc.

    In ABAP you can have types which requires a conversion because the Database wants all numbers filled with zeros. Therefore exists Functions to convert the data the required way. One example is the function CONVERSION_EXIT_ALPHA_INPUT and CONVERSION_EXIT_ALPHA_OUTPUT. This Functions get any number fields like ‚123‘ and fill it with zeros until the length of defined…