<?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 CONVERSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252495#M776709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if changing date in excel is not an option then you must convert the date during upload - u need to upload the data then use some conversion logic on the date before saving to the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2007 13:50:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-31T13:50:22Z</dc:date>
    <item>
      <title>DATE CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252494#M776708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;here is one problem with date.in my excel sheet i had a date like (19-june-99).Now im uploading data from excel to internal table.So when im triying to upload  to sap  .It is not accepting.it gives error message like uploading date should be (19.06.99) in this format.But im not changing in excel that is not possible.Pls help me out on this issue.&lt;/P&gt;&lt;P&gt;thanks in advance best solution will be revarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 13:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252494#M776708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: DATE CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252495#M776709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if changing date in excel is not an option then you must convert the date during upload - u need to upload the data then use some conversion logic on the date before saving to the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 13:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252495#M776709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: DATE CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252496#M776710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this  code to convert excel date...&lt;/P&gt;&lt;P&gt;DATA : month(10), mm(2), dd(2), yy(2).&lt;/P&gt;&lt;P&gt;DATA : exel_date(16) VALUE '19-June-99'.&lt;/P&gt;&lt;P&gt;DATA : date(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT exel_date AT '-' INTO dd month yy.&lt;/P&gt;&lt;P&gt;SELECT SINGLE mnr INTO  mm FROM t247 WHERE ltx = month AND spras = sy-langu.&lt;/P&gt;&lt;P&gt;CONCATENATE dd mm yy INTO date SEPARATED BY '-'.&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2007 14:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-conversion/m-p/3252496#M776710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-31T14:48:31Z</dc:date>
    </item>
  </channel>
</rss>

