Hi,
You can create a new window for borders .
Also Create a new paragraph
You can use this code as an example.
BOX HEIGHT '1.7' LN INTENSITY 10
THE TOP LINE
POSITION PAGE
POSITION XORIGIN '3.2' CH YORIGIN '17.8' LN
SIZE WIDTH '75.2' CH HEIGHT '0' LN
BOX FRAME 10 TW
The bottom line
POSITION PAGE
POSITION XORIGIN '3.2' CH YORIGIN '62.6' LN
SIZE WIDTH '75.2' CH HEIGHT '0' LN
BOX FRAME 10 TW
1 st line
POSITION PAGE
POSITION XORIGIN '3.2' CH YORIGIN '17.8' LN
SIZE WIDTH '0' CH HEIGHT '44.8' LN
BOX FRAME 10 TW
You should change the position changing X orgin and Y origin .
Please reward points .
Thanks
Deepthi
Hi Ajith,
Yes, thats possible in SAP Script with the BOX command. You have to play around with BOX, POSITION, FRAME, WIDTH, Unit of measurement commands.
For more details on the same, and for the syntax , please refer this thread :
Best regards,
Prashant
Hi all,
Thanks for the solution.. I managed to get the output in the tabular format.
But the problem is when I issue the printout the vertical lines disappear. It is fine in the preview. How can we solve this.
Thanks and Regards,
Ajith
Add a comment