Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Basic question about functionality of SSF

Former Member
0 Kudos

Hello,

we are working on a process with external party to receive a csv file from there.

The file will be duplicated and the duplicate converted into a data file which we use to import data into an R/3 system.

Now the csv file will be enhanced by a pkcs7 based signature which we have to verify. After successful verification the duplication step will be started and the file will be moved to the archive.

My question is, because I have never worked with SSF:

Is the SSF / the SAPSECULIB able to do such a verification and if yes, are there any conditions for use of SSF, e.g. third party products (for which purpose)?

Best regards

Dirk

1 REPLY 1

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes, that's possible - notice: SAPSECULIB is part of the shipment (in contrast to SAPCRYPTOLIB). You can "play around" with the ABAP test program SSF02 to get familiar with the topic.