Application Development 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: 

Drawing a vertical line in sapscript

Former Member
0 Kudos

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

Former Member
0 Kudos

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

11 REPLIES 11

Former Member
0 Kudos

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

Former Member
0 Kudos

no , u have to use BOX only.

Regards

Prabhu

sreeramkumar_madisetty
Active Contributor
0 Kudos

Hi

Use BOX concept in the Script.

Regards,

Sreeram

Former Member
0 Kudos

Hi,

sy-vline

but if u r going to use this ready for Headache

Regards

Nilesh

0 Kudos

Can sy-vline be used in sapscript and how?

0 Kudos

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

Former Member
0 Kudos

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...

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

HI,

You can use &SYST-VLINE&.

Cheers,

Bujji

Former Member
0 Kudos

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