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'
The following templates may be used in the time mask:
|
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.