cancel
Showing results for 
Search instead for 
Did you mean: 

Digital Signature on Cheque in S4HANA 1511

former_member267445
Participant
0 Kudos
453

Hello Gurus,

We have the requirement to print the digital signature on cheque for 2 different format cheques once the payment done using tcode F110. We decided to go with Adobe forms. But, how to link the signature exactly on cheque at signature place. Please guide me step by step procedure.

Functional consultant is saying we can give the custom transaction to the user and then provide the option to Approve the batch job of Payment run. Once approved the signature will be on cheque

Thanks and Regards,

Muralikrishna Peravali.

View Entire Topic
babu_gavi
Explorer
0 Kudos

Hi Muralikrishna,

you can add digital signatures by using printcontrols.

i. first you have to convert signature into binary format(if vendor is not given these info)

Ex: 1B28323031511B28733070322E30306837322E30763073306232303154616263646566

usually digital signature having 6 parts like ABCDEF, that 6 parts has to convert into binary.

ii. place below type of code for signature window

/: BOX XPOS '0' IN YPOS '0' IN WIDTH '2' IN HEIGHT '0' IN FRAME 10 TW

/: HEX TYPE PCL

/= 1B28323031511B28733070322E30306837322E30763073306232303154616263646566

/: ENDHEX

/* PRINT-CONTROL SBP01

former_member267445
Participant
0 Kudos

Hello DB R,

We are using Adobe Forms here.

Thanks and Regards,

Muralikrishna Peravali.