<?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 Re: FM returning wrong value... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022145#M1168494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like some condition record's condition did not satisfy...thanks for ur help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2009 19:53:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-14T19:53:02Z</dc:date>
    <item>
      <title>FM returning wrong value...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022141#M1168490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In VA03, open a sales document, double click a material and go to conditions tab.&lt;/P&gt;&lt;P&gt;Double click on net material price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume this material's UOM is MSF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my order confirmation output, I am trying to display the amound (unit price- kbetr). &lt;/P&gt;&lt;P&gt;In my sales order I have two items (UOM for those are HSm and MSF resp), &lt;/P&gt;&lt;P&gt;for one of them (HSM ) this value is displayed properly. &lt;/P&gt;&lt;P&gt;But for the other item, MSF one, the FM RV_PRICE_PRINT_ITEM populates the &lt;/P&gt;&lt;P&gt;Final Price (Net) in TKOMVD with condition value (KWERT). WHy does this happen ?&lt;/P&gt;&lt;P&gt;For this item too I need the same KBETR..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM returns this value so I have no control over this..Any suggestions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 16:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022141#M1168490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T16:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: FM returning wrong value...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022142#M1168491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could check the 'print-ID' defined in the pricing procedure customizing - &lt;/P&gt;&lt;P&gt;maybe the two different items use different pricing procedures. &lt;/P&gt;&lt;P&gt;You'll find them in Sales&amp;amp;Distribution-&amp;gt; Basic Fuctions-&amp;gt;Pricing-&amp;gt;Pricing Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or somebody programmed userexit 'userexit_print_item' that's used inside the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 17:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022142#M1168491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: FM returning wrong value...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022143#M1168492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both these 2 items use the same pricing procedure. And yeah the value which i need , i.e. Net Material Price, it's Print column is blank. Shud that be set to 'b' ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, what else can be done ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 17:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022143#M1168492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: FM returning wrong value...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022144#M1168493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could set it to 'b' or 'X' - depending on if you use the old signs ('X' or 'S') or the new signs 'AaBbCcDd'.&lt;/P&gt;&lt;P&gt;Refer to the documentation on that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use the userexit that's inside the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 11:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022144#M1168493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: FM returning wrong value...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022145#M1168494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like some condition record's condition did not satisfy...thanks for ur help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 19:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-returning-wrong-value/m-p/5022145#M1168494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T19:53:02Z</dc:date>
    </item>
  </channel>
</rss>

