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
Explain the types of bdc's?
Hi every one ! You people are doing a great job here , Im going to attend Tata Technologies interivew on this sunday,Can anyone who has already attended this company interivew or other companies interivews in abap pls share ur experience with me and help me to get into job my id ushareddyabap@gmail.com. Thankyou verymcuh
How many types of views are there? : abap data dictionary
How do you find if a logical database exists for your program requirements?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is a multiple line field?
What is a multiple line field? : abap bdc
What are the disadvantages of different types of bdc's?
What is the difference between internal tables and extract datasets? : abap modularization
wat is the difference between A-gate & W-gate?where are they used?
What are the two levels in defining a match code ?
Which type of tables used this buffer?
What are the advantages/ dis-advantages of logical databases?
What are the basic functions of database utility?
What is a match code? : abap data dictionary