Application Development and Automation 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: 
Read only

Encryption using java binary file(.jar) file

Former Member
0 Likes
1,081

Hi Experts,

SAP FI team generates DME file and places it in a folder, Bank will provide the encryption utility in the form of java binary file(.jar) file. We need to call the jar file once the payment file is generated from SAP FI in order to encrypt the payment files. Is it possible by ABAP?

Thanks,

Nithin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
796

I think this could be handled at application server level in form of a script triggered by file creation/change event.

Thru SAP you can define an external (OS) command for the execution of the .jar file ( Defining External Commands - Background Processing - SAP Library ) which can be executed using FM SXPG_COMMAND_EXECUTE

BR,

Gábor

3 REPLIES 3
Read only

sab125
Participant
0 Likes
796

Hello

please check this http://scn.sap.com/thread/1979272

It can give some ideas how to encrypt the payment files.

Sab

Read only

Former Member
0 Likes
796

Hi Saber,

In PI it can be easily done using public key but here we need to encrypt it using jar file the bank provided.

Thanks,

Nithin.

Read only

Former Member
0 Likes
797

I think this could be handled at application server level in form of a script triggered by file creation/change event.

Thru SAP you can define an external (OS) command for the execution of the .jar file ( Defining External Commands - Background Processing - SAP Library ) which can be executed using FM SXPG_COMMAND_EXECUTE

BR,

Gábor