<?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 quantity conversion logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-conversion-logic/m-p/1549230#M249339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt; i nam retriving quantity that should be displayed in 'base unit of measure' for that i need logic for the below description to convert that quantity&lt;/P&gt;&lt;P&gt;plz help hoe to write this logic with below description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	From Sales Order, Table VBAP: if VRKME (delivery UoM) ne MEINS (base UoM) then [LSMENG (quanitity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;1)	From Delivery Document, Table &lt;/P&gt;&lt;P&gt;	VBFA: : if VRKME (delivery UoM) ne MEINS (base UoM) then [VBFA-RFMNG (picking quantity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;2)	LIPS: : if VRKME (delivery UoM) ne MEINS (base UoM) then [VBFA-RFMNG (picking quantity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2006 16:43:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-07T16:43:48Z</dc:date>
    <item>
      <title>quantity conversion logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-conversion-logic/m-p/1549230#M249339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt; i nam retriving quantity that should be displayed in 'base unit of measure' for that i need logic for the below description to convert that quantity&lt;/P&gt;&lt;P&gt;plz help hoe to write this logic with below description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	From Sales Order, Table VBAP: if VRKME (delivery UoM) ne MEINS (base UoM) then [LSMENG (quanitity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;1)	From Delivery Document, Table &lt;/P&gt;&lt;P&gt;	VBFA: : if VRKME (delivery UoM) ne MEINS (base UoM) then [VBFA-RFMNG (picking quantity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;2)	LIPS: : if VRKME (delivery UoM) ne MEINS (base UoM) then [VBFA-RFMNG (picking quantity) x UMVKZ (numerator) / UMVKN (denominator)] else NO ACTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;divya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 16:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-conversion-logic/m-p/1549230#M249339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T16:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: quantity conversion logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-conversion-logic/m-p/1549231#M249340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF VBAP-VRKME &amp;lt;&amp;gt; VBAP-MEINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    VBAP-LSMENG = VBAP-LSMENG * &lt;/P&gt;&lt;P&gt;          (VBAP-UMVKZ / VBAP-VBVKN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Do the same for the other scenarios..&lt;/P&gt;&lt;P&gt;                   OR&lt;/P&gt;&lt;P&gt;  IF VBAP-VRKME &amp;lt;&amp;gt; VBAP-MEINS.&lt;/P&gt;&lt;P&gt;    Use the Function module UNIT_CONVERSION_WITH_FACTOR  with the input quantity, numerator and denominator..And &lt;/P&gt;&lt;P&gt;it will return the quantity..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 16:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-conversion-logic/m-p/1549231#M249340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T16:56:07Z</dc:date>
    </item>
  </channel>
</rss>

