cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Set Date Mask and Language in SAP Script

0 Kudos

I need to have a date writeen in english language in a SAP Script form that is defined in language spanish.

What can I do in the spanish Sap Script form?

Or an idea for a workaround: What would happen if I would copy my spanish form to language english (english is in our system the leading language) and delete the spanish version completely ?

Thank you in advance for an reply !

Alexandra Fischer

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

The spell function is always spelling in the language the form is set up. Solution for my problem was now:

setting up the from in spanish language but have everything in it in english language...

Former Member
0 Kudos

Hi,

Write Logic the in the program to convert the date and pass it to SCript.

You can use FM- ISP_GET_MONTH_NAME.. pass Lang as English and get descrption and concate with date and Year

Nag

0 Kudos

Hello,

thank but we are talking about something different.

I have in my sap Script the following:

/: SET LANGUAGE = 'E'

/: SET DATE MASK = 'DD of MMMM, YYYY'

The system will show on the form for the date

28 of diciembre, 2009 (name of month in spanish)

I need

28th of December 2009 (name of month in english)

Nevertheless I will try Set country = 'US' or something like that.

Former Member
0 Kudos

Hi

I believe u need to translate the date by yourself

Max

Former Member
0 Kudos

Hi Alexandra

The format of the date doesn't depend on the language of sapscript, but it depends on user setting, if you want to use the format of certain country u can use the statament SET COUNTRY.

Max