cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript check, print BMP image on check, just the last page

Former Member
0 Kudos

Hello all,

We print the the check window on every page of a check, single page and multi-page checks.  We populate name and address fields on every page of a check.  But we only populate bank info, dollar amount, and signature  on the final check page, page 1 on a 1 page check, page 4 on a 4 page check.  We have been getting the signature directly from the printer.

Now we have created a new sapscript and we are getting the signature from an uploaded BMP file saved in TCode se78 .

The code to call the image is in Element 545 of the Check window.  The signature is printing, but it is overlaying the payee name and address fields.

How can I shift the image to the far right side of the check?  I haven't found any paragraph tab type syntax.  It is just printing the image left justified.

This is the code I'm using to print the image.

/:   BITMAP Z_KIM_PEREZ_5E OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

The attached document shows the problem I'm having.

Thanks
Bruce

Accepted Solutions (1)

Accepted Solutions (1)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

If you use the BITMAP command, you can use the parameter XPOS
(see note 307414). On this way you can move the bitmap to the
right. So via this parameter you can move the bitmap to the
position, which you need.
If you use the program RSTXLDMC, you can use the parameter
'LEFT ... CM' in HEX-command.

Regards,

David

Answers (0)