<?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: problem in exporting dates table to excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837272#M922718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERT_DATE_TO_INTERNAL &lt;/P&gt;&lt;P&gt;       export&lt;/P&gt;&lt;P&gt;          external date = intrenal table date field&lt;/P&gt;&lt;P&gt;       import &lt;/P&gt;&lt;P&gt;     DATE_INTERNAL = to internal table field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to apend the dates after processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 08:03:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T08:03:31Z</dc:date>
    <item>
      <title>problem in exporting dates table to excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837270#M922716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem with exporting data to excel sheet .&lt;/P&gt;&lt;P&gt;1) when i export date it converts into string  format and stores in the excel sheet ex: "02.02.2008"&lt;/P&gt;&lt;P&gt;but the problem here is that when i revert back the excel data to abap internal table , it is not working since the date is now in string format ..&lt;/P&gt;&lt;P&gt;please help urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Point will b rewarded suitably.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;thx and regards,&lt;/P&gt;&lt;P&gt;Anoop Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837270#M922716</guid>
      <dc:creator>anoop_gupta2</dc:creator>
      <dc:date>2008-05-20T07:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem in exporting dates table to excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837271#M922717</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;After you import the data into internal table, loop at the table and convert date back to YYYYMMDD format using the FM : CONVERT_DATE_TO_INTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 07:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837271#M922717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem in exporting dates table to excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837272#M922718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERT_DATE_TO_INTERNAL &lt;/P&gt;&lt;P&gt;       export&lt;/P&gt;&lt;P&gt;          external date = intrenal table date field&lt;/P&gt;&lt;P&gt;       import &lt;/P&gt;&lt;P&gt;     DATE_INTERNAL = to internal table field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to apend the dates after processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 08:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837272#M922718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem in exporting dates table to excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837273#M922719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thankx for the immediate reply , but still the problem is that , when i am am receiving the excel sheet data , i have no idea about which filed is having the date value . so first i need to find out the field in which date is stored and then only i can apply that RFC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can u please suggest some other work around or a method to know which filed is having date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated and will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 10:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-exporting-dates-table-to-excel/m-p/3837273#M922719</guid>
      <dc:creator>anoop_gupta2</dc:creator>
      <dc:date>2008-05-20T10:23:01Z</dc:date>
    </item>
  </channel>
</rss>

