Formatting Time Fields: SET TIME MASK
Use
You can use the SAPscript SET TIME MASK command to format time fields in a way that differs from the standard setting. Executing this command causes all subsequent time fields to be printed with the specified formatting.
/: SET TIME MASK = 'Zeitmaske'
In the time mask, you can use the following codes:
-
HH hours (two digits)
-
MM minutes (two digits)
-
SS seconds (two digits)
Any other characters occurring in the mask are interpreted as simple text and are copied directly to the output.