<?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 format.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837625#M356313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SKK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERSION_EXIT_IDATE_INPUT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If user has option to give any of format ie,&lt;/P&gt;&lt;P&gt;mmddyyyy or ddmmyyyy and convert to yyyymmdd&lt;/P&gt;&lt;P&gt;it will be difficult for us to do.&lt;/P&gt;&lt;P&gt;suppose if user want to give march 05 2007&lt;/P&gt;&lt;P&gt;he has option to give 03052007 or 05032007.&lt;/P&gt;&lt;P&gt;by coding also we cannot know whether first two digits represents day or month&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2007 11:34:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-18T11:34:47Z</dc:date>
    <item>
      <title>date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837622#M356310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     i have a condition that that Dates will be converted into the format of YYYYMMDD, If user can give any format we can change it as YYYYMMDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have function module CONVERT_DATE_TO_INTERN_FORMAT'.but it is converting the MMDDYYYY---YYYYMMDD.&lt;/P&gt;&lt;P&gt;But if the user give DDMMYYYY.How can we fullfill both condition..?&lt;/P&gt;&lt;P&gt;i.e MMDDYYYY &amp;amp; DDMMYYYY----YYYYMMDD.how can we proceed for this conditipn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tHANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837622#M356310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837623#M356311</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;Refere the date field to &amp;lt;b&amp;gt;sy-datum&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837623#M356311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837624#M356312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SKK , &lt;/P&gt;&lt;P&gt;  This is a bit tricky if the user gived data in both the format MMDDYYYY and DDMMYYYY , because if we get a date like 11122006 , how do we determine in which format has he given because in both the cases they are valid.&lt;/P&gt;&lt;P&gt;If it is only one format then we can surely find a solution to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837624#M356312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837625#M356313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SKK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERSION_EXIT_IDATE_INPUT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If user has option to give any of format ie,&lt;/P&gt;&lt;P&gt;mmddyyyy or ddmmyyyy and convert to yyyymmdd&lt;/P&gt;&lt;P&gt;it will be difficult for us to do.&lt;/P&gt;&lt;P&gt;suppose if user want to give march 05 2007&lt;/P&gt;&lt;P&gt;he has option to give 03052007 or 05032007.&lt;/P&gt;&lt;P&gt;by coding also we cannot know whether first two digits represents day or month&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837625#M356313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837626#M356314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use formatting options... this is suggession&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE sy-datum DDMMYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... DD/MM/YY   | MM/DD/YY &lt;/P&gt;&lt;P&gt;  | DD/MM/YYYY | MM/DD/YYYY &lt;/P&gt;&lt;P&gt;  | DDMMYY     | MMDDYY     | YYMMDD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837626#M356314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837627#M356315</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;For example .&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;parameters : p_date like sy-datum.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Now you can give the date only in one format &lt;/P&gt;&lt;P&gt;this will be as per ur default settings in tcode SU3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so either MMDDYYYY or DDMMYYYY jsut one of them is possible which is in equivalent with su3 settings .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The user cannot enter two formats at a single shot .&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;An error is triggered at the selection screen itself . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case if he is trying to do the same then you need to convert it to Su3 defalut format and then to internal format as YYYYMMDD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837627#M356315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837628#M356316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Vijay,&lt;/P&gt;&lt;P&gt;           if one user fill the excel sheet with MMDDYYYY,another user give as YYYYMMDD,3rd user going to give as DDMMYYYY.then excel sheet will be convert  all the date formats as &amp;lt;b&amp;gt;YYYYMMDD&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;How it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837628#M356316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: date format..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837629#M356317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean to say from sap r/3 if i download the same or is it the reverse you are saying . i didnt get you ? &lt;/P&gt;&lt;P&gt;is the upload or download i was not clear on the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//--then excel sheet will be convert all the date formats as YYYYMMDD.&lt;/P&gt;&lt;P&gt;No this is not possible in excel even only one format at a time is entertained for date format. &lt;/P&gt;&lt;P&gt;User cannot enter MMDDYYYY OR DDMMYYYY OR YYYYMMDD ALL AT A SINGLE INSTANCE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the time of download&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-format/m-p/1837629#M356317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T12:38:22Z</dc:date>
    </item>
  </channel>
</rss>

