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

BAPI_MATERIAL_SAVEDATA problem with MEINS field

Former Member
0 Likes
352

Hi Friends,

I am creating a Material with using FM "BAPI_MATERIAL_SAVEDATA", and if I am Passing the values for MEINS = EA them I am getting the like "EA Not a valid unit of weight" but for all othere MEINS values its teking ok and creating the material.

what is the problem with MEINS values??

I have used the FM "CONVERSION_EXIT_CUNIT_INPUT" to conver the MEINS values but still getting the same problem.

Thanks,

Sridhar

Hi Friends,

I am creating a Material with using FM "BAPI_MATERIAL_SAVEDATA", and if I am Passing the values for MEINS = EA them I am getting the like "EA Not a valid unit of weight" but for all othere MEINS values its teking ok and creating the material.

what is the problem with MEINS values??

I have used the FM "CONVERSION_EXIT_CUNIT_INPUT" to conver the MEINS values but still getting the same problem.

Thanks,

Sridhar

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
308

"Each" has no dimension, so it cannot be a "unit of weight".

So you probably don't want to fill "EA" as UNIT_OF_WT in table UNITSOFMEASURE.

Greetings

Thomas