Application Development 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: 

signature on the print checks

Former Member
0 Kudos
202

hi folks,

I have a question related to printing signature on the checks, I need to find how it is done,

In the sap script under the signature window, I found the following code for the text elements,

'INCLUDE ZHEX-MACRO-PPC-SIGNATURE OBJECT TEXT ID ST LANGUAGE EN

where PPC is the company code.

what does this mean? Is it coded in a macro? Any leads would be really helpful.

Thanks,

SK

5 REPLIES 5

Manohar2u
Active Contributor
0 Kudos
152

Go to SO10 and give this object id "ZHEX-MACRO-PPC-SIGNATURE " to see the logic behind.

Cheers

Manohar

Former Member
0 Kudos
152

Thanks Manohar,

It really helped. I found that it comes through a .tif file. I am trying to understand how the file might be created. Because I searched for the image did not find it, probably was uploaded long time back.

Any thoughts would be helpful to understand the process. will award full points.

Thanks,

SK

Manohar2u
Active Contributor
0 Kudos
152

Have you searched the image in SE78?

Former Member
0 Kudos
152

Hi,

If u have to upload only the .tif files u have to convert the signature from .gif or .jpeg into .tif prior to uploading.

Regards,

Ravi

Former Member
0 Kudos
152

Hi,

Signature might be a image format (.bmp or .tif). So, this image is used in the signature window throgh the include 'INCLUDE ZHEX-MACRO-PPC-SIGNATURE OBJECT TEXT ID ST LANGUAGE EN.

If u need to see the signature, Go to SE78, choose general graphics.

Regards,

Viji