<?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: GDATU CONVERSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451743#M829223</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;Please try the following piece of code. This is an usage of Ninth's Complement which SAP uses to invert dates. Dates are inverted to aid in sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code converts inverted date into a normal date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: inv_date TYPE D value '79919781' .&lt;/P&gt;&lt;P&gt;DATA: date TYPE D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT INVERTED-DATE inv_date INTO DATE date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: DATE. "18.02.2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: prosenjit chaudhuri on Feb 19, 2008 11:54 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 6:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 10:51:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T10:51:01Z</dc:date>
    <item>
      <title>GDATU CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451741#M829221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people i have a problem.&lt;/P&gt;&lt;P&gt;I must search in table tcurr the value about the data: Sy-datum. But when i search in the field GDATU i can't find the correct data.&lt;/P&gt;&lt;P&gt;I give you an example.&lt;/P&gt;&lt;P&gt;A date inserted in 18.02.2008, in gdatu have this value: 79919781&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know GDATU is an inverted_data field but i can't understand this value and how to make a search about this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s&lt;/P&gt;&lt;P&gt;I use this table to convert from euro to $.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 10:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451741#M829221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: GDATU CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451742#M829222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_OUTPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details, check the conversion routines maintained at GDATU data domine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 10:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451742#M829222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T10:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: GDATU CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451743#M829223</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;Please try the following piece of code. This is an usage of Ninth's Complement which SAP uses to invert dates. Dates are inverted to aid in sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code converts inverted date into a normal date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: inv_date TYPE D value '79919781' .&lt;/P&gt;&lt;P&gt;DATA: date TYPE D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT INVERTED-DATE inv_date INTO DATE date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: DATE. "18.02.2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: prosenjit chaudhuri on Feb 19, 2008 11:54 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 19, 2008 6:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gdatu-conversion/m-p/3451743#M829223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T10:51:01Z</dc:date>
    </item>
  </channel>
</rss>

