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
What is the full form of spro? : sap abap hr
Does sap handle multiple currencies?
What are the organizational related Infotypes
How to debug a sapscript?
What is a view? : abap data dictionary
What is a predefined type in abap?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
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/
How will you link form with the event driven in sap scripts?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
State the system field for the current date?
Explain Catch Command in ABAP?
What is human resource information systems (chris)? : sap abap hr
What are the fields in the memory table ‘screen’?