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

Amount Conversion

tanju_lise3
Participant
0 Likes
625

Hello All,

In our company we are using KLP (mould) and PCS.

How can I conversion both of them ?

Which table, I can use it ?

Regards

Tanju Lise

3 REPLIES 3
Read only

schneidertho
Product and Topic Expert
Product and Topic Expert
0 Likes
589

Hi Tanju,

I would use function module UNIT_CONVERSION_SIMPLE. You find details regarding the parameters of the function module in the system (function module documentation).

Best regards

Thorsten

Read only

0 Likes
589

Hi Thorsten,

Well, infact I found function module UNIT_CONVERSION_SIMPLE .  And I was try it.

But it is not suitable for me .

I mean it must be use matnr.

For instance, 029701B (matnr ) -> 12 PCS -> 1KLP

or

055501B -> 6 PCS -> 1 KLP

Best Regards

Tanju

Read only

Former Member
0 Likes
589

Hi Tanju,

You can go to MARM table where you can find

1.MATNR & MEINH

2. UMREZ & UMREN as conversion factors.

Generally for each material the conversion factor is maintained in Material Master.

Goto "MM03" enter material then "Additional Data" then "Unit of Measure" , there you can find the conversion factor for that material.

If you want to gp for Purchase Order level than you can find "UMREZ" in EKPO as well.

Along with that you can go for FM "MATERIAL_UNIT_CONVERSION".

Check for the documentation in SAP.

With regards,

Akshay