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

regarding scripts

Former Member
0 Likes
594

hello,

how to draw a vertical line in sap script.we used a vline but it can draw a only to a some extent.can u help how to draw a vertical line.

thanx,

nagalakshmi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi,

Try using the 'BOX' command with 0 width...

Thanks & Regards,

Renjith.

2 REPLIES 2
Read only

Former Member
0 Likes
573

Hi,

Try using the 'BOX' command with 0 width...

Thanks & Regards,

Renjith.

Read only

Former Member
0 Likes
570

BOX XPOS X CM YPOS Y CM WIDTH 0 CM HEIGHT H LN FRAME 10 TW

Try this command It will work.

X and Y decide where your line should start.

H is the height of your line.

Do give appropriate values.

Regards

Binoo

NB:If working plz award points