Hi experts,
During upload master data i got error message below
Characteristic value 'UD' of characteristic SMAT_UNI5 is not CUNIT-converted
There is conversion routine CUNIT on SMAT_UNI5
i suppose that the reason is in functions
CONVERSION_EXIT_CUNIT_OUTPUT
CONVERSION_EXIT_CUNIT_INPUT
example :
FUNCTION CONVERSION_EXIT_CUNIT_OUTPUT.
IMPORTING
INPUT = UD
LANGUAGE = EN
EXPORTING
LONG_TEXT
OUTPUT = 085
SHORT_TEXT
EXCEPTIONS
UNIT_NOT_FOUND
FUNCTION CONVERSION_EXIT_CUNIT_INPUT.
IMPORTING
INPUT = 085
LANGUAGE = EN
EXPORTING
OUTPUT = MPT
EXCEPTIONS
UNIT_NOT_FOUND
UD as input parameter ( CONVERSION_EXIT_CUNIT_OUTPUT ) should be the same as MPT output parameter ( CONVERSION_EXIT_CUNIT_INPUT )
Where should i set the correct conversion ? ( maybe transaction CUNI )
Thanks in advance
Martin
Request clarification before answering.
Can you run these two FMs manually in SE38 by giving inputs? You can also search so many posts with your problem in SCN.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.