<?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: Decimal notation  based on Country in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716249#M894608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use these statements:&lt;/P&gt;&lt;P&gt;data: amount1(30) type c.&lt;/P&gt;&lt;P&gt;amount = 1000.20.&lt;/P&gt;&lt;P&gt;write amount to amount1 currency docu_curr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass relavent currency in docu_curr and now use amount1 to display instead of amount.&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;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 11:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T11:47:57Z</dc:date>
    <item>
      <title>Decimal notation  based on Country</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716246#M894605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am displaying data including amount in ALV grid and I am using  OOP's ALV to display data in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, If the country is DE then the amount will be 1,000.20&lt;/P&gt;&lt;P&gt;if country is Germany then it should be 1.000,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the format for Germany for amount columns.&lt;/P&gt;&lt;P&gt;Based on the country I have to get this format and have to display in ALV grid.&lt;/P&gt;&lt;P&gt;How to achieve this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now,Always, its showing same format for all countries....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the table...the table name is T005X&lt;/P&gt;&lt;P&gt;But where to assign this in ALV grid...hw to convert...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumi Vasu on Apr 28, 2008 1:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716246#M894605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation  based on Country</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716247#M894606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;Go to transaction SU3 and change the decimal notation as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716247#M894606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation  based on Country</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716248#M894607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant ask the user to change manually...&lt;/P&gt;&lt;P&gt;This I have to incorportate in code...&lt;/P&gt;&lt;P&gt;If I can do manually, I can do it through user profile.&lt;/P&gt;&lt;P&gt;But Based on the country they are giving as input, I need to display....&lt;/P&gt;&lt;P&gt;This is the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716248#M894607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation  based on Country</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716249#M894608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use these statements:&lt;/P&gt;&lt;P&gt;data: amount1(30) type c.&lt;/P&gt;&lt;P&gt;amount = 1000.20.&lt;/P&gt;&lt;P&gt;write amount to amount1 currency docu_curr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass relavent currency in docu_curr and now use amount1 to display instead of amount.&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;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-based-on-country/m-p/3716249#M894608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:47:57Z</dc:date>
    </item>
  </channel>
</rss>

