Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPScript date format

rt50896
Participant
0 Likes
1,485

Dear all,

I have a question about Script date format:

I want to print out SAPScript(Form)date format is DD.MM.YYYY,after change user profile date format from MM/DD/YYYY to DD.MM.YYYY then printout(re-logon),it seems not workable(format still MM/DD/YYYY). Why?

Do I need to make a date format convertion in program or Script text element?

Tks!

BR

Regina

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
748

Yes, you need to re-format in the sapscript form.

Regards,

Rich Heilman

Read only

0 Likes
748

I think it is something like this.



/: SET DATE MASK = 'DD.MM.YYYY'

Regards,

Rich Heilman

Read only

Former Member
0 Likes
748

Hello,

Check out this:

http://help.sap.com/saphelp_erp2004/helpdata/en/d1/803411454211d189710000e8322d00/frameset.htm

Formatting options and also

/: SET DATE MASK

Hope this helps you,

Regards, Murugesh AS

Read only

kmoore007
Active Contributor
0 Likes
748

This is controlled with a configuration setting the the country.  Look in the IMG under SAP NetWeaver->General Settings->Set Countries.