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

IDoc unit conversion

Former Member
0 Likes
1,860

Hi,

Is it possible to maintain one internal unit of measurement referring two different ISO unit? For example, I have EA as internal unit of measurement. I assign PCS as ISO to EA. But if the unit of measurement in the inbound IDoc is EA, it should be interpreted as EA. Now, if inbound IDoc item is measured in PCS, it will be processed well. Error occurs when I process IDoc whose items are measured in EA? The error says

ISO unit of measure EA is not assigned (item).

Best regards,

ts

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
1,106

in the IDOC you have only ISO code, hence SAP understand EA as ISO code and is searching for a unit that has EA as ISO code assigned, which is not the case in your system.

And it is certainly not possible to assign 2 ISO code to 1 unit of measure.

Why do you get EA as unit in the Idoc?

1 REPLY 1
Read only

JL23
Active Contributor
0 Likes
1,107

in the IDOC you have only ISO code, hence SAP understand EA as ISO code and is searching for a unit that has EA as ISO code assigned, which is not the case in your system.

And it is certainly not possible to assign 2 ISO code to 1 unit of measure.

Why do you get EA as unit in the Idoc?