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

SET DATE MASK in SAP Script

Former Member
0 Likes
809

Hi,

I want to display date as DD/MMM/YYYY format and I'm using SET DATE MASK in scripts. It is working fine for English, but for Spanish(ES) I'm getting five character month instead of 3 chars.

Could any one help on this to get 3 chars of spanish text.

Thanks,

Chandra.

Hi,

I want to display date as DD/MMM/YYYY format and I'm using SET DATE MASK in scripts. It is working fine for English, but for Spanish(ES) I'm getting five character month instead of 3 chars.

Could any one help on this to get 3 chars of spanish text.

Thanks,

Chandra.

3 REPLIES 3
Read only

Former Member
0 Likes
695

Hi,

Probably , I will suggest to call a subroutine from the script and manipulate the date and export it back to the script and show..

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
695

Hi,

Try with SET COUNTRY.

Or you may need to manually put the condition and check.

Read only

Former Member
0 Likes
695

Solved my self