<?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 format error in excel sheet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259173#M1528636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took standard types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_bkpf,&lt;/P&gt;&lt;P&gt;           gjahr TYPE bkpf-gjahr,          "Fiscal Year&lt;/P&gt;&lt;P&gt;           bldat TYPE bkpf-bldat,          "Doc Date&lt;/P&gt;&lt;P&gt;           usnam TYPE bkpf-usnam,          "User Name&lt;/P&gt;&lt;P&gt;           waers TYPE bkpf-waers,          "Currency&lt;/P&gt;&lt;P&gt;           END OF ty_bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No data declarations of Date down separately . You can see Doc date i have decalred as BKPF-BLDAT. Anything more you wanna add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 06:13:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-13T06:13:44Z</dc:date>
    <item>
      <title>Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259170#M1528633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i try to download ALV grid display report into excel sheet using the following procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu - List - Export - SpreadSheet - Radiobutton Table - Radiobutton Microsoft Excel- Then an excel sheet is downloaded but the date format is of some random number like 40182 but actual date is (01/04/2010 format MM/DD/YYYY) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i try to download using the procedure Application Menu bar - Local File - Radiobutton Spread Sheet - Giving the path of the file. When i see the date is in (01/04/2010 format MM/DD/YYYY)  which is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know what are the settings that needs to be done for downloading the excel sheet with the first procedure which i mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259170#M1528633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259171#M1528634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the data declaration for your date field, because if you observe any standard transactions&lt;/P&gt;&lt;P&gt;the date will be same in both the methods to download data into exel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259171#M1528634</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-09-13T06:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259172#M1528635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat Reddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    Change the Date format in Excel By selectinf field -&amp;gt; right click -&amp;gt; format Cells -&amp;gt; Number Tab -&amp;gt; Date -&amp;gt; Select format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259172#M1528635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259173#M1528636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took standard types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_bkpf,&lt;/P&gt;&lt;P&gt;           gjahr TYPE bkpf-gjahr,          "Fiscal Year&lt;/P&gt;&lt;P&gt;           bldat TYPE bkpf-bldat,          "Doc Date&lt;/P&gt;&lt;P&gt;           usnam TYPE bkpf-usnam,          "User Name&lt;/P&gt;&lt;P&gt;           waers TYPE bkpf-waers,          "Currency&lt;/P&gt;&lt;P&gt;           END OF ty_bkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No data declarations of Date down separately . You can see Doc date i have decalred as BKPF-BLDAT. Anything more you wanna add.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259173#M1528636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259174#M1528637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see that if i format the cell to DATE then it will chg number to date format. But before downloading itself i want to download into DATE format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259174#M1528637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259175#M1528638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the Date format in Excel By selectinf field -&amp;gt; right click -&amp;gt; format Cells -&amp;gt; Number Tab -&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;custom-&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; then write dd/mm/yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kk.adhvaryu on Sep 13, 2010 8:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259175#M1528638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259176#M1528639</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;you can change the date format in your USER profile.., then download the report output and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259176#M1528639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259177#M1528640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have mentioned the same as of Murthy's reply.&lt;/P&gt;&lt;P&gt;I can do that by selecting the column and right click format the cell and to date format. But i want to download the file by default if it is date then it should download to date format. By your suggestion all the time user should change the format when he download the file which is not good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259177#M1528640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259178#M1528641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have checked the USer Profile date it is MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;I'm able to download the file with the second procedure mentioned by me in my first post correctly. Since the date format is MM/DD/YYYY. But i'm more anxious to know wht went wrong when i download with the procedure using second download or wht needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkat Reddy on Sep 13, 2010 12:08 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkat Reddy on Sep 13, 2010 12:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 06:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259178#M1528641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-13T06:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259179#M1528642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code for field catelog that you defined in the program for that date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In most of the cases we get problem either because of data declarations or field catelog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 13:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259179#M1528642</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-09-13T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259180#M1528643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venk@!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have exactly the same symptom.&lt;/P&gt;&lt;P&gt;But we've used this function for years in many programs, and till now it was OK.&lt;/P&gt;&lt;P&gt;So - in my opinion - this problem mustn't caused by a program error.&lt;/P&gt;&lt;P&gt;However recently we changed Excel2003 to 2007, and SAPGUI to 710 also! (We have SAP 4.6C)&lt;/P&gt;&lt;P&gt;We've not found the solution yet, because the problem was indicated just now, and as I've started to look after this, I've just found immediately Your forum note.&lt;/P&gt;&lt;P&gt;So now we also looking after the solution, and please inform each other if it will be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gyula Krupanszki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 14:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259180#M1528643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259181#M1528644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the format of the cell in excel sheet in  which date is getting downloaded to your desired date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on the date cell and choose format options -&amp;gt;Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Sep 2010 18:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259181#M1528644</guid>
      <dc:creator>santosh_dv</dc:creator>
      <dc:date>2010-09-19T18:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259182#M1528645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Venka @Gyula Krupanszki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have just upgraded from Excel 2003 to Excel 2010 and now we get the same problem as you with the dates appearing as numbers when we export ALV grid to Excel.  SAP GUI is 710. It is only Excel that has changed.  Did you find a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;We found the solution.&lt;/P&gt;&lt;P&gt;Check OSS note 972579&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Wayne Giles on Feb 7, 2012 11:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 16:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259182#M1528645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date format error in excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259183#M1528646</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;You have declared the data type as date for fetching the data.&lt;/P&gt;&lt;P&gt;The data type of the field in the ALV output table should be of data type date. Then the date will  come in the format as you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data type is of char the value will come as number in excel.&lt;/P&gt;&lt;P&gt;Try with this and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Konda Sravanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 09:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format-error-in-excel-sheet/m-p/7259183#M1528646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T09:25:27Z</dc:date>
    </item>
  </channel>
</rss>

