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

CF_UT_UNIT_CONVERSION

Former Member
0 Likes
652

hello all,

i have to use this function but i dont know how to use it.

i have a material number from marm table, that i have to convert from TAB unit to G unit.

Is anyone can tell pls how can i use this function?

thanks,

dana.

2 REPLIES 2
Read only

Former Member
0 Likes
511
FM CF_UT_UNIT_CONVERSION which uses parameters:
IMPORTING
MATNR_IMP LIKE MARA-MATNR DEFAULT SPACE
MEINS_IMP LIKE MARA-MEINS DEFAULT SPACE
UNIT_NEW_IMP LIKE T006-MSEHI
UNIT_OLD_IMP LIKE T006-MSEHI
VALUE_OLD_IMP LIKE PLFH-MGVGW
Read only

Former Member
0 Likes
511

thank you very much.

it was very helpull.