2020 Jun 06 5:00 PM
hello sir/madam/friend,
actually i am making a program related to digital signature in which i have created a JAVA program through which i can apply the digital signature but i am not getting way to upload it on application server and also how to create command to trigger this JAVA code.
so i request you to please help me regarding this.
And if anyone has a different way to achieve digital signature then please suggest
2020 Jun 07 2:00 AM
1) When dealing with digital signatures, how come you have not looked into onboard tools?
You can use digital signatures and document encryption in your application to provide document security: Secure Store and Forward Mechanism (SSF)
You will need the SAPCRYPTOLIB installed on your application server, depending on your SAP ABAP version, it might be already installed.
ABAP Function Modules of the SSFG Function Group:
2) Using SAP Jco to connect ABAP with Java
If you want to call custom Java Code from ABAP, you will have to make use of the SAP Java-Connector (SAP JCo).
SAP Jco/JRA for SAP Java Applications
