RS CONV EX 2 IN NO DD
De SAP ABAP en castellano
Convierte entre cantidas en modo texto a modo interno de SAP.
Ejemplo
CALL FUNCTION 'RS_CONV_EX_2_IN_NO_DD'
EXPORTING
input_external = wose_items-wemenge
IMPORTING
output_internal = l_menge
exceptions
input_not_numerical = 1
too_many_decimals = 2
more_than_one_sign = 3
ill_thousand_separator_dist = 4
too_many_digits = 5
sign_for_unsigned = 6
too_large = 7
too_small = 8
invalid_date_format = 9
invalid_date = 10
invalid_time_format = 11
invalid_time = 12
invalid_hex_digit = 13
unexpected_error = 14
input_too_long = 15
no_decimals = 16
invalid_float = 17
illegal_type = 18
conversion_exit_error = 19
others = 20.