on 2013 Sep 25 1:52 PM
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.
sorry, but it is a little bit urgent
what should i do to get UD in export parameter of CONVERSION_EXIT_CUNIT_INPUT
I need a conversion UD - > 085 - >UD
Thanks for a feedback
Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Transaction CUNI is correct this determines the Table T006 conversions. Which seem to be not maintained as you already found out UD is 085 and 085 converts to MPT
Have a look at http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1b/325d4217139041e10000000a1550b0/content.htm?frame...
How it's done
Martin
Hi,
The function module select the value from table T006A which holds the value maintined by the transaction CUNI.
Thanks,
Jino.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 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.