2007 Jul 25 8:26 AM
hi all,
I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
Thanks in adv
Regards
Reddy
hi all,
I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
Thanks in adv
Regards
Reddy
2007 Jul 25 8:29 AM
2007 Jul 25 8:31 AM
Hi Veerangi,
To print dashed lines in output with out using LOOP.
Either you can create a text element like TEXT-001 '----
'
and then use WRITE: TEXT-001
OR
You need to directly use WRITE: '----
'
<u><b>Reward points for useful answers.</b></u>
Best Regards,
Ram.
2007 Jul 25 8:32 AM
hi...
you can also write it... and based on the length u want also...
something like this...
WRITE: '_____'.
if useful reward points
2007 Jul 25 8:38 AM
HI,
Either you can create a text element like TEXT-001 '----
'
and then use WRITE: TEXT-001
OR
You need to directly use WRITE: '----
'
OR USE SYSTEM VARIABLES ULINE AND VLINE OR HORIZONTAL AND VERTICAL LINES RESPECTIVELY.
IF HELPFUL REWARD SOME POINTS.
WITH REGARDS,
SURESH ALURI.
2007 Jul 25 11:29 AM
hi all,
write sy-uline frames off.
this is the statement use to print dashed line in the output screen. today only I came to know about this.
regards
Reddy
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |