what is exact difference between uline ad sy-uline?

Answer Posted / sriram

ULINE : draw a horizontal line on list upto 255 character long (by default)
We can also specify length of line by using the following statement

Ex: REPORT ZTEST LINE-SIZE 100.
ULINE.
WRITE : /’HAI’.
ULINE.
Draws a horizontal line upto 100 columns width

SY-ULINE: Here you can restrict length of line by using this system field.

SY-ULINE(30).
Draws a horizontal line upto 30 columns width.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of using explicit enhancement?

1366


What is a bsp application? : sap abap hr

629


How do you retrieve the data for repetitive structures ? : abap hr

648


Name the special commands of list?

608


What is meant by search help? : sap abap data dictionary

584






What is sapnet?

877


i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

8495


Explain get pernr concept when we use logical data base? : abap hr

744


What are the different buffering methods?

575


What is the difference between free and refresh?

593


Explain some essential objects in abap dictionary?

698


What is locking ?

598


Why is pretty printer user in abap?

633


What is a report?

746


What is the difference between skip and new-line?

793