Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi...

Former Member
0 Likes
413

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

will this work for you..

just use write statemetn.

<b>write : / '----


'.</b>

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

3 REPLIES 3
Read only

Former Member
0 Likes
395

will this work for you..

just use write statemetn.

<b>write : / '----


'.</b>

Read only

0 Likes
394

hi chandra,

not like that, is there any straight statement like uline....

regards

reddy

Read only

Former Member
0 Likes
394

write sy-uline+0(5).

write sy-uline+10(5).

write sy-uline+20(5).

write sy-uline+30(5).

write sy-uline+40(5).

write sy-uline+50(5).

write sy-uline+60(5).

write sy-uline+70(5).

Regards,

Pavan