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

While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc

766


How to set an Enhancement point for a custom report?

1145


The commands through which an abap/4 module can “branch to “ or “call” the next screen are?

636


what is sap scriptview ?

1734


What is pass by value and what is pass by reference? Which is better?

838






I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

1815


Table events aNd table maintains generation

992


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1624


What is projection view?

544


What is meant by authorization? Did you ever work on it? : sap abap hr

522


What is an on”*-input filed” statement?

605


Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?

1980


How to create any functions?

558


What is the step-by-step process to create a table in data dictionary? : abap data dictionary

700


What are the different window types in sapscript?

582