<?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: user setting date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361909#M179587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked this FM &amp;lt;b&amp;gt;DATUMSAUFBEREITUNG&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can check table &amp;lt;b&amp;gt;USR01&amp;lt;/b&amp;gt; for field &amp;lt;b&amp;gt;DATFM&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE DATFM
FROM USR01
INTO (V_DATFORMAT)
WHERE BNAME = SY-UNAME.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 04:57:20 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2006-06-02T04:57:20Z</dc:date>
    <item>
      <title>user setting date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361908#M179586</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;how to get user setting date format or if we are uploading a file having date in some other format then how to get the sap user seeting date format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361908#M179586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T04:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: user setting date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361909#M179587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked this FM &amp;lt;b&amp;gt;DATUMSAUFBEREITUNG&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can check table &amp;lt;b&amp;gt;USR01&amp;lt;/b&amp;gt; for field &amp;lt;b&amp;gt;DATFM&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE DATFM
FROM USR01
INTO (V_DATFORMAT)
WHERE BNAME = SY-UNAME.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361909#M179587</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-06-02T04:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: user setting date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361910#M179588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. We need not worry about user settings&lt;/P&gt;&lt;P&gt;   of date format if we follow these two things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;  a) Upload in a date type variable   &lt;/P&gt;&lt;P&gt;     always in the format YYYYMMDD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  b) If this value, goes directly into some&lt;/P&gt;&lt;P&gt;     table, then use the same variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   c) if we want to use this date in some BDC,&lt;/P&gt;&lt;P&gt;     then &lt;/P&gt;&lt;P&gt;           a) take another variable of dt(10) type c.&lt;/P&gt;&lt;P&gt;           b) write orgdate to dt.&lt;/P&gt;&lt;P&gt;           c) now use this new variable dt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        (note : Write will always write&lt;/P&gt;&lt;P&gt;            as per the current users settings&lt;/P&gt;&lt;P&gt;           to the variable dt)&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 04:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361910#M179588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T04:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: user setting date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361911#M179589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_SDATE_INPUT AND CONVERSION_EXIT_SDATE_OUTPUT  to convert to respective format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT will convert to the internal format of SAP and OUPUT will convert to user's default format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 05:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-setting-date/m-p/1361911#M179589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T05:00:21Z</dc:date>
    </item>
  </channel>
</rss>

