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

need solution

Former Member
0 Likes
771

Hi Guys,

I need to draw a layout of cheque in sapscript. And i have the format in my hand. Could anybody will tell me hw to draw the format.

thanks....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

Hi

For cheque, there are many windows u can split. For date, address, Amount in words and Amount in figure ... like this u can create windows and place in the page. Page, u have to give the exact size of the cheque u r using, then only it will eject for contineous print.

Hope it will be giving idea ...

6 REPLIES 6
Read only

Former Member
0 Likes
738

hai

in sapscript u must divide the layout into windows.

i.e main window( its dynamically grows- u can specify the item value here)

variable window

constant window ( u specify some static text)

according to our format u design the window .

Read only

0 Likes
738

as i need to design the cheque format only....as i am more comfortable in smartform could u tell me hw to that in sf.

Hw i will do in formpainter in smartforms

Read only

Former Member
0 Likes
739

Hi

For cheque, there are many windows u can split. For date, address, Amount in words and Amount in figure ... like this u can create windows and place in the page. Page, u have to give the exact size of the cheque u r using, then only it will eject for contineous print.

Hope it will be giving idea ...

Read only

Former Member
0 Likes
738

hi,

design the form using windows you have three windows main , variable and constant . as you are saying you have to design a cheque put all the static text in constant windows and place at the top and adjust size of the window and size of the main equilent to the checque size this you can do using pageformat first specify the pageformat, the specify thw window size ok. put the other details of the cheque in the main window.

Regards,

Manohar.

Read only

Former Member
0 Likes
738

hi...

in sap scripts,once u create the form,

jus click the <b>lay out tab on top right</b>.

in the lay out page,

u can insert any number of windows or small boxes or tables.

for every window or table u insert, u can give text as well.

jus right click on the created widow,there a drop down with <b>create</b> wil appear,then u can choose the "TEXT" option. this way u can create a window with all ur required texts.

even graphical pic or logo's can b inserted in the layout, in a seaparate window u had put in the layout screen.

same is wat u shud follow to add text, if u insert a table.

hope this wud help u.reward points if so!

all the best.

Read only

Former Member
0 Likes
738

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.