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 decimal place and date format

Former Member
0 Likes
375

Hi,

I have two questions about the sap script formatting:

1) I tried to display the decimal number with left alignment:

v_num(.0)(5)

But, it not work.

2) How can i display a date in 7-Jan-08 format??

Regards,

Kit

1 REPLY 1
Read only

Former Member
0 Likes
333

With respect to your date format question, you can use the SET DATE MASK command:

e.g. SET DATE MASK = 'DD MM, YY'