<?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: About date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154216#M1515053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The date is stored as 9's complement. Run it through conversion exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_INVDT_OUTPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 18:31:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-27T18:31:22Z</dc:date>
    <item>
      <title>About date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154214#M1515051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with an update on TCURR table, the fact is I prepared a dynpro with all the fields in order to enter  the information for every field, and when the user enter de field GDATU, it saves the date in a correct format. MM/DD/YYYY. But when I see the /table TCURR, If I enter a date it appears in a strange format, If I double clic on that line, I see the right date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program do this:&lt;/P&gt;&lt;P&gt;1. Shows an ALV with all tcurr fields in which kurst = N.&lt;/P&gt;&lt;P&gt;2. If I select a line, I see a dynpro with all the values for that line, I can edit it and update the information. Once I do that, I coome back to the ALV with the updated table.&lt;/P&gt;&lt;P&gt;3. If I select one line again, I see the strange format in date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me with that field? I don't know what I should do in order to show it in a right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154214#M1515051</guid>
      <dc:creator>former_member204025</dc:creator>
      <dc:date>2010-08-27T18:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: About date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154215#M1515052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I believe its related to conversion exit, try using any of the below which suits your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_IDATE_INPUT    External date INPUT conversion exit (e.g. 01JAN1994)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_IDATE_OUTPUT   External date OUTPUT conversion exit (e.g. 01JAN1994)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CONVERSION_EXIT_LDATE_OUTPUT   Internal date OUTPUT conversion exit (e.g. YYYYMMDD)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CONVERSION_EXIT_SDATE_INPUT    External date (e.g. 01.JAN.1994) INPUT conversion exit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CONVERSION_EXIT_SDATE_OUTPUT   Internal date OUTPUT conversion exit (e.g. YYYYMMDD)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154215#M1515052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T18:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: About date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154216#M1515053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The date is stored as 9's complement. Run it through conversion exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_INVDT_INPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_INVDT_OUTPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154216#M1515053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T18:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: About date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154217#M1515054</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;That is the characterstic of currency and exchange rates tables TCurr and CURX .&lt;/P&gt;&lt;P&gt;i think the strange date format u might be seeing is also a date value but it gets stored as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;given date  = 99999999 - given date =  7xxxxxxx as an example . &lt;/P&gt;&lt;P&gt;note that it follows  yyyymmdd format . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so As Rob suggested try to use the conversion routine . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 04:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154217#M1515054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-28T04:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: About date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154218#M1515055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go ti table TCURR in se11&lt;DEL&gt;&amp;gt;TCURR table&lt;/DEL&gt;&amp;gt;select dataelemet for GDATU and double click&lt;/P&gt;&lt;P&gt;and go to domain and see the conversion routine attached .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_INPUT                           "Select query format or internal format&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_INVDT_OUTPUT                       "Output Format ot Display format normal date as user defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 04:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-date-format/m-p/7154218#M1515055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-28T04:43:01Z</dc:date>
    </item>
  </channel>
</rss>

