cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture signature on mobile and send it to the bapi

Former Member
0 Kudos

Hi all,

I developed an Mobile application(7.1) in which signature capture should be there.

1)How to capture this signature and send it to the backend .

2)How I have to define the function module for this requirement?

Thanks and regards,

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Adding to what Sujit mentioned above, the signatures have to be stored as attachements in the DOE and the backend. DOE supports attachment functionality and implementation details are explained in the following blog,

https://www.sdn.sap.com/irj/scn/wiki?path=/display/mobile/createapplicationsusingBinaryMemoandTextMemoinNetweaverMobile+7.1

Best regards,

Vinodh

Answers (2)

Answers (2)

kranti_khilari
Participant
0 Kudos

Hi Rajesh,

You may want to follow the link below to get an overview of Upload scenario for the BLOB attchments (which needs to be used for sending Signatures to the backend):

https://www.sdn.sap.com/irj/scn/wiki?path=/display/mobile/uploadingAttachments-NetweaverMobile7.1

Thanks,

Kranti

sujit_hemachandran
Participant
0 Kudos

Hi Rajesh,

Here are the steps:

1. First, you have a signature capture tool. Most of the phones come with their own signature capture tools. For example, for Pocket PC - you can go to the MSDN site and then download the capture program.

2. The captured signature should then be stored as an JGP/ PDF/ or any version.

3. In your mobile application, you have to convert this file into binary format. This must be uploaded to the mobile middleware

In the mobile middleware, you must ensure that attachments are enabled. You can refer to this [link |https://www.sdn.sap.com/irj/scn/wiki?ath=/display/mobile/createapplicationsusingBinaryMemoandTextMemoinNetweaverMobile+7.1] for actions that you must do in the middleware and in the back-end.