cancel
Showing results for 
Search instead for 
Did you mean: 

how to save the adobe interactive digital signature field in the CRM

manish_bisht5
Explorer
0 Kudos

hi,

we have an application were we are adding a new Digital signature field in our adobe forms, the problem is that i am not able to save the signature field in my back end system(which is CRM), can anybody help me regarding this as i need the field where i can find the value of the signature field, Or anyone can explain How the Adobe form Digital Signature field is stored.

so i can retrive the field and save it in backend.

Thanks & regards

Manish

Accepted Solutions (1)

Accepted Solutions (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi Manish,

Use the Interface "IF_FP_PDF_OBJECT" to read the uploaded adobe form.

Use the below sequence of methods to read data and Digital signature from Adobe form:

SET_DOCUMENT( document )

SET_TASK_EXTRACTDATA( )

SET_TASK_GETSIGNATURES( )

EXECUTE( ).

GET_DATA( ).

*GETSIGNATURES( )*_

Hope it will help.

Regards,

Vaibhav

manish_bisht5
Explorer
0 Kudos

Hi Vaibhav ,

Thanks for a reply, The problem is diferent as we are using a badi to populate the Adobe forms data through a structure, And the structure is used to create binding with the Adobe form fields, But i am not sure how to bind signature field , if come to know the filed length of the signature field it is easy to store .

Thanks & regards

Manish

vaibhav_tiwari
Contributor
0 Kudos

Hi Manish,

Check the SIGNATURES parameter of method get_signature() in interface "IF_FP_PDF_OBJECT",

Check the line type for table type "TFPSIGNATURE" and try to find the signature field with reference to the BADI you are using.

You can also check the Sample ABAP Report "FP_PDF_TEST_07" for your reference.

BTW which BADI you are using?

Regards,

Vaibhav

Answers (0)