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

Drawing a vertical line in sapscript

Former Member
0 Likes
3,240

Hi all,

How can I draw vertical lines in sapscript? Box can be used, but is there any other way? like vline or something else?

Regards,

Netrey.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,947

Hi

Try with the field &VLINE&

if don't work,You have to draw boxes only as per the size of the windows.

/: BOX FRAME 10 TW

There is no other way like how we write in Report output.

Reward points if useful

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Hi all,

How can I draw vertical lines in sapscript? Box can be used, but is there any other way? like vline or something else?

Regards,

Netrey.

11 REPLIES 11
Read only

Former Member
0 Likes
1,948

Hi

Try with the field &VLINE&

if don't work,You have to draw boxes only as per the size of the windows.

/: BOX FRAME 10 TW

There is no other way like how we write in Report output.

Reward points if useful

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
1,947

no , u have to use BOX only.

Regards

Prabhu

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,947

Hi

Use BOX concept in the Script.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,947

Hi,

sy-vline

but if u r going to use this ready for Headache

Regards

Nilesh

Read only

0 Likes
1,947

Can sy-vline be used in sapscript and how?

Read only

0 Likes
1,947

Netrey u can use sy-vline in sap scripts by using write statements..

Read only

Former Member
0 Likes
1,947

Hi Neterey..

U can do that....

In Script>window>where u write COde..(text element)

-> MENU-><b>insert->characters-> can find '|'</b> .click on it...

it will get printed...

Read only

Former Member
0 Likes
1,947

Try like this

&SYST-VLINE&

Line will not be displayed in preview,i think so but not sure

( Insert->symbols->System symbols->syst->vline)

Message was edited by:

Naveena M

Read only

Former Member
0 Likes
1,947

Hi guys,

I have made HR sapscript in which three pages r of portrait size but i want the fourth page in landscape format .is it possible,because my requirement is like that only,please help me out

Read only

Former Member
0 Likes
1,947

HI,

You can use &SYST-VLINE&.

Cheers,

Bujji

Read only

Former Member
0 Likes
1,947

Hi

You can use statement like this to draw vertical lines

BOX XPOS '1.0' CM WIDTH 0 TW FRAME 10 TW

Reward if useful.

Regards

Shibin