cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I am using SAPscipt in arabic language and printing a date field in DD-MMM-YYYY format in english.

It is printing in expected format,except month,which is in arabic.

Day and year are coming in english by default,but month is coming in arabic,even when i have used SET COUNTRY ' ' in print program and in SAP script,brfore printing the date.

Can you please give me some inputs for printing month also in english.

Thanks & Regards

Seshagiri

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

As you have used SET Country it will print the form in Arabic launguage as your format is DD-MMM-YYYY.

If you use format DD-MM-YYYY, it will print the whole date in English.

As according to me it will display it in Arabic only. Maybe you should try changing the format.

Sushil