<?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 Table TCURX used for ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500244#M1258165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to know the use of the table TCURX it has only two fields Currency and No of Decimals . Can any one please tell me why it is used . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also why is the FM 'CURRENCY_AMOUNT_DISPLAY_TO_SAP is used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ramakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 15:51:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-20T15:51:09Z</dc:date>
    <item>
      <title>Table TCURX used for ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500244#M1258165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to know the use of the table TCURX it has only two fields Currency and No of Decimals . Can any one please tell me why it is used . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also why is the FM 'CURRENCY_AMOUNT_DISPLAY_TO_SAP is used ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ramakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 15:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500244#M1258165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table TCURX used for ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500245#M1258166</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;I think this is self-explanatory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCURX --&amp;gt; No of decimal places in the currency (e.g., INR --&amp;gt; 2, KWD --&amp;gt; 3, JPY --&amp;gt; 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY_AMOUNT_DISPLAY_TO_SAP --&amp;gt; Depending on the currency key &amp;amp; the decimals in the currency, the FM formats the amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: You can have a look into the source code of CURRENCY_AMOUNT_DISPLAY_TO_SAP to get a better idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Apr 20, 2009 5:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 15:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500245#M1258166</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-04-20T15:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table TCURX used for ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500246#M1258167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The automatic multiplication and division takes place with amounts associated with currencies maintained in the TCURX table. This maintenance is to allow exceptional currencies that have different number of decimal places from the 2 that is common in most cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if the currency entry is present in TCURX table, it divides the amount value by 10 raised to the power of (2- (CURRDEC entry in TCURX table)).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 16:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500246#M1258167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T16:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table TCURX used for ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500247#M1258168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is an SAP message when you call tcode OY04 (config. for TCURX)&lt;/P&gt;&lt;P&gt;It explains your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the R/3 System tables currency fields are&lt;/P&gt;&lt;P&gt;stored as decimal figures with a variable number&lt;/P&gt;&lt;P&gt;of decimal places. The decimal point is not&lt;/P&gt;&lt;P&gt;stored in the field in the database. Instead,&lt;/P&gt;&lt;P&gt;each currency field refers to a currency key&lt;/P&gt;&lt;P&gt;field. In this transaction you assign the number&lt;/P&gt;&lt;P&gt;of decimal places to this currency key uniquely.&lt;/P&gt;&lt;P&gt;Example: If you have set currency USD to have&lt;/P&gt;&lt;P&gt;two decimal places and you post an amount of 100&lt;/P&gt;&lt;P&gt;USD, an amount of 10000 USD is stored in the&lt;/P&gt;&lt;P&gt;currency field in the database. Not until this&lt;/P&gt;&lt;P&gt;amount is processed further or is output does&lt;/P&gt;&lt;P&gt;the system use the currency key from the&lt;/P&gt;&lt;P&gt;reference field to determine the number of&lt;/P&gt;&lt;P&gt;decimal places via this table. In this way the&lt;/P&gt;&lt;P&gt;table content can be interpreted correctly for&lt;/P&gt;&lt;P&gt;further processing or formatted for output with&lt;/P&gt;&lt;P&gt;the correct punctuation.&lt;/P&gt;&lt;P&gt;If after posting you changed the number of&lt;/P&gt;&lt;P&gt;decimal places for USD, for example, to 3, the&lt;/P&gt;&lt;P&gt;existing field content of 10000 would be&lt;/P&gt;&lt;P&gt;interpreted for futher processing or output as&lt;/P&gt;&lt;P&gt;10 USD (10.000). This would mean that the&lt;/P&gt;&lt;P&gt;contents of tables across the system would, for&lt;/P&gt;&lt;P&gt;all currency fields containing an amount in USD,&lt;/P&gt;&lt;P&gt;be interpreted incorrectly by 10 per cent. To&lt;/P&gt;&lt;P&gt;change the number of decimal places for a&lt;/P&gt;&lt;P&gt;currency already in use, you must convert all&lt;/P&gt;&lt;P&gt;the tables in the R/3 System that contain&lt;/P&gt;&lt;P&gt;currency fields, so that the data integrity&lt;/P&gt;&lt;P&gt;remains. This cannot, however, for both&lt;/P&gt;&lt;P&gt;organizational reasons and under the runtime&lt;/P&gt;&lt;P&gt;aspect be carried out in a productive system.&lt;/P&gt;&lt;P&gt;The following changes to the TCURX table can&lt;/P&gt;&lt;P&gt;thus lead to the loss of data integrity if you&lt;/P&gt;&lt;P&gt;make the changes in a productive system or&lt;/P&gt;&lt;P&gt;transport them into a productive system:&lt;/P&gt;&lt;P&gt;o Change to the number of decimal places of an&lt;/P&gt;&lt;P&gt;  existing currency&lt;/P&gt;&lt;P&gt;o Deletion of an entry from the TCURX table&lt;/P&gt;&lt;P&gt;  (corresponds to changing the decimal places to&lt;/P&gt;&lt;P&gt;  the standard value of two decimal places)&lt;/P&gt;&lt;P&gt;o Insertion of an entry in the TCURX&lt;/P&gt;&lt;P&gt;  (corresponds to changing the standard value of&lt;/P&gt;&lt;P&gt;  2 decimal places to a different value), if&lt;/P&gt;&lt;P&gt;  this is a currency code that already exists&lt;/P&gt;&lt;P&gt;Uncritical changes are any made to this table&lt;/P&gt;&lt;P&gt;during the Customizing of a new installation or&lt;/P&gt;&lt;P&gt;the insertion of TCURX even during operations,&lt;/P&gt;&lt;P&gt;if the currency codes have just been entered in&lt;/P&gt;&lt;P&gt;the TCURC table using transaction OY03,&lt;/P&gt;&lt;P&gt;signifying that no postings to these currency&lt;/P&gt;&lt;P&gt;codes can have been carried out yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 10:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tcurx-used-for/m-p/5500247#M1258168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T10:52:15Z</dc:date>
    </item>
  </channel>
</rss>

