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

SAPSCRIPT

Former Member
0 Likes
502

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

1 ACCEPTED SOLUTION
Read only

kiran_k8
Active Contributor
0 Likes
482

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.

3 REPLIES 3
Read only

Former Member
0 Likes
482

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

Read only

kiran_k8
Active Contributor
0 Likes
483

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.

Read only

Former Member
0 Likes
482

Using BOX statement with proper X,Y, Hight and Width will solve this.

Use this statement in main window text editor.

Cheers,

Jaleel