on 2019 Jul 17 3:47 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
93 | |
39 | |
8 | |
5 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.