SAP ULINE - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for ULINE

ULINE

ABAP Reference
ABAP Code Snippet


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

ABAP Code Snippet

What does it do? Creates a continuous horizontal line in a list.

ABAP Addition [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.

Return to menu