<?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: move_date_format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849720#M925498</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;Use write instead of move and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write tab-date1 to itab-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;S. Chandramouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 06:42:28 GMT</pubDate>
    <dc:creator>former_member784222</dc:creator>
    <dc:date>2008-05-19T06:42:28Z</dc:date>
    <item>
      <title>move_date_format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849718#M925496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Iam down loanding one internal table data...into excel file  with gui_download....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains no. of fields including onwe date field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i filled that field like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     move: tab-date1 to itab-date1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before this i declared data: itab-date1(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my problem is iam getting....  05/18/2008(today)  format for...list out put which is goingto be display with tab-date1 field...&lt;/P&gt;&lt;P&gt;but..... in excel iam getting...&lt;/P&gt;&lt;P&gt;like...&lt;/P&gt;&lt;P&gt;20080518....which is from itab-date1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get correct format from itab-date1 field....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849718#M925496</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-19T06:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: move_date_format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849719#M925497</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;intrenally the date is store as yyyymmdd.&lt;/P&gt;&lt;P&gt; and the dispaly will according your settings&lt;/P&gt;&lt;P&gt; so when you download you will get the format like yyyymmdd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when you upload again the date  will be as your o/p settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you still  want o/p for ex as 22/12/2008&lt;/P&gt;&lt;P&gt; you must store the exact value 22/12/2008 with slash in the varible using concantenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849719#M925497</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-19T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: move_date_format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849720#M925498</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;Use write instead of move and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write tab-date1 to itab-date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;S. Chandramouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849720#M925498</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2008-05-19T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: move_date_format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849721#M925499</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 displaying the data on the output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the follwing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt; concatenate itab-date1&lt;EM&gt;4(2) itab-date1&lt;/EM&gt;6(2) itab-date1+0(4)&lt;/P&gt;&lt;P&gt;into itab-date1 separated by '/'.&lt;/P&gt;&lt;P&gt;modify itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Velangini Showry Maria Kumar Bandanadham on May 19, 2008 8:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-date-format/m-p/3849721#M925499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T06:56:33Z</dc:date>
    </item>
  </channel>
</rss>

