SAP ULINE - Reference ABAP Statements

Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 62
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