Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

general

Former Member
0 Likes
865

is there any difference between uline ane sy-uline.plz tell me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

Hi,

There is no difference between uline and sy-uline.

But sy-uline needs ' write ' keyword whereas uline doesnt need anything to be added.

6 REPLIES 6
Read only

Former Member
0 Likes
841

hi

Basically NO DIFFERENCE

the line length will be taken from the LINE-SIZE which you declare along with the REPORT statement.

reward points if useful

regards,

Anji

Read only

Former Member
0 Likes
841

Hi!

There is no difference between them.

You can use uline, sy-uline, or the '_' charackter as well.

Regards

Tamá

Read only

Former Member
0 Likes
841

<b>The difference between sy-uline and uline:</b>

'Sy-uline' alias 'SYST-ULINE' is a system variable. You will find it in SYST table. All the characteristics of system variable is applied to it.

But Uline is a ABAP command. It writes a continuous underline in a new line.

Read only

Former Member
0 Likes
842

Hi,

There is no difference between uline and sy-uline.

But sy-uline needs ' write ' keyword whereas uline doesnt need anything to be added.

Read only

Clemenss
Active Contributor
0 Likes
841

Hi,

ULINE is a command. You can write it as WRITE: / sy-uline(sy-linsz).

Read only

Former Member
0 Likes
841

Hi

There is defferacne but in the functionality of the same, but which to use when and where.

when we use script form editor where to pront the H'line generally go for &ULINE&

and for report programs we use SY-ULINE.

reward points if helpful

regads

sreeni