‎2008 Jan 06 3:38 PM
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
‎2008 Feb 13 10:00 PM
With respect to your date format question, you can use the SET DATE MASK command:
e.g. SET DATE MASK = 'DD MM, YY'