‎2008 Feb 06 6:10 AM
Hi all,
I have a problem in sap script.I have to draw a horizontal line between two columns in layout.
below which I hav eto calculate the total of quantity field.
please suggest me the way to draw the line.
‎2008 Feb 06 6:42 AM
HI VIVEK,
USE THIS COMMAND IN THIS ORDER YOU WILL GET YOUR PROBLEM SOLVED
POSITION WINDOW
POSITION XORIGIN '2.3' CM YORIGIN '28' CM
SIZE WIDTH '8.5' CM HEIGHT 0 CM
BOX FRAME 10 TW
REGARDS
KUSHAGRA
‎2008 Feb 06 6:20 AM
Simple solution will be go to the change editor and use BOX command to set your frame.
‎2008 Feb 06 6:42 AM
HI VIVEK,
USE THIS COMMAND IN THIS ORDER YOU WILL GET YOUR PROBLEM SOLVED
POSITION WINDOW
POSITION XORIGIN '2.3' CM YORIGIN '28' CM
SIZE WIDTH '8.5' CM HEIGHT 0 CM
BOX FRAME 10 TW
REGARDS
KUSHAGRA
‎2008 Feb 06 7:01 AM
Hi try this,
BOX WIDTH 19 CM HEIGHT 5 CM FRAME 10 TW INTENSITY 10
regards,
kavitha.