<?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: changing the date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337678#M514892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sudeer,&lt;/P&gt;&lt;P&gt;i have send the said format of date to local file and unix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2007 14:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-18T14:15:38Z</dc:date>
    <item>
      <title>changing the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337675#M514889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;i have the date field in the report output of type DATUM.&lt;/P&gt;&lt;P&gt;but i have to change that field into DD/MM/YYYY format.&lt;/P&gt;&lt;P&gt;i want to change that field format only after selection query.&lt;/P&gt;&lt;P&gt;how to go about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337675#M514889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T14:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: changing the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337676#M514890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEllo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: lv_datum(10).

write sy-datum to lv_datum.
write lv_datum.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337676#M514890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: changing the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337677#M514891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Parameters:DATE1 type Sy-datum.
data:   DATE2(10) type c.


WRITE: DATE1 to DATE2. " Here the DATE2 will have the User format. 
                                        " Write this line after your Select statment&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337677#M514891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: changing the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337678#M514892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sudeer,&lt;/P&gt;&lt;P&gt;i have send the said format of date to local file and unix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337678#M514892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T14:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: changing the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337679#M514893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you assign the Points and close the thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-date-format/m-p/2337679#M514893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T14:18:10Z</dc:date>
    </item>
  </channel>
</rss>

