2007 Feb 08 5:23 PM
Hi,
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'.
/: SET COUNTRY 'US'
/: SET DATE MASK = 'MM/DD/YYYY'
I am working on ECC 5.0.
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
Thanks.
Hi,
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'.
/: SET COUNTRY 'US'
/: SET DATE MASK = 'MM/DD/YYYY'
I am working on ECC 5.0.
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
Thanks.
2007 Feb 08 5:25 PM
Hi,
Try only one statement:
/: SET DATE MASK = 'MM/DD/YYYY'
Ashven
2007 Feb 08 5:31 PM
Hi,
What is the variable that is holding this date and how is it declared in the sapscript triggering program...
please make sure that it is of type date...
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.
Thanks.
2007 Feb 08 5:41 PM
Hi,
I think it should work. Just check the following link:
http://www.howforge.com/date-mask-template-in-command-set-date-mask-for-sapscript
Regards
Subramanian
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |