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 happens if a function module runs in an update task?

645


What are the field and chain statements?

670


How are BAPI different from Normal function modules ?

1686


Why are insert and append statement used in sap abap?

775


On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?

669






What is value table?

667


What is an update type with reference to a match code id? : abap data dictionary

671


foreign key enforcement?

1710


What is screen flow logic? What are the sections in it?

694


How to write a bdc – how do you go about it?

765


What are the differences between session method and call transaction method? : abap bdc

633


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

814


How you attach search help to data element? : sap abap data dictionary

788


What are different data types in abap/4?

630


please give the remaining answers.

1848