cancel
Showing results for 
Search instead for 
Did you mean: 

Verify XML Signature from ABAP

0 Kudos

Dear Experts,

how do I use the "Digital Signature and Document Encryption API" for XML Signature verification (Java Stack) from ABAP? The documentation tells me how to use the interfaces and classes but is there a way to call a Function Module/Class from ABAP? I am aware of using Java Stack for XML Signature verification.

Thanks,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Take a look at the demo report SSF01 and the function modules in FUGR SSFG.

(they are usefull as further search terms as well)

Cheers,

Julius

0 Kudos

Thanks you,

SSF for ABAP supports only PKCS#7 signature format (referencing the "Digital Signatures in SAP Applications" documentation). Therefore I am looking for some possibility to use XML signature format in java that is called from ABAP.

Regards,

Paul

Former Member
0 Kudos

My system here does not use it, so I can only see the demo and the default (PKCS7).

I think there will be a greater likelyhood of tracking someone down who has done this in dualstack installations if the thread is moved to the PI / XI forums...

Cheers,

Julius