<?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: check the date format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747116#M324033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should not change ur flat file generally we dont have rights to touch the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can change the system date format. goto SU01 enter username there in default tab select the date format which u want.&lt;/P&gt;&lt;P&gt;Logoff &amp;amp; sign in again now ur system date format will be changed&lt;/P&gt;&lt;P&gt;                    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is allowed for only one user so in ur program while getting data into the internal table use some string manipulation &amp;amp; change the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kalpanashri Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2007 08:02:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-02T08:02:13Z</dc:date>
    <item>
      <title>check the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747114#M324031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Can anybody tell me how to check the date format in BDC while updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The system date format is like mm/dd/yyyy. Check the dates format, in case of error return the following message &amp;#147;The date format should be YYYYMMDD&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747114#M324031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: check the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747115#M324032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for entreing correct date into transection u have to convert it too yyyymmdd format as systme take only this format from our date format ddmmyyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for raise error message for check : u can do it through function module exception handling,&lt;/P&gt;&lt;P&gt;if u are using session method than it better for error checking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;dushyant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 07:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747115#M324032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: check the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747116#M324033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should not change ur flat file generally we dont have rights to touch the flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can change the system date format. goto SU01 enter username there in default tab select the date format which u want.&lt;/P&gt;&lt;P&gt;Logoff &amp;amp; sign in again now ur system date format will be changed&lt;/P&gt;&lt;P&gt;                    or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is allowed for only one user so in ur program while getting data into the internal table use some string manipulation &amp;amp; change the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kalpanashri Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 08:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747116#M324033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: check the date format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747117#M324034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a common problem, when carrying out BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, while recording you met with the field --&amp;gt; MKPF-BUDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Go to SE11 --&amp;gt; MKPF --&amp;gt; Search for BUDAT --&amp;gt; Double click on the Data Element i.e. BUDAT --&amp;gt; Double Click on the domain DATUM --&amp;gt; You can see under the block Output Characteristics : Output Length = 10.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While declaring the TYPES Structure, make it CHAR(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this technique as the Rule-of-Thumb while doing BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Don't forget to award points *&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="35" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 09:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-the-date-format/m-p/1747117#M324034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T09:01:50Z</dc:date>
    </item>
  </channel>
</rss>

