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
Module Pool Programming: Events and Table Control handling.
How to debug rfc function module?
What is the company code? : sap abap hr
What is an internal table?
What are the user interfaces of interactive lists?
What are pool tables?
Can a constructor be redefined?
What is static attribute
What are control tables?
Define abap/4 layer?
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What are the control break events in abap? : abap data dictionary
What is design pattern? Provide example .Why are we using it?
What are the tcodes for performance tuning?
Select query optimisation