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

Function module for Quantity Conversion in APO

Former Member
0 Likes
1,527

Hi,

I am cresting stocks in SAP-APO from a legacy system. If the unit of measure in the file is different from the base unit of measure of the material, I am using /SAPAPO/DM_UNIT_CONVERSION to convert the uom in the file to the base uom. Is there any function module which wil convert the stock quantity?

Thanks!

5 REPLIES 5
Read only

Former Member
0 Likes
1,058

Hi,

Check this FM "CONVERSION_EXIT_CUNIT_INPUT"  or go SE11--->MARA--->MEINS(Domain) --> check "Convers. Routine" field value  .

Regard's

Smruti

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,058

Look in your system for MD_CONVERT_MATERIAL_UNIT FM.

Regards,

Raymond

Read only

0 Likes
1,058

thanks, but this FM is available in ECC and not in APO

Read only

Former Member
0 Likes
1,058

Similler  way to Check for "stock quantity" Field as per above method , is any "Convers.Routine" provided by SAP ?

Regard's

Smruti

Read only

0 Likes
1,058

This is SAP APO system and not an ECC system. Besides conversion routines are used to convert a field value from external format to internal SAP format and vice versa.