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
What happens if a function module runs in an update task?
What are the field and chain statements?
How are BAPI different from Normal function modules ?
Why are insert and append statement used in sap abap?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is value table?
What is an update type with reference to a match code id? : abap data dictionary
foreign key enforcement?
What is screen flow logic? What are the sections in it?
How to write a bdc – how do you go about it?
What are the differences between session method and call transaction method? : abap bdc
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
How you attach search help to data element? : sap abap data dictionary
What are different data types in abap/4?
please give the remaining answers.