<?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: Debugging FB03 :  difference in amount BSEG-WBRTR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960092#M698351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 10:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-22T10:03:35Z</dc:date>
    <item>
      <title>Debugging FB03 :  difference in amount BSEG-WBRTR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960088#M698347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found something strange in the transaction fb03.&lt;/P&gt;&lt;P&gt;When i'm displaying a document with this transaction, the amount (retrieved in BSEG-WRBTR) is different from the one stored in the table BSED.&lt;/P&gt;&lt;P&gt;Anyway, the one displayed is the amount expected but i need to know how it's converted ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried debugging the fb03, but i was unable to find where the conversion is done. Any idea about wich function module do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : in BSEG-WRBTR, i have the value 1000,00&lt;/P&gt;&lt;P&gt;And when it's displayed by the FB03 i have 100.000&lt;/P&gt;&lt;P&gt;He is a screen capture of the problem : &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://img148.imageshack.us/img148/8636/anofb03ce3.jpg"&amp;gt;Sceen cap : displaying BSEG-WRBTR in FB03&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Does anyone know how the conversion is done ? Any clue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 09:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960088#M698347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T09:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FB03 :  difference in amount BSEG-WBRTR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960089#M698348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry it is not related to your query.Can you please kindly let me know how you inserted the screenshot as a link here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 09:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960089#M698348</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-10-22T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FB03 :  difference in amount BSEG-WBRTR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960090#M698349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Helder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is normal. Each number are stored with two decimals in BSEG-WRBTR. SAP knows how many decimals a specific currency has (default: 2, any exception in table TCURX) and the display will be accordingly. For example in case of HUF (Hungarian Forint) there are no decimals. Value in BSEG-WRBTR: 100.00, value in FB03: 10000. In case of USD (2 deciamls), value in BSEG-WRBTR: 100.00, value in FB03: 100.00 (same).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 09:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960090#M698349</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-22T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FB03 :  difference in amount BSEG-WBRTR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960091#M698350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you have to host your screenshot on the Internet. You can use imageshack.com and when it's hosted, you'll have a direct link to your image.&lt;/P&gt;&lt;P&gt;Then just use the URL button on the forum to insert your image as a link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 09:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960091#M698350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FB03 :  difference in amount BSEG-WBRTR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960092#M698351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 10:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-fb03-difference-in-amount-bseg-wbrtr/m-p/2960092#M698351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T10:03:35Z</dc:date>
    </item>
  </channel>
</rss>

