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

What function does SAP call ...??

Former Member
0 Likes
673

Hi All:

I am trying to find out the function that SAP calls to convert the entered unit of measure to base unit of measure in a PO. Let me explain to you in detail my issue.

While creating a PO, I enter the Material, the quautity and UoM(not base, ex CT), the plant and other relevant data. As soon as I hit the enter key, the UoM change to base UoM (EA). This conversion information is maintained in the additional data tab, using MM02 for the material. I want to know, what SAP calls to make this change. I tried Performance trace, but nothing good came out it. Any ideas and pointers will be great. Thanks.

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
654

Try....MATERIAL_UNIT_CONVERSION

Regards,

Rich Heilman

Read only

0 Likes
654

Rich:

Thanks for the response. I know we can use some conversion funtions and I do have a list of them. What I am interested is " what function does SAP calls" in this scenario(while creating aPO).

Also, what would be the value I need for the INPUT parameter for the function you mentioned. Thanks.

Read only

0 Likes
654

So I think you have to make use of the debbuger: fill the data in the SAP transaction screen involved, type "/h" in the GUI field in which you usually type transaction codes, hit Enter and there you have all the SAP code you can watch running.

enjoy, good luck

Read only

0 Likes
654

Yup.. looks like that is my only go... Thanks for the response....