cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Signature for SAP Script

Former Member
0 Kudos

Hi ABAP Gurus!

Is it possible to implement the Digital signature in SAP Script.

If the printer has properties to print Signatures.

Any one implement succesfully digital signature in SAP Script.

Your suggestion and guildlines will be apprecaited.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reddy,

What I did was a image signature. Scan the signature into a image file, upload it to system via transaction code SE78.

Call the image to be printed on your form with the below code


BITMAP 'ZMY_SIGNATURE' OBJECT GRAPHICS ID BMAP TYPE BMON

Is this applicable to you?

Former Member
0 Kudos

Thank you wong!

But this scenario is liitle different, Signature comes from Printer memory card.