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
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Explain read dataset in sap abap?
What are the internal tables and work area?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What is the significance of the memory table ‘screen’?
In order to upload purchase order details, how you handle multiple values for a single field?
What is repository info. Systems? : abap data dictionary
What are the list of screen elements?
what are the important fields while preparing sales order,inquiry?
How we format the data before writing a statement in the report?
How to Raise a Particular Ticket in Realtime ?
What is database utility? : abap data dictionary
Explain get cursor field?
What is payroll driver ? : abap hr
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization