‎2006 Jul 13 7:30 AM
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??
‎2006 Jul 13 7:34 AM
Hello,
BOX XPOS '0.7' CM YPOS 0 CM WIDTH 0 CM HEIGHT '10' LN FRAME 10 TW
Regards,
Naimesh
‎2006 Jul 13 7:32 AM
using <b>sy-vline</b>it is very hectic)..
or u can use the box command where width = 0(easy one).
no other command
‎2006 Jul 13 7:34 AM
Hello,
BOX XPOS '0.7' CM YPOS 0 CM WIDTH 0 CM HEIGHT '10' LN FRAME 10 TW
Regards,
Naimesh
‎2006 Jul 13 7:39 AM
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
‎2006 Jul 13 7:45 AM
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.