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 to convert EA(Eaches) to CS(Cases)

Former Member
0 Likes
1,964

Hi,

Is their any function module to convert EA(Eaches) to CS(Cases),i tried UOM_SIMPLE_CONVRESION

but could not succed,may be i have to maitain entry for unit conversion in T006 table.

plz suggest

6 REPLIES 6
Read only

praveen_kumar132
Participant
0 Likes
1,200

Hi ,

Try this Function Module MD_CONVERT_MATERIAL_UNIT

Regards,

Praveen.

Read only

Former Member
0 Likes
1,200

Hello

Several links:

/thread/443393 [original link is broken]

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,200

Hello Prasad

You are looking for fm MATERIAL_UNIT_CONVERSION.

Regards

Uwe

Read only

Former Member
0 Likes
1,200

Check this FM.

UNIT_CONVERSION

Read only

Former Member
0 Likes
1,200

Hi,

Try as below.

call function 'MD_CONVERT_MATERIAL_UNIT'

exporting

i_matnr = i_matnr

i_in_me = i_meinh_in

i_out_me = i_meinh_out

i_menge = ld_menge_in

importing

e_menge = ld_menge_out

exceptions

others = 4.

Regards,

Raju.

Read only

Former Member
0 Likes
1,200

Thanks A Lot