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

help!

Former Member
0 Likes
784

in sap script i want to design the layout of cheque only. should i go to se71 (form painter) and then windows or page window.

plz clear me a bit..

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
752

u can go to se71 to make those design purpose but it should be in the page window part of the sapscript,

Regards,

Shanmuga

5 REPLIES 5
Read only

Former Member
0 Likes
753

u can go to se71 to make those design purpose but it should be in the page window part of the sapscript,

Regards,

Shanmuga

Read only

Former Member
0 Likes
752

Hello,

Go to SE71, then Windows. Create all the windows that you need. Then go to Page Windows and assign the windows that you had created earlier to the Page. Specify the location for each window on the Page Windows tab.

Regards,

Manoj

Read only

Former Member
0 Likes
752

hi sam..

1. go to se71.

2. give the form name u want to create and click on the "create".

3. now give the short description for the form.

4.click on the "pages" tab.give the page name as say "page 1" and give short description for it.

5. now click on the "window" tab .you will get a main window by default.same way give the short description for the window.

6.when a window is placed in the page, it can be referred as "page window".

7.go to settings -> form painter. now , check the graphical form painter .

8.here , you can design your layout of the check.

9.then, activate all your pages ans windows.

hope this can help you.

remark if useful.

Read only

Former Member
0 Likes
752

hi,

1.Create a page specify the next page

2.create a windows as many as you want,open form painter and place them in reqired place.

3.click the window to choose that window ,then click on change icon in application tool bar it takes you text editor write all the stuff which you want tosee in that window,and place place the variables in this way1 <b>&variable name&</b>

4. goto pagewindows add these windows to your page by going to edit menu and create element choose the windows which you want to have it in that page.

5. Activate it.

Read only

Former Member
0 Likes
752

Yes, you can go to Se71 and create it, but while creation do remember that that your form layout is not on display and you use the Windows Tab to create the windows and then Page Windows to position them.

If your form layout is on, there is a scope that you might accidently chage the position of one window with your mouse, and this will have a cascading effect on the position of other windows.

You can use all variable windows for this purpose.