<?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 field format MM.DD.YYYY.  data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458710#M2000084</link>
    <description>&lt;P&gt;Why do you have such a requirement, usually in SAP we use a date (DATS) field and its formatting is done in the reports according to the date format of the user profile or the customer or supplier recipient.
What is the actual requirement behind this request?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 07:24:54 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2021-09-14T07:24:54Z</dc:date>
    <item>
      <title>date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458705#M2000079</link>
      <description>&lt;P&gt;I am creating a Z table. The date field should be in the format MM.DD.YYYY. For this format I haven't found any data element.Should I create a Z data element?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 21:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458705#M2000079</guid>
      <dc:creator>former_member765484</dc:creator>
      <dc:date>2021-09-13T21:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458706#M2000080</link>
      <description>&lt;P&gt;Hi kk&lt;/P&gt;&lt;P&gt;You can just use "Built-In Type" DATS if you like.&lt;/P&gt;&lt;P&gt;Also there are many data elements with type DATS, like DATS(same name), but I suggest create your own data elements and use type DATS(Because UPGRADE may change/delete standard objects).&lt;/P&gt;&lt;P&gt;For DATS field, yyyymmdd is stored in database. The display format of DATS is controlled by user master setting and can also be influenced by country specific settings:&lt;/P&gt;&lt;P&gt;Note 2322096 - Change the Decimal Point or Date format for a Country or 
User&lt;/P&gt;&lt;P&gt;Note 2414334 - Unexpected number format / time format / date format after "WRITE TO" or "WRITE" statement.&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Do you mean you need a CHAR field to store MM.DD.YYYY? (I really don't recommend this way)&lt;/P&gt;&lt;P&gt;In this case you'd better create your own data element even there are similar standard ones. (Because UPGRADE may change/delete standard objects)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 00:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458706#M2000080</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-09-14T00:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458707#M2000081</link>
      <description>&lt;P&gt;No. The date field should &lt;STRONG&gt;not&lt;/STRONG&gt; be in the format MM.DD.YYYY. It should be in the DATS format.&lt;BR /&gt;&lt;BR /&gt;You convert it from the DATS format &lt;STRONG&gt;only&lt;/STRONG&gt; when you output the value - to a file or to the screen. If you do anything else, you will cause yourself difficulties later on. What if you, e.g. you need to send/display the data in a country with a standard format of DD.MM.YYYY or DD/MM/YYYY etc.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 04:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458707#M2000081</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-09-14T04:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458708#M2000082</link>
      <description>&lt;P&gt;I really think that creating a CHAR field to store MM.DD.YYYY is a &lt;STRONG&gt;massively bad&lt;/STRONG&gt; design choice. About the only scenario I can think of where it might make sense is if the database table is being read directly by some other software that's so badly written it needs a fixed date format.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 04:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458708#M2000082</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2021-09-14T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458709#M2000083</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Thanks for the reminder. Let me add this.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 04:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458709#M2000083</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-09-14T04:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: date field format MM.DD.YYYY.  data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458710#M2000084</link>
      <description>&lt;P&gt;Why do you have such a requirement, usually in SAP we use a date (DATS) field and its formatting is done in the reports according to the date format of the user profile or the customer or supplier recipient.
What is the actual requirement behind this request?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 07:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-field-format-mm-dd-yyyy-data-element/m-p/12458710#M2000084</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-09-14T07:24:54Z</dc:date>
    </item>
  </channel>
</rss>

