<?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: Date Formatting Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500380#M564942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rich and Mg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 17:51:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T17:51:43Z</dc:date>
    <item>
      <title>Date Formatting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500377#M564939</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;I am getting data from excel file and updating it to a custom table. I have date fields in it. When uploading it is looking fine, but in the Ztable it is storing differently. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a module pool for that table to change and delete the records, When I try to change or delete the record it is giving the error saying invalid date format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crdate and Efdate are defined in the Ztable as DATS and length 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the excel it is like this,&lt;/P&gt;&lt;P&gt;crdate	   Efdate&lt;/P&gt;&lt;P&gt;7/2/2007	7/15/2007&lt;/P&gt;&lt;P&gt;7/2/2007	7/15/2007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztable it is storing like this,&lt;/P&gt;&lt;P&gt;crdate	       Efdate&lt;/P&gt;&lt;P&gt;20/07/7/2/      /2/00/7/15&lt;/P&gt;&lt;P&gt;20/07/7/2/      /2/00/7/15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to fix this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 17:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500377#M564939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T17:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500378#M564940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When bringing from excel and then moving into ztable, you must convert the date fields into SAP internal format, which is YYYYMMDD   There are a number of ways to achieve this.  You can use the function module CONVERT_DATE_TO_INTERNAL , then move this formatted value into your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 17:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500378#M564940</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-10T17:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500379#M564941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;once you get the data from the excel before storing in table, try to change the format of the dates from mm/dd/yyyy to YYYYMMDD and then update it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 17:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500379#M564941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T17:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Formatting Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500380#M564942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rich and Mg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 17:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-formatting-error/m-p/2500380#M564942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T17:51:43Z</dc:date>
    </item>
  </channel>
</rss>

