Application Development 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: 

UOM Problem in PO

aneel_munawar
Participant
0 Kudos

Dear ABAP Experts,

I have created a PO in ME23N tcode and the UOM is AU  but  when open the entry at backend in EKPO table,

LE is saved in UOM (EKPO~MEINS) field. when I  extract data by using ABAP program, then also LE is displayed.

How  can I  correct this issue.

I want to see AU  also at backend and abap reports.

Image is also attached.

Thanks

Aneel

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to convert this Material UoM.

MEINS has conversion unit FM in Domain.

Use FM - CONVERSION_EXIT_CUNIT_OUTPUT

Pass your internal unit which LE in your case to INPUT and get the exact Unit in Output.

~Lokesh.

6 REPLIES 6

Former Member
0 Kudos

Hello Aneel,

I think it is the issue with the conversion exit for UOM.

Please check if any existed and converting the UOM into LE.

hope it may get you a clue.

Regards,

Bhaskar

Former Member
0 Kudos

You need to convert this Material UoM.

MEINS has conversion unit FM in Domain.

Use FM - CONVERSION_EXIT_CUNIT_OUTPUT

Pass your internal unit which LE in your case to INPUT and get the exact Unit in Output.

~Lokesh.

0 Kudos

Dear Lokesh,

I used CONVERSION_EXIT_CUNIT_OUTPUT and my issue resolved.

Regards,

Aneel

Former Member
0 Kudos

Hi Aneel,

you can use below function module to do the UOM convertion.

Regards,

Yawa

atul_mohanty
Active Contributor
0 Kudos

Hi

The domain has a coversion exit 'CUNIT' (refer the screen shot).

Use Function Module - CONVERSION_EXIT_CUNIT_OUTPUT

aneel_munawar
Participant
0 Kudos

Closed.