what is exact difference between uline ad sy-uline?
Answers were Sorted based on User's Feedback
Answer / thejas
ULINE.
Write: sy-uline.
No-difference. Except that uline is used outside
the ?Write? Statement.
Is This Answer Correct ? | 24 Yes | 4 No |
Answer / 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 |
Answer / venkat
uline command is used to place one line in out put screen
where as sy-uline is used to find linecount of the uline
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / suresh
ULINE is data element and
SY-ULINE is system variable
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinit
ULINE is used in SAP Script. Sy-Uline is used in report.
Is This Answer Correct ? | 4 Yes | 12 No |
Answer / venkat
uline and sy-uline r the same both used to give the line in
the output screen
ex:
write uline
or
write sy-uline
Is This Answer Correct ? | 2 Yes | 22 No |
how will u write a report for performance point of view ?
what is the difference between a table and template in Smartforms?
4 Answers HCL, Tech Mahindra, Wipro,
what is the difference between rfc and function module
What is a check table and what is a value table?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What are the advantages of abap query tool?
can we insert two records in internal table? if yes give code.
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
How to transfer data which is coming from are report as output to another report
What are the fields in the memory table ‘screen’?
What are the requirements a dialog program must fulfill?
What is the difference between Search help and Match code ?