<?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: Excel Date Format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048476#M422011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the data to the internal table, loop through the internal table and pass your date to the function moduel "CONVERT_DATE_TO_INTERNAL". This will give you the date in SAP format (YYYYMMDD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solved your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP and reward points if useful.&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 16:51:35 GMT</pubDate>
    <dc:creator>rajasekhar_matukumalli3</dc:creator>
    <dc:date>2007-03-20T16:51:35Z</dc:date>
    <item>
      <title>Excel Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048473#M422008</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 have the invoice date comming in the excel sheet as - '071124 yymmdd'. Can we convert this to mmddyyyy format by any excel date format settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&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, 20 Mar 2007 16:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048473#M422008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048474#M422009</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 don't know exactly what is your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excel you can convert the cell formats. Right click on the cell, then choose Cell properties. In the popup window set the Date format, and then pick one of the given formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 16:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048474#M422009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048475#M422010</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 need to upload a text file to the program, in that I have Invoice date column that is comming in the excel sheet as - '071124 yymmdd'. Can we convert this to mmddyyyy format by any excel date format settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inv num         Inv Date&lt;/P&gt;&lt;P&gt;71182264	071124&lt;/P&gt;&lt;P&gt;71183727	071017&lt;/P&gt;&lt;P&gt;71186064	060719&lt;/P&gt;&lt;P&gt;71186065	060719&lt;/P&gt;&lt;P&gt;71186201	060719&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&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, 20 Mar 2007 16:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048475#M422010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Date Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048476#M422011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the data to the internal table, loop through the internal table and pass your date to the function moduel "CONVERT_DATE_TO_INTERNAL". This will give you the date in SAP format (YYYYMMDD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solved your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP and reward points if useful.&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 16:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/excel-date-format/m-p/2048476#M422011</guid>
      <dc:creator>rajasekhar_matukumalli3</dc:creator>
      <dc:date>2007-03-20T16:51:35Z</dc:date>
    </item>
  </channel>
</rss>

