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

Signature in Script

Former Member
0 Likes
1,029

HI Experts,

How to add signature in Script.

Reagrds,

Sreedhar.

1 ACCEPTED SOLUTION
Read only

0 Likes
828

HI,

In se78 in graphics select the picture what ever you want and then press the transport button that is available on the top. then that will come into sap list that one we can use in the sap scripts.

Upload the logo in BMP or TIFF format in SE78.

To print a Logo, follow the steps below :

Built a Logo. This file can be a bit map or windows meta file.

Convert the Logo to a TIFF ( extension TIF ) file.

Use program RSTXLDMC to convert the TIF file to a standard text.

Print this standard text via SAPscript INCLUDE command.

e.g. /: INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST

Thanks,

Nelson

4 REPLIES 4
Read only

Former Member
0 Likes
828

Add sugnature as TIFF logo and attach it.same procedure as like LOGO in script.

Read only

Former Member
0 Likes
828

Hi Sreedhar,

Check this one:

Regards,

Chandra Sekhar

Read only

0 Likes
829

HI,

In se78 in graphics select the picture what ever you want and then press the transport button that is available on the top. then that will come into sap list that one we can use in the sap scripts.

Upload the logo in BMP or TIFF format in SE78.

To print a Logo, follow the steps below :

Built a Logo. This file can be a bit map or windows meta file.

Convert the Logo to a TIFF ( extension TIF ) file.

Use program RSTXLDMC to convert the TIF file to a standard text.

Print this standard text via SAPscript INCLUDE command.

e.g. /: INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST

Thanks,

Nelson

Read only

Former Member
0 Likes
828

thanku