cancel
Showing results for 
Search instead for 
Did you mean: 

Question for SAP Script make a check with smallboxes

Former Member
0 Kudos

Hello experts,

i'm new at sapscript and have a task:

I have to make a check in sapscript. This check should look like this:

Link: [http://www.flickr.com/photos/61690860@N02/5615268873/in/photostream]

How should i make the marked part. I dont know how to make the sqares. Has anybody an idea?

Regards

Chrisp

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Usually, check data will be printed on pre-printed stationary.. if that is not the case in your scenario. then you can try using couple of box statements, example as shown below

/:BOX XPOS '0' CM YPOS '1' CM WIDTH '0.82' CM HEIGHT '0.4' CM FRAME 10 TW

/:BOX XPOS '0' CM YPOS '2' CM WIDTH '1.82' CM HEIGHT '0.4' CM FRAME 10 TW

You can change the dimension based on your requirment.

Regards,

SaiRam

Former Member
0 Kudos

The fields in the box or sqares will be filled dynamically by calling the print programm.

like |2|5|5|...

How can i do this with boxes:

/:BOX XPOS '0' CM YPOS '1' CM WIDTH '0.82' CM HEIGHT '0.4' CM FRAME 10 TW

/:BOX XPOS '0' CM YPOS '2' CM WIDTH '1.82' CM HEIGHT '0.4' CM FRAME 10 TW

???

Regards

Edited by: christopher Pollok on Apr 13, 2011 10:39 AM

bm_naidu
Explorer
0 Kudos

Create a new window in form where you need to print this info with boxes,

then create the boxes with box command as given above (you need to create the no boxes required by you), by box command you will get the boxes only. then write the data (which you want to print in boxes) in window by giving proper paragraph format.

this will automatically come inside the boxes, you need to adjust the box sizes and paragraph of data to fit the data in center of boxes.

Answers (0)