ULINE.
Writes a continuous underline in a new line.
The underline is the length of the current list width. The system then positions the cursor at the beginning of the next line.
ULINE AT pos.
The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas.
See Incorrect dynamic position specifications.
Writes an underline, starting at position pos with a particular length.
The position and length specification can have three parts:
/ New line
p
Output position (1-3 digit number or variable)
(l)Output
length (1-3 digit number or variable)
You can omit any of these (see WRITE).
If the position and length specification pos contains
only direct values and no variables, you can omit the introductory AT.
The statement ULINE AT 3(10).
corresponds to WRITE AT 3(10) SY-ULINE.
... NO-GAP
Suppresses the spaces after the underline.
Creating Lists
________________________________________________________________________
________________________________________________________________________