cancel
Showing results for 
Search instead for 
Did you mean: 

Server Signature on ADOBE Form

Former Member
0 Kudos

Hi,

We have configured ADS server according to SAP's guide. Set up is complete.

Trying to test server signature. I created test Form where I have placed digital signature field in layout. Developed SAP program to sign document with serversignature.

But I am getting error of Missing field of Missing signature field error detected while retrieving signaturefield

Field definition I gave is as below

data: s_field(100) type c value 'data[0].BODYPAGE[0].SignatureField1[0]'.

ADOBE Form Layout has SignatureField1.

Does anyone know how to resolve this

I did go through link

http://wiki.sdn.sap.com/wiki/display/EmTech/ServersidesigningofSAPIfbAdocuments

I used PDF document generated by

FP_TEST_IA_01

But I am not sure what should I give as field name ??? to get server signature...I tried given way but on layout I did not get any signature by guessing field name.

If anyone has tried and worked please post step by step procedure .... if possible sample document with field name where I can sign with my server signature.

Accepted Solutions (0)

Answers (3)

Answers (3)

OttoGold
Active Contributor
0 Kudos

Hello,

do you have 2010 credentials installed?

Otto

Former Member
0 Kudos

Hi,

I investigated further to it and came to know that we need to have ADOBE form as interactive.

So I have passed one more parameter,

GS_FPDOCPARAMS-langu = p_langu.

GS_FPDOCPARAMS-country = 'GB'.

gs_fpdocparams-fillable = 'X'.

CALL FUNCTION GV_FMNAME

EXPORTING

/1BCDWB/DOCPARAMS = GS_FPDOCPARAMS

DSIGN = i_E1DSIGN

IMPORTING

/1BCDWB/FORMOUTPUT = formoutput

EXCEPTIONS

USAGE_ERROR = 1

SYSTEM_ERROR = 2

INTERNAL_ERROR = 3

OTHERS = 4.

and now error has changed to

Credential login failure error detected while signing a PDF for credential: ServerSignature(201.501)

I am not sure If there are some more parameters I have to pass ?? to get didgital signature.

If there is SAP standard test case to get server signature with complete details please share.

Thanks

-Indrajit

Sandra_Rossi
Active Contributor
0 Kudos

BUT ... isn't server signature a numeric signature (binary), stored inside the file (it is not displayed/printed), just to prove that the document is original and not falsified, no?

Wrong answer, I apologize

Edited by: Sandra Rossi on Jan 22, 2010 3:48 PM