Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

ULINE - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


ULINE {[AT] [/][pos][(len)]} [NO-GAP]. 

Effect

Creates a continuous horizontal line in a list.

Additions

  • [AT] [/][pos][(len)]
    Specifies line feed /, horizontal position pos, and length len of the line. Without these specifications, a continuous line will be created in a new row.
  • NO-GAP
    Positions the list cursor directly after the output and not in the position after the next one in the list buffer.