Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unit Conversion Error in Direct Input method for data transfer

Former Member
0 Likes
624

Hi Experts,

I am getting a error "E MG 427: Conversion error: field BMMH6-MEINH; content PAK" When I am uploading Alt. UoM using BMHH6 structure in Direct Input. I checked value for UoM in converted data it is "PAC". I think system is internally converting it to PAK so the error is coming.

Please let me know what need to be done to avoid this error.

Thanks in Advance..

-Harkamal

1 REPLY 1
Read only

Former Member
0 Likes
428

Hi

Before passing this unit to the program

check the conversion Exit in the Domain of the Field

and use the fun module

CONVERSION_EXIT_ALPHA_INPUT and pass that value and see how it takes

otherwise use the fun module UNIT_CONVERSION_SIMPLE and pass the value to program

Regards

Anji