<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What function does SAP call ...?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838809#M664826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 17:53:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T17:53:19Z</dc:date>
    <item>
      <title>What function does SAP call ...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838809#M664826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All:&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 17:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838809#M664826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T17:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: What function does SAP call ...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838810#M664827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try....MATERIAL_UNIT_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 18:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838810#M664827</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-26T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: What function does SAP call ...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838811#M664828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich:&lt;/P&gt;&lt;P&gt;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). &lt;/P&gt;&lt;P&gt;Also, what would be the value I need for the INPUT parameter for the function you mentioned. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 19:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838811#M664828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T19:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: What function does SAP call ...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838812#M664829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy, good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 19:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838812#M664829</guid>
      <dc:creator>Maciej_DomagaBa</dc:creator>
      <dc:date>2007-09-26T19:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: What function does SAP call ...??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838813#M664830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup.. looks like that is my only go... Thanks for the response....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 19:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-function-does-sap-call/m-p/2838813#M664830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T19:37:09Z</dc:date>
    </item>
  </channel>
</rss>

