‎2007 Sep 04 10:01 AM
hI ALL,
I want to insert a column of width2cm in the MAIN WINDOW and the lentgh same as the main window.All this in sapscript not in smartform.
Thanks all
‎2007 Sep 04 10:11 AM
Aatmika,
Use this syntax in the text editor.
BOX YPOS '0.0' CM WIDTH '13.5' CM HEIGHT '9.0' CM FRAME 4 T
K.Kiran.
‎2007 Sep 04 10:11 AM
Hi,
U can create in sapscript. For Column u can use the window itself. Goto SE71 , give the name of ur sapscript and choose mainwindow. In this, create a window by placing cursor on main window and select Create window from pop-up. Window will be displayed, in the left side u have Change Layout. In this u can set width, height, left-margin and right-margin measurement. Set according to the alignment u need or drag the window to the size of Main window. U can do it easily.
Try and reward if found useful.
Message was edited by:
Sathya
‎2007 Sep 04 10:11 AM
Aatmika,
Use this syntax in the text editor.
BOX YPOS '0.0' CM WIDTH '13.5' CM HEIGHT '9.0' CM FRAME 4 T
K.Kiran.
‎2007 Sep 04 10:17 AM
Using BOX statement with proper X,Y, Hight and Width will solve this.
Use this statement in main window text editor.
Cheers,
Jaleel