<?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>Question Re: Curreny Conversion ? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196371#M502307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;We can write currency conversions in the update as well as the transfer rules.. &lt;/P&gt;&lt;P&gt;Check this link out for further details..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2006 07:11:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-23T07:11:59Z</dc:date>
    <item>
      <title>Curreny Conversion ?</title>
      <link>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaq-p/1196369</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; Why we can only write Currency COnversions in Update rule but not in Tranfer rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 06:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaq-p/1196369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T06:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Curreny Conversion ?</title>
      <link>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196370#M502306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;we can also do currency conversion in transfer rules, using function module, e.g&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;         DATE                    = 0DOC_DATE&lt;/P&gt;&lt;P&gt;         FOREIGN_CURRENCY        = 0DOC_CURRCY&lt;/P&gt;&lt;P&gt;         LOCAL_AMOUNT            = TRAN_STRUCTURE-[fieldname]&lt;/P&gt;&lt;P&gt;         LOCAL_CURRENCY          = TRAN_STRUCTURE-0LOC_CURRCY&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;         FOREIGN_AMOUNT          = RESULT&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&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>Thu, 23 Feb 2006 06:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196370#M502306</guid>
      <dc:creator>edwin_harpino</dc:creator>
      <dc:date>2006-02-23T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Curreny Conversion ?</title>
      <link>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196371#M502307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;We can write currency conversions in the update as well as the transfer rules.. &lt;/P&gt;&lt;P&gt;Check this link out for further details..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 07:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196371#M502307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T07:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Curreny Conversion ?</title>
      <link>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196372#M502308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Currency translation in the update allows you to translate data records from the source currency of the InfoSource into a target currency in the data target. This function is only available if key figures with currency fields exist in the source system in various currencies. Currency translation is not available if the currency of the data records to be transferred is the same as the currency of the target key figure in the InfoCube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/80/1a64e0e07211d2acb80000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/80/1a64e0e07211d2acb80000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This below link for unit conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/3f/2aea76361311d4b2c30050dadfb23f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/3f/2aea76361311d4b2c30050dadfb23f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These above links will give more examples on conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks &lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 07:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/curreny-conversion/qaa-p/1196372#M502308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T07:55:24Z</dc:date>
    </item>
  </channel>
</rss>

