<?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 SET DATE MASK in sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935834#M387057</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;I am trying to change the customer country and date mask for customer statements sapscript. I have a customer from Ecuador - country is set to 'EC'. The default date format for this customer is mm.dd.yyyy. I want to change the country to US and set the date format to 'mm/dd/yyyy'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SET COUNTRY 'US'&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'MM/DD/YYYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on ECC 5.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not seeing any change in the output after adding these statements.I am also trying to change the currency format. Please suggest me some ideas on this&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, 08 Feb 2007 17:23:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T17:23:09Z</dc:date>
    <item>
      <title>SET DATE MASK in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935834#M387057</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;I am trying to change the customer country and date mask for customer statements sapscript. I have a customer from Ecuador - country is set to 'EC'. The default date format for this customer is mm.dd.yyyy. I want to change the country to US and set the date format to 'mm/dd/yyyy'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SET COUNTRY 'US'&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'MM/DD/YYYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on ECC 5.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not seeing any change in the output after adding these statements.I am also trying to change the currency format. Please suggest me some ideas on this&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, 08 Feb 2007 17:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935834#M387057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T17:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET DATE MASK in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935835#M387058</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;Try only one statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'MM/DD/YYYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 17:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935835#M387058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T17:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: SET DATE MASK in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935836#M387059</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;What is the variable that is holding this date and how is it declared in the sapscript triggering program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please make sure that it is of type date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you need not use both the 'SET' commands only one of them is required....if the country set is used then all the date and decimal fields are displayed according to entry in table T005X.&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, 08 Feb 2007 17:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935836#M387059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T17:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: SET DATE MASK in sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935837#M387060</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 think it should work. Just check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.howforge.com/date-mask-template-in-command-set-date-mask-for-sapscript" target="test_blank"&gt;http://www.howforge.com/date-mask-template-in-command-set-date-mask-for-sapscript&lt;/A&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 17:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-date-mask-in-sapscript/m-p/1935837#M387060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T17:41:49Z</dc:date>
    </item>
  </channel>
</rss>

