<?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 FB01 amount payment decimal value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508583#M1423096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i am currently using the transaction FB01, &lt;/P&gt;&lt;P&gt;there is a field there (amount bseg-wrbtr) it does not allow &lt;/P&gt;&lt;P&gt;any decimal values, so in my program, I automatically remove the decimal values.&lt;/P&gt;&lt;P&gt;but upon saving the payment, when i check the table BSEG, my amount automatically was converted with decimal values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount = 3,300.00&lt;/P&gt;&lt;P&gt;bseg-wrbtr = 33.33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount = 9000.00&lt;/P&gt;&lt;P&gt;bseg-wrbtr = 90.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how will i prevent this from happening?&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tahnk you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 02:56:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-15T02:56:59Z</dc:date>
    <item>
      <title>FB01 amount payment decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508583#M1423096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i am currently using the transaction FB01, &lt;/P&gt;&lt;P&gt;there is a field there (amount bseg-wrbtr) it does not allow &lt;/P&gt;&lt;P&gt;any decimal values, so in my program, I automatically remove the decimal values.&lt;/P&gt;&lt;P&gt;but upon saving the payment, when i check the table BSEG, my amount automatically was converted with decimal values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount = 3,300.00&lt;/P&gt;&lt;P&gt;bseg-wrbtr = 33.33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amount = 9000.00&lt;/P&gt;&lt;P&gt;bseg-wrbtr = 90.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how will i prevent this from happening?&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tahnk you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 02:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508583#M1423096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T02:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 amount payment decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508584#M1423097</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;the field WRBTR has two decimal places. How you can't enter decimal digits in FB01? I don't have any problem to enter values like 13.50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 03:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508584#M1423097</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-01-15T03:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 amount payment decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508585#M1423098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check transaction OY04 if the currency you are using have set the allowed decimal places to 2 (or whatever you need)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 03:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508585#M1423098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T03:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 amount payment decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508586#M1423099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already know that it is ok if it was converted to decimal value in the table, if you check fb03, you will still get the same amount,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem now is if i wan to display the value of the bseg-wrbtr, it still gives me the decimal value, how will i convert this value considering the waers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 03:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508586#M1423099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T03:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 amount payment decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508587#M1423100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to change the currency setting in SU01 t-code for that user then it will take two decimal places..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 14:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-amount-payment-decimal-value/m-p/6508587#M1423100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T14:52:19Z</dc:date>
    </item>
  </channel>
</rss>

