SAP Function RS_CONV_EX_2_IN - Internal use: Convert external --> internal

Parameter Reference Type Length Default Optional Text
CURRENCY 0 X
INPUT_EXTERNAL C C 0 Input (external format)
TABLE_FIELD TABFIELD u 192 Dictionary field name

Parameter Reference Type Length Text
OUTPUT_INTERNAL 0 Field contents in internal format

Exception Text
CONVERSION_EXIT_ERROR Error in conversion exit
FIELD_AND_DESCR_INCOMPATIBLE Output field does not match Dictionary description
ILL_THOUSAND_SEPARATOR_DIST Separation between thousands not = 0 mod 3
INPUT_NOT_NUMERICAL Non-numeric input
INPUT_TOO_LONG Input longer than output length of output field
INVALID_DATE Invalid date
INVALID_DATE_FORMAT Invalid date format
INVALID_FIELDNAME Field not in Dictionary
INVALID_FLOAT Invalid floating point entry
INVALID_HEX_DIGIT Incorrect hex character
INVALID_TIME Invalid time
INVALID_TIME_FORMAT Invalid time format
MORE_THAN_ONE_SIGN +/- sign input multiple times
NO_DECIMALS Decimal separator without subsequent decimal places
SIGN_FOR_UNSIGNED No +/- signs allowed
TOO_LARGE Value too large
TOO_MANY_DECIMALS Too many places after the decimal point
TOO_MANY_DIGITS Too many characters in whole number field
TOO_SMALL Value too small
UNEXPECTED_ERROR Unintercepted error

Functionality
Converts field contents from an external format (INPUT_EXTERNAL) intoan internal format (OUTPUT_EXTERNAL). The parameter OUTPUT_EXTERNALmust have the technical attributes of the ABAP Dictionary fieldspecified in TABLE_FIELD. The field INPUT_EXTERNAL must be a characterfield. It may have any length, but may not be filled to a greaterlength than that of OUTPUT_INTERNAL (this leads to the exceptionINPUT_TOO_LONG).
All exceptions caused by errors in the field contents are handled byerror messages.

1004618Wrong status detail of Equipment