cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPT - print of scanned text

Former Member
0 Kudos

Hi Guys,

I have the following problem:

We would like to print the scanned signatures of 2 persons at a orderform (sales order).

The form is an sapscript form.

For every sales order we have 2 persons which are responsible.

Now we would like to print the scanned signatures of these two persons,

as there are several possible combinations of these two persons we don't like to scan the signatures of every possible combination, but every signature in a seperate standard text.

The printout should look like this:

(Signature 1 - standard text 1) (Signature 2 - standard text 2)

Mr. Mueller Mr. Maier

The name of the person should be printed exactly under the includes standard text.

Thanks for your help

Manuel

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hi Manuel,

As far as I can see, just need to scan the signatures and make a bitmap for each signature. Then you can upload them to SAP via transaction SE78. Finally you can output the signatures in your sapscript form using the BITMAP command as described in SAP note 307414.

Regards,

Aidan

Former Member
0 Kudos

Hi Aidan,

Thank you, your info was very helpfull and finally solved the problem.

Greatings

Manuel

Answers (0)