ULINE

Variants:

1. ULINE.

2. ULINE AT pos.

Variant 1

ULINE.


Effect

Writes a continuous underline in a new line.

Note

The underline is the length of the current list width. The system then positions the cursor at the beginning of the next line.

Variant 2

ULINE AT pos.

Addition:

... NO-GAP

The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas.

See Incorrect dynamic position specifications.

Effect

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).

Note

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.

Addition

... NO-GAP

Effect

Suppresses the spaces after the underline.

Additional help

Creating Lists

________________________________________________________________________

________________________________________________________________________