Application Development 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: 

Date Mask in SAp Script

Former Member
0 Kudos

I have a script in which the i need to convert the date format into dd.mm.yyy

the current code in the script is :

/:   SET DATE MASK = u2018DD/MM/YYYYu2019  --- i have enteried it now.. 
/:  <I0>START DATE    ,,<I0><I0><H2>
 =  & CAUFVD-GSTRS&</></></></> ,,,,<I0>End date  </> ,,<H2>
= &CAUFVD-GLTRS&</>

.

inspite of this we are not getting the out put in the format DD.MM.YYYY

Please reply and let me know what is the change that i need to do ..

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos
/:   SET DATE MASK = u2018DD.MM.YYYYu2019"<<<see this 
2 REPLIES 2

Former Member
0 Kudos

Hi Rabiya .,

use Write to statement in Driver program into one string ( with 10 char) and pass the same to Script it will work .

thanks

Sreenivas

former_member181995
Active Contributor
0 Kudos
/:   SET DATE MASK = u2018DD.MM.YYYYu2019"<<<see this