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 |
Difference Between Protect and EndProtect?
how to process the idoc?
What are the major steps will you use for tuning?
how many application servers that u r client have?
5 Answers Bristle Cone, Cap Gemini, HCL, HP, Satyam, Wipro,
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What is the advantage of structures?
How to find the status of failure a IDOC
with table control?
How to create any functions? How to go about it?
If i work in an implementation project will i have to register with SAP?What is the process of blue printing?What is the role of an abapper in implementatin project? Regards,
what client you are working?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.