| Lines and Blank Lines
on the Output Screen Horizontal lines You can generate horizontal lines on the output screen by using the following syntax: Syntax
This is equivalent to
The format specifications after AT are exactly the same as the format specifications described for the WRITE statement in Positioning WRITE Output on the Screen. If there are no format specifications, the system starts a new line and fills it with a horizontal line. Otherwise, horizontal lines are output as specified. Another way of generating horizontal lines is to type the appropriate number of hyphens in a WRITE statement as follows:
Vertical lines You generate vertical lines on the output screen by using the following syntax: Syntax
or
Blank lines You can generate blank lines on the screen by using the following syntax: Syntax
Starting on the current line, this statement generates <n> blank lines on the output screen. If no value is specified for <n>, one blank line is output. To position the output on a specific line on the screen use: Syntax
This statement allows you to move the output position upwards or downwards. |
| Authored by: Roger Hayen © Central Michigan Univeristy and/or © SAP America, Inc. All rights reserved. |