<?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 Problem with Date fromat in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341765#M516242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a form, in the main window of the form i have an element  &lt;/P&gt;&lt;P&gt;SET DATE MASK = 'MM/DD/YYYY'  after this statement i have a perform statement.If i go to that subroutine and debug,In debug mode i will see the date fromat as dd.mm.yyyy  not like mm/dd/yyyy.Even in my user profile also date format is like mm/dd/yyyy.I am not able to understand why??&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;Sai Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 11:52:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T11:52:18Z</dc:date>
    <item>
      <title>Problem with Date fromat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341765#M516242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a form, in the main window of the form i have an element  &lt;/P&gt;&lt;P&gt;SET DATE MASK = 'MM/DD/YYYY'  after this statement i have a perform statement.If i go to that subroutine and debug,In debug mode i will see the date fromat as dd.mm.yyyy  not like mm/dd/yyyy.Even in my user profile also date format is like mm/dd/yyyy.I am not able to understand why??&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;Sai Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 11:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341765#M516242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T11:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Date fromat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341766#M516243</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;Set date mask is only in the context of output of date in SAP Script Layout . And if you see in the debug date field will always be in the format YYYYMMDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mr Kapadia&lt;/P&gt;&lt;P&gt;Assigning points is the way to say thanks in SDN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 12:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341766#M516243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T12:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Date fromat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341767#M516244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in debugging no conversion exits are executed, since programmers are normally inter4ested in the real values in the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 12:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341767#M516244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T12:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Date fromat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341768#M516245</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;the SET DATE MASK = 'MM/DD/YYYY' control command is applicable to SAP SCRIPT FORM, it edit the date format only when u run the script form. it is not  related to driver program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are debugging the subroutinee,it is exisisting in the driver program because of this cause u didn't get proper output like mm/dd/yyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your clarification, u can debugg the script form also, in that u will get proper out.&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;Ashokreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 12:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-date-fromat/m-p/2341768#M516245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T12:55:48Z</dc:date>
    </item>
  </channel>
</rss>

