‎2007 Sep 26 6:53 PM
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.
‎2007 Sep 26 7:00 PM
‎2007 Sep 26 8:01 PM
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.
‎2007 Sep 26 8:34 PM
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
‎2007 Sep 26 8:37 PM
Yup.. looks like that is my only go... Thanks for the response....