Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

ULINE - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


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

Effect

Creates an unbroken horizontal line in a list.

Additions

  • [AT] [/][pos][(len)]
    Specifies line feed /, horizontal position pos, and length len of the line. If these are not specified, an unbroken line is created in a new row.
  • NO-GAP
    Positions the list cursor directly after the output and not in the next but one position of the list buffer.