<?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: Number format problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230356#M1010318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can first check the decimal notation format in tcode SU01.&lt;/P&gt;&lt;P&gt;Make the notation which has the dot as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2008 10:39:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-11T10:39:45Z</dc:date>
    <item>
      <title>Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230351#M1010313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus, i have a problem when trying to show a number in a text type screen field. The number in the database is for example 13.222,00. After the select where i`m using the same type for the variable, preis will have the value 13222,00 without the dot. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data preis like ekpo-netpr.

    select single netpr from ekpo into preis
    WHERE ebeln = GODYNPRO-PO_NUMBER.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My request is to show the number including the dot no matter what.&lt;/P&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230351#M1010313</guid>
      <dc:creator>former_member205645</dc:creator>
      <dc:date>2008-08-11T10:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230352#M1010314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt; you can use this function module to convet it CONVERT_NUMBER.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230352#M1010314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T10:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230353#M1010315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Pass the number in to the char field and concatenate dot at the last.&lt;/P&gt;&lt;P&gt;concatenate w_char '.' into w_result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you will get dot at the last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230353#M1010315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230354#M1010316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;change the type to character  and then pass it to a currency field.&lt;/STRONG&gt; if u need&lt;/P&gt;&lt;P&gt;get it in a character  type field.&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;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230354#M1010316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230355#M1010317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me a example of the function module call please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230355#M1010317</guid>
      <dc:creator>former_member205645</dc:creator>
      <dc:date>2008-08-11T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230356#M1010318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can first check the decimal notation format in tcode SU01.&lt;/P&gt;&lt;P&gt;Make the notation which has the dot as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230356#M1010318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T10:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230357#M1010319</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;This might be because SAP processing currency in some different way.&lt;/P&gt;&lt;P&gt;Try using FM &lt;/P&gt;&lt;P&gt;CURRENCY_AMOUNT_SAP_TO_DISPLAY to convert currency as displayed and stored in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, you can use FM&lt;/P&gt;&lt;P&gt;CURRENCY_AMOUNT_DISPLAY_TO_SAP to convert currency you are displaying to format SAP is storing in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 10:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230357#M1010319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number format problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230358#M1010320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I`ve got the solution &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: temp like ekpo-netpr,
        temp_t type char20.       
      
GET PARAMETER ID 'PRT' FIELD temp_t.
temp = temp_t.
write temp to temp_t DECIMALS 2.
condense temp_t.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 07:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-format-problem/m-p/4230358#M1010320</guid>
      <dc:creator>former_member205645</dc:creator>
      <dc:date>2008-08-12T07:42:25Z</dc:date>
    </item>
  </channel>
</rss>

