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

sap script layout

Former Member
0 Likes
648

in sap script layoyt how can i draw a <b>vertical line</b> to separate the different colums?? what shoud be the commands to draw a vertical lines??

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
613

Hello,

BOX XPOS '0.7' CM YPOS 0 CM WIDTH 0 CM HEIGHT '10' LN FRAME 10 TW

Regards,

Naimesh

4 REPLIES 4
Read only

Former Member
0 Likes
613

using <b>sy-vline</b>it is very hectic)..

or u can use the box command where width = 0(easy one).

no other command

Read only

naimesh_patel
Active Contributor
0 Likes
614

Hello,

BOX XPOS '0.7' CM YPOS 0 CM WIDTH 0 CM HEIGHT '10' LN FRAME 10 TW

Regards,

Naimesh

Read only

Former Member
0 Likes
613

Hi Biswajit,

use &ULINE(80)& or &ULINE&.

Regards, Dieter

Sorry, i describe horizontal Line.

Use BOX etc as mentioned

Message was edited by: Dieter Gröhn

Read only

Former Member
0 Likes
613

Hi,

In script , to draw a vertical lines , only two ways are available.

one is, Using Box Command to Draw a Vertical Line by giving Width of the Box is 0.

Second is , using VLINE Command to draw a vertical line.

Thanks,

Neptune.M

Plz Reward if it helps.