<?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: Currency date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853470#M1320088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got the result but i dont want to use less tha equal to operator.&lt;/P&gt;&lt;P&gt;i want the data for the particular date. i tried removing less than operator. But then sy-subrc turns to be 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 10:09:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-06T10:09:40Z</dc:date>
    <item>
      <title>Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853464#M1320082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to fetch data from "tcurr" table from date taken from an internal table. As my Date in internal is in the format 20080501 i want to take data for that date from tcurr table.&lt;/P&gt;&lt;P&gt;Please can anyone help me how to get the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SANY...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853464#M1320082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853465#M1320083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Fm  CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;for changing date format.&lt;/P&gt;&lt;P&gt;This is conversion Routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853465#M1320083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853466#M1320084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use these fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_OUTPUT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853466#M1320084</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-07-06T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853467#M1320085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Santosh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u cannot fetch data from 'tcurr' table based on date as there is no date field available in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853467#M1320085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853468#M1320086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Deeba , There is date field in the TCURR table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gv_date1 =   'yyyymmdd'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT            =  gv_date1&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT         =  gv_date1&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*To fetch the exchange rate&lt;/P&gt;&lt;P&gt;if IS_BIL_INVOICE-HD_GEN-BIL_WAERK = 'USD' .&lt;/P&gt;&lt;P&gt;select UKURS GDATU from tcurr&lt;/P&gt;&lt;P&gt;                   into CORRESPONDING FIELDS OF TABLE gi_tcurr&lt;/P&gt;&lt;P&gt;                   where FCURR = 'USD'               "from currency&lt;/P&gt;&lt;P&gt;                   and    TCURR = 'ARS'                " to currency&lt;/P&gt;&lt;P&gt;                   and    gdatu &amp;lt;= gv_date1 .        "effective date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you .&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853468#M1320086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853469#M1320087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this FM:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will convert your date to internal format as found in TCURR table. You just have to pass ur date in exporting and u will get the inverted date in impotring.&lt;/P&gt;&lt;P&gt;You can then use this date to fetch the data from TCURR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 09:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853469#M1320087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853470#M1320088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got the result but i dont want to use less tha equal to operator.&lt;/P&gt;&lt;P&gt;i want the data for the particular date. i tried removing less than operator. But then sy-subrc turns to be 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 10:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853470#M1320088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-06T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853471#M1320089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;    If you are trying to use 'eq' to then the selection migth fail cuz there may not be an entry in the tcurr table for that particular date . If you are trying to fetch the exchange rate , use lesser or equal to .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort the internal table after fetching in descending order of the date . and take the first record . It will give you the latest exchange rate for that particular date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ragesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 06:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853471#M1320089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Currency date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853472#M1320090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-date/m-p/5853472#M1320090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T09:13:32Z</dc:date>
    </item>
  </channel>
</rss>

